.about-sec {
  background-image: url("../../../public/images/about-sec.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 120px 0px;
}

.about-content {
  margin-bottom: 40px;
}

.about-content h2 {
  background: linear-gradient(180deg, #f8c18b 36.11%, #f6d7b8 71.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-size: 60px;
  font-style: italic;
  text-align: center;
}

.about-content p {
  color: var(--white-color);
}

.about-content .tag-box {
  margin-bottom: 32px;
}

.about-sec-para p {
  color: var(--white-color);
}

.about-sec-image img {
  width: 100%;
  height: auto;
}

.about-btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

@media (max-width: 1366px) {
  .about-content h2 {
    text-align: center;
  }

  .about-sec-para p {
    font-size: 14px;
  }

  .about-sec {
    padding: 80px 0px;
  }
}

@media (max-width: 768px) {
  .about-sec-para p {
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 428px) {
  .about-content h2 {
    font-size: 32px;
  }

  .about-content p {
    text-align: center;
  }

  .about-content {
    margin-bottom: 10px;
  }

  .about-sec {
    padding: 25px 0px;
  }

  .about-sec-para p {
    text-align: center;
  }
}
