.wrapper-8_Cont {
    margin: 0 15px;
    scroll-margin-top: min(110px, 20vw);
}

.section-8_Cont {
    max-width: 1100px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.caption-8_Cont {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #00b909;
}

.title-8_Cont {
    text-align: center;
    letter-spacing: 0.4px;
    color: #383838;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(20px, calc(10px + 2vw), 25px);
    font-weight: 600;
}

.subtitle-8_Cont {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1.3;
    font-size: clamp(13px, calc(5px + 1vw), 14px);
    color: rgba(150, 150, 150, 0.87);
}

.block-items-8_Cont {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 15px;
}

.item-8_Cont {
    padding: 15px 10px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    flex: 1 0 150px;
    max-width: 300px;
    border: 2px solid rgba(243, 243, 243, 0.6);
}

.media-icon-8_Cont {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.media-text-title-8_Cont {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #565656;
}

.media-text-main-8_Cont {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #969696;
    line-height: 1.3;
}

