.about {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.about .bg-blur {
  position: absolute;
  inset: 0;
  background: radial-gradient(83.44% 82.51% at 48.73% 43.41%, #ffffff 10.82%, #ffffff 24.78%, #ffffff 48.21%, rgba(208, 208, 208, 0.857562) 73.95%, rgba(179, 179, 179, 0.769111) 87.42%, rgba(119, 119, 119, 0.587855) 96.4%, rgba(0, 0, 0, 0.23) 100%, rgba(0, 0, 0, 0.23) 100%);
  opacity: 0.8;
}
.about .container {
  position: relative;
  padding-bottom: min(179px, 20vw);
  z-index: 1;
}
.about .container .title {
  padding-top: min(122px, 15vw);
  padding-bottom: min(39px, 5vw);
}
.about .container .about-content {
  background: var(--white);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}
.about .container .about-content .content-title {
  background: linear-gradient(180deg, #d24f02 0%, #e3641a 100%);
  border-radius: 20px 20px 0px 0px;
  padding-block: 14px;
  padding-inline-start: min(46px, 6vw);
  column-gap: 12px;
}
@media only screen and (max-width: 768px) {
  .about .container .about-content .content-title {
    padding-inline-end: 5px;
  }
}
.about .container .about-content .content-title .elipse {
  width: 51px;
  height: 21px;
  background-color: var(--white);
  border-radius: 50%;
}
.about .container .about-content .content-title h2 {
  font-size: clamp(25px, 3.5vw, 40px);
  font-weight: 400;
  line-height: 1.35;
  color: var(--white);
}
.about .container .about-content .content-wrapper {
  margin-inline-start: min(48px, 7vw);
  margin-top: min(48px, 8vw);
  padding-bottom: min(60px, 10vw);
  width: 85%;
}
.about .container .about-content .content-wrapper .content-sub-title {
  font-weight: 700;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.3636;
  letter-spacing: 0.03em;
  margin-bottom: min(18px, 3vw);
}
.about .container .about-content .content-wrapper ul {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .about .container .about-content .content-wrapper ul {
    padding-inline-start: 20px;
    margin-block: 20px;
  }
}
.about .container .about-content .content-wrapper ul p a {
  color: var(--black);
  text-decoration: underline;
}/*# sourceMappingURL=about.min.css.map */