body {
    /* overflow-y: hidden; Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
    background-color: white !important;
  }  
.nav{
    background-color: #85C157;
    font-size: 1.7em;
}
#about{
    font-size: 1.6em;
}
.free{
    font-family: cursive;
    text-align: center;
    font-size: 3em;
    text-decoration: underline;
    color: red;
    position: relative;
    top: 25%;
    right: 10%;
}
.meet{
    position: relative;
    top: 15px;
}
.font-16{
    font-size: 1.6em;
}
.font-2{
    font-size: 2em;
}
.p-0{
    padding: 0 !important;
}
.review-name{
    position: relative;
    top: 80%;
}
.footer{
    background-color: #85C157;
    font-size: 1.6em;
}
.top-51{
    top: 30%;
    position: relative;
}
.w-70{
    width: 70%;
    padding: 5%;
    top: 5%;
}
.bg-green{
    background-color: #85C157;
}
.services-ul{
    text-decoration: none;
    list-style-type: none;
    font-size: 1.6em;
}
.padding-1{
    padding: 5%;
    width: 80%;
}
.text-end-service{
    text-align: right;
}
.text-start-service{
    text-align: left;
}
.relative{
    position: relative;
    top: 30%;
    left: 10%;
}
.port{
    margin-top: 0;
}
@media only screen and (max-width: 768px){
    .text-end-service{
        text-align: center;
    }
    .port{
        margin-top: 10px !important;
    }
    .rows{
        padding-right: 0% !important;
    }
    .top-51{
        top: 0%;
        position: relative;
    }
    .text-start-service{
        text-align: center;
    }
    .relative{
        position: static;
        top: 0;
        left: 0;
    }
    .review-name{
        position: relative;
        top: 0%;
        text-align: center;
    }
    .free{
        font-family: cursive;
        text-align: center;
        font-size: 3em;
        text-decoration: underline;
        color: red;
        position: relative;
        top: 0;
        right: 0;
    }
}

