#wvgSection01{
    width: 100%;
    height: 246px;
    background-color: #F5F8FB;
    margin-top: 112.5px;
}

#wvgSection01 .wvg-container{
    display: flex;
    flex-direction: column;
    padding-top: 51px;
    gap: 26px;
}

#wvgSection01 .wvg-container h1{
    font-size: 50px;
    font-weight: 700;
    color: #1A7BA5;
    letter-spacing: 5px;
    margin: 0;
    text-align: center;
}

#wvgSection01 .wvg-container p{
    width: 1040px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 700;
    color: #29363D;
    line-height: 36px;
}

@media (max-width: 1400px){
    #wvgSection01 .wvg-container h1{
        font-size: 45px;
    }

    #wvgSection01 .wvg-container p{
        width: 100%;
    }

    #wvgSection01{
        height: auto;
        padding-bottom: 50px;
        margin-top: 104px;
    }
}

@media (max-width: 968px){
    #wvgSection01 .wvg-container h1{
        font-size: 20px;
        font-weight: 700;
        color: #1A7BA5;
        letter-spacing: 2px;
    }

    #wvgSection01 .wvg-container p{
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 20px;
        padding: 0 15px;
    }

    #wvgSection01{
        height: 175px;
        padding-bottom: 50px;
        margin-top: 86px;
    }

    #wvgSection01 .wvg-container{
        padding-top: 29px;
        gap: 15px;
    }
}

@media (max-width: 768.10px){
    #wvgSection01{
        margin-top: 50px;
    }
}