#wvgSection06{
    width: 100%;
    height: 549px;
    background-color: #F5F8FB;
}

#wvgSection06 .wvg-container{
    background: url("../images/section06.png") no-repeat;
    background-size: 339px 510px;
    background-position: left bottom;
}

#wvgSection06 .wvg-container .wvgs06-items{
    width: 998px;
    padding-top: 115px;
    float: right;
    height: 549px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#wvgSection06 .wvg-container .wvgs06-items h4{
    font-size: 36px;
    font-weight: 700;
    color: #1A7BA5;
    margin-bottom: 37px;
    letter-spacing: 3.6px;
}

#wvgSection06 .wvg-container .wvgs06-items .wvgs06-item{
    height: 272px;
    width: 821px;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin: 0 auto;
    padding: 53px 41px 44px 50px;
    font-size: 26px;
    font-weight: 600;
    color: #1A7BA5;
    letter-spacing: 2.6px;
    line-height: 46px;
}

#wvgSection06 .wvg-container .wvgs06-items h4 br{
        display: none;
    }

@media (max-width: 1400px){
    #wvgSection06 .wvg-container{
        background-size: 271px auto;
    }

    #wvgSection06 .wvg-container .wvgs06-items{
        width: 666px;
    }

    #wvgSection06 .wvg-container .wvgs06-items h4{
        font-size: 24px;
    }

    #wvgSection06 .wvg-container .wvgs06-items .wvgs06-item{
        width: 570px;
        padding: 30px 20px 20px 20px;
        font-size: 18px;
    }
}

@media (max-width: 968px){
    #wvgSection06 .wvg-container{
        background: none;
    }

    #wvgSection06 .wvg-container .wvgs06-items{
        width: 345px;
        margin-left: 15px;
        float: unset;
        padding-top: 30px;
        height: 370px;
        align-items: unset;
        justify-content: unset;
    }

    #wvgSection06 .wvg-container .wvgs06-items h4{
        height: 59px;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 26px;
    }

    #wvgSection06 .wvg-container .wvgs06-items h4 br{
        display: block;
    }

    #wvgSection06 .wvg-container .wvgs06-items .wvgs06-item{
        padding: 0;
        background-color: transparent;
        width: 345px;
        font-size: 16px;
        font-weight: 600;
        color: #1A7BA5;
        letter-spacing: 1.6px;
        line-height: 26px;
        height: 135px;        
    }

    #wvgSection06{
        height: 283px;
    }
}