.section {
    width: 100%;
    padding: 2vh 10%;
}
.section p {
    font-size: 1.1vw;
}
.ser-topbanner {
    width: 100%;
}
.ser-topbanner h1 {
    font-size: 2.3vw;
    font-family: nevis;
    position: absolute;
    margin-top: -38%;
    right: 16%;
    letter-spacing: 1px;
}
.ser-main-text {
    text-align: left;
    padding: 5vh 25vw;
    padding-bottom: 2vh;
    letter-spacing: 1px;
    line-height: 1.5;
    letter-spacing: .5px;
}
.ser-main-text a {
    color: #000;
}
.ser-section {
    width: 100%;
    padding: 3vh 10vw;
    color: #000;
}
.ser-section h4 {
    font-size: 1.3vw;
    letter-spacing: .5px;
    line-height: 1.5;
    font-weight: 600;
}
.ser-section p {
    font-size: 1.1vw;
    letter-spacing: .5px;
    padding-right: 20%;
    line-height: 1.5;
}
@media (max-width:768px) {
    .section {
        width: 100%;
        padding: 1vh 5%;
    }
    .section p {
        font-size: 1.2rem;
    }
    .ser-topbanner h1 {
        font-size: 1.5rem;
        right: 4%;
    }
    .ser-main-text {
        padding: 1vh 5%;
        padding-bottom: 1vh;
    }
    .ser-section {
        padding: 1vh 5%;
    }
    .ser-section h4 {
        margin-top: 2vh;
        font-size: 1.4rem;
    }
    .ser-section p {
        font-size: 1.2rem;
        padding-right: 0%;
    }
}