.bkcontact{
    width: 100vw;
    overflow-x: hidden;
}
.abouts{
    width: 100vw;
    overflow-x: hidden;
    background: #997A5E;
}
.abouts .htxt h1{
    font-family: "Rubik", sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    padding-top: 160px;
    padding-bottom: 0px;
    color: #fff;
}
.mainabout .top{
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(#D32026, #FFAF88);
    font-family: "Rubik", sans-serif;
    color: #fff;
}
.mainabout .top .to{
    padding-top: 30px;
}
.mainabout .top .to h2{
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}
.mainabout .top .bo{
    width: 100vw;
    display: flex;
    flex-direction: row;
    margin-top: 80px;
    margin-bottom: 30px;
}
.mainabout .top .bo .left,
.mainabout .top .bo .right{
    width: 50vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.mainabout .top .bo .left h3,
.mainabout .top .bo .right h3{
    font-size: 24px;
    font-weight: 500;
}
.mainabout .top .bo .left p,
.mainabout .top .bo .right p{
    font-weight: 400;
}
.mainabout .bot{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: "Rubik", sans-serif;
    margin-top: 30px;
    margin-bottom: 50px;
    background: #fff;
}
.mainabout .bot h4{
    color: #D32026;
    font-size: 36px;
    font-weight: 500;
}
.mainabout .bot p{
    color: #444;
    margin-top: 20px;
}

.wave-divider{
    background: #997A5E;
    fill: #D32026;
    margin-bottom: -10px;
}
.wave-dividerb{
    background: #FFAF88;
    fill: #fff;
    margin-bottom: -50px;
}

@media(max-width:768px){
    .abouts .htxt h1{
        font-family: "Rubik", sans-serif;
        text-align: center;
        font-weight: 600;
        font-size: 44px;
        padding-top: 160px;
        padding-bottom: 0px;
        color: #fff;
    }
    .mainabout .top .to h2{
        text-align: center;
        font-size: 24px;
        font-weight: 500;
    }
    .mainabout .top .bo{
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .mainabout .top .bo .left,
.mainabout .top .bo .right{
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}
.mainabout .bot{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: "Rubik", sans-serif;
    padding-top: 50px;
    margin-bottom: 50px;
    background: #fff;
}
.mainabout .bot h4{
    color: #D32026;
    font-size: 24px;
    font-weight: 500;
}
}
@media(max-width:500px){
    .mainabout .top .to h2{
        text-align: center;
        font-size: 19px;
        font-weight: 500;
    }
    .mainabout .bot h4{
        color: #D32026;
        font-size: 19px;
        font-weight: 500;
    }
}
