
.sec-full{
    background-color: #F5F4F2;
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-wrapper{
    max-width: 1400px;
}

.s4-initial-pad {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 138px;
}

.s4-divs {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 40px 25px;
}

.s4-title{
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    margin: 0;
}
.s4-sec-txt {
    width: 661px;
}

.s4-sec-img {
    width: 100%;
}

.s4-sec-img img{
    width: 100%;
    height: auto;
}

.s4-txt-p{
    font-size: 16px;
    line-height: 20px;
}

.s4-txt-p a{
    color: #00688C;
    text-decoration: none;
}

.s4-ftxt{
    display: flex;
    justify-content: center;
    padding: 40px 25px;
}

@media only screen and (max-width: 1400px) {

    .sec-full {
        height: auto;
    }

    .s4-initial-pad {
        gap: 0px;
    }
    
    .s4-sec-txt {
        width: 100%;
    }

    .s4-sec-img {
        width: 80%;
    }

}