.contact-content-container {
    margin-top: 60px;

}

.contact-top {
    display: flex;
    justify-content: space-between;
}

.contact-top a {
    width: 48.3%;
    background-color: #ffffff;
	box-shadow: 0px 0px 19px 6px 
		rgba(32, 32, 32, 0.06);
 
}


.contact-logo-conatiner {
    display: flex;
    justify-content: center;
    margin-top: 56px;
}

.contact-title {
    display: flex;
    justify-content: center;
    color: #004ea1;
    font-size: 18px;
    margin-top: 18px;
}

.contact-content-font {

    display: flex;
    justify-content: center;
    padding: 36px 0 90px 0;
    font-size: 16px;
    color: #666666;
}

.contact-img-content-container{
    margin-top: 47px;

}

.contact-img-content-container img{
    /* display: block; */
    width: 100%;
}

.footer-content{
  padding: 47px 0 65px 0;
  line-height: 36px;
}

@media (max-width:767px) {

    .contact-top{
        flex-wrap: wrap;
    }

    .contact-top a {
        width: 100%;
    }

}