.about {
  padding: 3rem 0 1rem;
  background: #fff;
}
.about .container {
  background: #f6f6f8;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  display: flex;
}
.about .col-l {
  border-right: 1px solid #ebf2fa;
  padding-right: 1rem;
  width: 70%;
}
.about .eyebrow {
  color: #13b8ea;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.about h2 {
  max-width: 400px;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 900;
}
.about .image {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.about .description {
  font-size: 0.8rem;
  line-height: 1.5;
  max-width: 500px;
}
.about .col-r {
  padding-left: 1rem;
}
.about .col-r .subtitle {
  color: #13b8ea;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.about .audience-item {
  display: flex;
  align-items: start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.about .audience-item .icon {
  width: 40px;
  text-align: center;
  font-size: 2rem;
  color: #13b8ea;
}
.about .audience-title {
  font-size: 0.8rem;
  font-weight: 600;
}
.about .audience-text {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .about .container {
    flex-direction: column;
    gap: 2rem;
  }
  .about .col-l {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #ebf2fa;
    padding-bottom: 1.5rem;
  }
  .about .col-r {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .about {
    padding: 2rem 0 1rem;
  }
  .about .container {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 576px) {
  .about {
    padding: 1.5rem 0 0.5rem;
  }
  .about .container {
    padding: 1.5rem 1rem;
    border-radius: 0.5rem;
  }
  .about h2 {
    font-size: 1.25rem;
  }
  .about .audience-item {
    margin-bottom: 1rem;
  }
  .about .audience-item .icon {
    width: 30px;
    font-size: 1.5rem;
  }
}
