/* Styles for the why section */
.why-title {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 69px;
    letter-spacing: -0.02em;
    color: #F09161;
    text-align: center;
    margin: 60px 0 20px 0;
}
.why-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #222;
    margin-bottom: 60px;
    margin-left: 63px;
    margin-right: auto;
}
/* Styles for the why section */
