.aboutFirstSection {
  font-family: Oswald;
  font-size: 85px;
  font-weight: 600;
  line-height: 74.1px;
  text-align: center;
  color: white;
  background: #eb5805;
  padding: 15px 50px;
  text-transform: uppercase;
  margin-top: 3%;
}
.secondAboutSection {
  padding: 70px 0;
  width: 81%;
  display: flex;
  margin: auto;
  align-items: center;
  gap: 50px;
}

.secondAboutSection p {
  font-family: Oswald;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  width: 60%;
  line-height: 35.57px;
  text-align: center;
}

.thirdAboutSection {
  /* background-image: url(./img/Group\ 26.png); */
  width: 100%;
}

.thirdAboutSection2 {
  padding: 70px 0;
  width: 65%;
  margin: auto;
}

.thirdAboutSection2 p {
  font-family: Oswald;
  font-size: 24px;
  font-weight: 500;
  line-height: 35.57px;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

.fourthAboutSection {
  display: flex;
  padding: 70px 0 15px;
  align-items: center;
  justify-content: space-around;
}

.skullSecText {
  width: 40%;
}
.skullSecText p {
  font-family: Oswald;
  font-size: 24px;
  font-weight: 400;
  line-height: 35.57px;
  text-align: left;
  color: white;
  margin: 30px 0;
}

.aboutCategoryText {
  font-family: Oswald;
  font-size: 36px;
  font-weight: 400;
  line-height: 53.35px;
  text-align: center;
  color: #eb5805;
}

.aboutCategories {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
}

.aboutCategoryImg {
  position: relative;
  text-align: center;
}
.aboutCategoryImg img {
  border-radius: 15px;
  background-color: rgba(
    255,
    255,
    255,
    0.7
  ); /* Optional: Add background color */
}

.centeredText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding: 10px; */
  width: 70%;
  font-family: Oswald;
  font-size: 24px;
  font-weight: 400;
  line-height: 35.57px;
  text-align: center;
  color: black;
}

.whatIsKraayonz {
  padding-bottom: 30px;
}

.skullSecImg {
  width: 400px;
}

.whatIsKraayonzResp {
  display: none;
}

.aboutAllCategory{
  padding: 70px;
}

.aboutAllCategorySub {
  display: flex;
  /* border: 1px solid white; */
  justify-content: center;
}

.aboutAllCategorySub2 {
  display: flex;
  /* border: 1px solid white; */
  justify-content: center;
  flex-direction: row-reverse;
}

.gettingAbout{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.allCategorySubImg{
  width: 600px;
  height: 400px;
}

.gettingLinked{
  font-family: Oswald;
font-size: 32px;
font-weight: 400;
line-height: 47.42px;
text-align: center;
color: white;
width: 50%;
}

@media (max-width: 580px) {
  .aboutFirstSection {
    font-size: 20px;
    line-height: 43px;
    padding: 0px 20px;
    margin-top: 27%;
  }

  .secondAboutSection {
    padding: 50px 0;
    width: 85%;
    flex-direction: column;
    margin: auto;
  }
  
  .secondAboutSection p {
    width: 100%;
    font-size: 17px;
    line-height: 29.57px;
  }

  .thirdAboutSection2 {
    padding: 50px 0;
    width: 85%;
  }

  .thirdAboutSection2 p {
    font-size: 17px;
    line-height: 29.57px;
  }

  .fourthAboutSection {
    padding: 50px 0 15px;
    flex-direction: column-reverse;
  }

  .skullSecImg {
    width: 200px;
  }

  .skullSecText p {
    font-size: 17px;
    line-height: 29.57px;
    margin: 30px 0;
  }

  .skullSecText {
    width: 85%;
  }
  .whatIsKraayonz {
    /* display: none; */
  }
  .whatIsKraayonzResp {
    display: block;
    padding: 0 0 35px;
  }

  .aboutCategoryText {
    font-size: 25px;
    line-height: 35px;
    padding: 0px 36px;
  }

  .aboutAllCategorySub {
    flex-direction: column;
    align-items: center;
}
.aboutAllCategorySub2 {
  flex-direction: column;
  align-items: center;
}
.allCategorySubImg {
  width: 300px;
  height: 200px;
}

.aboutAllCategory {
  padding: 40px 0;
}

.gettingLinked {
  font-family: Oswald;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.42px;
  text-align: center;
  color: white;
  width: 85%;
}

.gettingAbout {
  width: 85%;
  padding: 12px 0;
  justify-content: center;
  margin-bottom: 30px;
}

}

@media (min-width:581px) and (max-width:820px) {
  .gettingLinked {
    width: 76%;
}
.gettingAbout {
  width: 70%;
}

.allCategorySubImg {
  width: 450px;
  height: 350px;
}
}