.about-sec .about-sec-main {
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(206, 234, 247) 100%);
  padding: 70px 0;
  margin-top: 30px;
}
.about-sec .about-sec-main .box {
  border: 1px solid rgba(102, 102, 102, 0.462745098);
  border-radius: 30px;
  padding: 30px 40px;
  min-height: 488px;
  max-height: 488px;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-sec .about-sec-main .box .content h5 {
  text-transform: uppercase;
  color: var(--txt-grey);
  font-size: var(--heading-3m);
}
.about-sec .about-sec-main .box .content h6 {
  text-transform: uppercase;
  color: var(--txt-grey);
  font-size: var(--paragraph-txt-20);
  font-weight: 400;
}
.about-sec .about-sec-main .box .content p {
  color: var(--color-black);
  font-size: var(--fontSize16);
  line-height: 30px;
}
.about-sec .about-sec-main .box .content p a {
  color: var(--color-blue);
}
.about-sec .about-sec-main .box .content p a:hover {
  color: var(--color-blue);
}
.about-sec .about-sec-main .box .content ol li p {
  margin: 0;
}

@media (max-width: 767px) {
  .about-sec .about-sec-main {
    background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(206, 234, 247) 150%);
  }
  .about-sec .about-sec-main .box {
    padding: 25px 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .about-sec .about-sec-main .box {
    justify-content: left;
    min-height: 405px;
    max-height: 405px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about-sec .about-sec-main .box {
    justify-content: left;
    min-height: 405px;
    max-height: 405px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1699px) {
  .about-sec .about-sec-main .box {
    padding: 20px 20px;
    min-height: 530px;
    max-height: 530px;
  }
}
@media screen and (min-width: 2560px) {
  .about-sec .about-sec-main .box {
    min-height: 600px;
    max-height: 600px;
  }
}/*# sourceMappingURL=about.css.map */