.wrapper {
    margin: min(50px, 10%) 15px;
    scroll-margin-top: min(110px, 20vw);
}

.section-5_ADV {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.caption-5_ADV {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #00b909;
    margin-bottom: 10px;
}

.container-title-5_ADV {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.title-5_ADV {
    flex: 1 0 300px;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(20px, calc(10px + 2vw), 25px);
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #383838;
}

.title-caption-5_ADV {
    font-family: 'Inter', sans-serif;
    font-size: clamp(13px, calc(5px + 1vw), 14px);
    font-weight: 400;
    letter-spacing: 0.2px;
    color: rgba(150, 150, 150, 0.87);
    max-width: 450px;
    flex: 1 0 300px;
}

.container-5_ADV {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 10px min(20px, 2%);
}

.item-5_ADV {
    flex: 1 0 160px;
    max-width: 280px;
    padding: min(20px, 4%);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    background-color: rgba(248, 248, 248, 0.73);
    gap: 15px;
}

.media-icon-5_ADV {
    display: flex;
    align-items: center;
}

.body-text-5_ADV {
    text-align: center;
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #969696;
    line-height: 1.3;
}

.body-text-title-5_ADV {
    font-size: clamp(15px, calc(10px + 1vw), 16px);
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #565656;
}