.wrapper-4_SERV {
    margin: 0 15px;
    scroll-margin-top: min(110px, 20vw);
}

.section-4_SERV {
    margin: 40px auto;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.caption-4_SERV {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #00b909;
}

.container-4_SERV {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 50px;
    max-width: 1100px;
    margin: 0 auto;
}

.title-4_SERV {
    flex: 1 0 300px;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(24px, calc(10px + 3vw), 34px);
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #383838;
}

.subtitle-4_SERV {
    max-width: 500px;
    flex: 1 0 330px;
    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);
    line-height: 1.3;
}

.container-boxes-4_SERV {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
}

.box-4_SERV {
    flex: 1 0 min(350px, 43vw);
    display: grid;
    grid-template-columns: 3fr 4fr;
    gap: min(30px, 5%);
    padding: min(20px, 2%);
    border-radius: 15px;
    background-color: rgba(248, 248, 248, 0.73);
}

.box-img-4_SERV img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    min-height: 145px;
}

.box-text-4_SERV {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: flex-start;
}

.box-title-4_SERV {
    font-family: 'Inter', sans-serif;
    font-size: clamp(15px, calc(10px + 1vw), 16px);
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #565656;
    line-height: 1.3;
}

.box-main-text-4_SERV {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #969696;
    line-height: 1.3;
}