html,body{
    overflow-x: hidden;
}
.polygon{
    background-color: white; 
    height: 25vh !important; 
    border-radius: 100% 0% 0% 0%; 
    width: 100%;
    position: absolute; 
    bottom: 0; 
    right: 0; 
}
li>a{
    font-family: "Roboto", sans-serif !important;
}
ul > li{
    color: #7f7f7f !important;
    font-size: 1.2em;
}
.whole-wrap{
    width: 100%;
}
.bg-op-3{
    background-color: rgba(13, 16, 29, 0.3)
}
.service-img{
    height: 200.25px;
    width: 100%;
}
.custom-cards{
    border-left: 7px solid #00c424;
    border-top: 1px solid rgb(236, 236, 236);
    border-right: 1px solid rgb(236, 236, 236);
    border-bottom: 1px solid rgb(236, 236, 236);
    border-radius: 0px 10px 10px 0px;
    min-height: 100%;
}
h2{
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    line-height: 50px !important;
}
@media only screen and (min-width: 769px){
    .whole-wrap{
        width: 70%;
    }
}