html, body {
    overflow-x: hidden;
  }
.about-section {
    background-color: #ffffff;
}

.section-badge {
    display: inline-block;
     color: black;
    padding: 6px 0px;
    border-radius: 30px;
    font-size: 44px;
    font-weight: 500;
}

.about-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-weight: 500;
}

.about-feature i {
    color: #8ECAE6;
    font-size: 18px;
}
 