.overview-image {
    width: 85vw;
    height: 35vw;
    margin-top: 50px;
    left: 50%;
    position: relative;
    text-align: left;
    /* background-size: auto 100%; */
    /* display: flex; */
    /* overflow: hidden; */
    transform: translateX(-50%);
}

.overview-text {
    text-indent: 2em;
    position: relative;
    left: 0vw;
    top: 50%;
    width: 36vw;
    padding: 2.6vw;
    font-size: 1.05vw;
    line-height: 2;
    color: #000;
    background-color: #fff;
    box-shadow: 0 5px 12px 0 rgba(32,33,39,.5);
    text-align: justify;
    transform: translateY(-50%);
}
.overview-image .t-image{
    position: absolute;
    right: 0vw;
    top: 50%;
    z-index: -1;
    width: 65vw;
    transform: translateY(-50%);
}

.contactUs {
    display: flex;
    padding-bottom: 30px;
    margin: 0 auto;
    justify-content: space-between;
}

.contactUs .contact-col {
    display: block;
    box-sizing: border-box;
    width: 45%;
    margin-right: 50px;
    display:flex;
    flex-direction:column;
}
.contactUs .contact-col .contact-content{
    height:100%;
}
/*.contactUs .contact-text {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding-top: 50px;
}*/

/*.contactUs .contact-number {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    text-align: left;
}

.contactUs .contact-number a {
    text-decoration: none;
    color: #0551bf;
}*/

.contactUs .contact-col .code {
    width: 200px;
    height: 200px;
    margin:0 auto;
    border-radius:5px;
    overflow:hidden;
}
.contactUs .contact-col .code img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.contactUs .contact-col .contact-in-col{
    height:50%;
    /*position: relative;*/
}
.contactUs .contact-col .contact-in-col .t-images{
    position: relative;
    left: 0;
    top: -40px;
    width: 200px;
}
.contactUs .contact-col .contact-in-col a,.contactUs .contact-col .contact-in-col .t-content{
    padding:10px 60px;
    font-size:32px;
    line-height:60px;
    color: #0551bf;
}
.contact-col .contact-icon{
    display:flex;
    align-items:center;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom:10px;

}
.contact-col .contact-icon img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.12));
}
.column{
    display: inline-block;
    width: 50%;
}
@media screen and (max-width: 1000px){
    .overview-image{
        margin-top:10px;
    }
    .overview-text{
        font-size:15px;
        width: 80vw;
        padding: 5px;
        max-height: 90%;
        overflow: auto;
        text-align:left;
    }
    .contactUs{
        flex-direction:column;
    }
    .contactUs .contact-col{
        width:100%;
        margin-right:0;
    }
    .contact-col .contact-icon{
        padding-left:20px;
    }
}