
/* for about us page */
body{
    background-color:white;
    font-size: 12px;
}

h1 {
    font-size: 2.5em;
}

h2{
    /* font-size: 1.6em; */
    font-weight: 700;
    font-size: 30px;
}
/* test */
/* test */
h3{
    /* font-size: 1.2em; */
    font-size: 30px;
    font-weight: 700;
}

p{
    text-align: justify;
    font-size: 17px;
}
.aboutus-wrapper .content-wrapper {
    width: 90% !important;
    margin: auto;
    font-size: 30px;
}

.aboutus-wrapper {
    background-color: white;
    color:black;
    position: relative;
    /* top:50px; */
    width: 100%;
    padding-bottom: 150px;
    font-size: 1.7em;
}

h2{
    padding-bottom: 50px;
}

.aboutus-wrapper h3{
    background-color: white;
    color: #2B782F;
    padding-top:30px;
    padding-bottom: 50px;
}

.gallery{    
    width: 100%;   
    display: flex;
}

.gallery img{
    max-width: 95% !important;
}

.img>img{
    width: 300px;  
}


.p-title {
    font-weight: bold;
}

.gallery-image {
    height: 200px;
    width: auto;
    /* width: 270px;
    height: 185px;
    object-fit: cover; */
}

#hkwlogo{
    width: 400px;
}

.text-content{
    word-wrap: break-word
}

@media screen and (max-width: 650px)  {
    .aboutus-wrapper-container{
        margin: 0px 20px;
    }

    #hkmwlogo{
        width: 200px;
    }
}

@media screen and (max-width:767px) {
    .aboutus-wrapper{
        font-size: 1.3em;
    }
}


#footer h3{
    margin-bottom: 0px;
    font-size: 1.75rem;
    font-weight: 500;
}

.aboutus-wrapper-container h1{
    font-weight: 700;
    font-size: 30px;
}
