.smg-why-should-you {
    margin: 0;
    padding: 0;
    background-color: #000000;
    border: 1px solid #000000;
}

.smg-why-should-you__container {
    margin: 0 auto;
    padding: 81px 190px;
    max-width: 1440px;
}


.smg-why-should-you__title {
    margin: 0 0 48px 0;
    padding: 0;
    font-family: "PP Editorial New", Georgia, serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -0.8px;
    color: #EFEFEF;
    text-align: center;
}

.smg-why-should-you__reasons {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.smg-why-should-you__reason-item {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.smg-why-should-you__divider {
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid #EFEFEF;
    width: 100%;
}

.smg-why-should-you__divider--last {
    margin-top: 24px;
}

.smg-why-should-you__reason-content {
    margin: 24px 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.smg-why-should-you__reason-text {
    margin: 0;
    padding: 0;
    font-family: "Neue Haas Grotesk Display Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0;
    color: #EFEFEF;
    text-align: center;
    max-width: 674px;
    /* white-space: pre-wrap; */
}

@media (max-width: 990px) {
    .smg-why-should-you__container {
        padding: 60px 80px;
    }
    
    .smg-why-should-you__title {
        font-size: clamp(32px, 4vw, 40px);
        margin-bottom: 40px;
    }
    
    .smg-why-should-you__reason-text {
        font-size: clamp(15px, 1.8vw, 16px);
        max-width: 90%;
    }
}

@media (max-width: 750px) {
    .smg-why-should-you__container {
        padding: 40px 24px;
    }
    
    .smg-why-should-you__title {
        font-size: clamp(28px, 6vw, 32px);
        margin-bottom: 32px;
        letter-spacing: -0.56px;
    }
    
    .smg-why-should-you__reason-content {
        margin: 20px 0;
    }
    
    .smg-why-should-you__reason-text {
        font-size: clamp(14px, 3.5vw, 16px);
        line-height: 1.5;
        max-width: 100%;
    }
    
    .smg-why-should-you__divider--last {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .smg-why-should-you__container {
        padding: 32px 20px;
    }
    
    .smg-why-should-you__title {
        font-size: 26px;
        margin-bottom: 28px;
    }
    
    .smg-why-should-you__reason-content {
        margin: 16px 0;
    }
    
    .smg-why-should-you__reason-text {
        font-size: 14px;
        line-height: 1.6;
    }
}


@media (min-width: 1441px) {
    .smg-why-should-you__container {
        padding: clamp(81px, 5.6vw, 120px) clamp(190px, 13.2vw, 240px);
    }
    
    .smg-why-should-you__title {
        font-size: clamp(40px, 2.8vw, 48px);
        margin-bottom: clamp(48px, 3.3vw, 60px);
    }
    
    .smg-why-should-you__reason-content {
        margin: clamp(24px, 1.7vw, 32px) 0;
    }
    
    .smg-why-should-you__reason-text {
        font-size: clamp(16px, 1.1vw, 18px);
        line-height: clamp(23px, 1.6vw, 28px);
        max-width: clamp(674px, 46.8vw, 800px);
    }
    
    .smg-why-should-you__divider--last {
        margin-top: clamp(24px, 1.7vw, 32px);
    }
}
