* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    width: 100%;
    overflow-x: hidden;
}

.mainContAbout{
    background: url(../image/content-bg.jpg);
    height: 168vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover
}
.contentabout{
    height: 160vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}
.contentPart1{
    height: 32vh;
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.cotnentPart1A{
    height: 37vh;
    width: 80%;
}
.contentitle{
    color: #BA9A63;
    font-weight: bold;
    font-size: 25px
}
.cotnentPart1B{
    height: 30vh;
    width: 20%;
}
.cotnentPart1B img{
    width: 93%;height: auto
}
.contentPart2{
    height: 115vh;
    width: 95%;
}
.contentPart2Title{
    color: #BA9A63;
    font-size: 23px;
    font-weight: bold;
}

@media only screen and (max-width: 767px){
    .mainContAbout{
        height: 214vh;
    }
    .contentabout{
        height: 205vh;
    }
    .contentPart1{
        height: 39vh;
    }
    .cotnentPart1A{
        height: 38vh;
        width: 100%;
    }
    .cotnentPart1B{
        /* height: 52vh; */
        display: none;
    }
    .contentitle ,.contentPart2Title{
        font-size: 19px;
    }
    .contentTxt ,.contentPart2txt{
        font-size: 11px;
        margin-bottom: 0%;
    }
    .cotnentPart1B img{
        width: 100%;
    }
    .contentPart2{
        height: 165vh;
    }
}