.contact-page .contact-banner img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}

.contact-page .contact-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 20px;
    padding: 12px 0;
    color: #999999 !important;

}

.contact-page .contact-nav img {
    height: 14px;
    margin-right: 8px;
}

.contact-page .contact-nav .nav-a {
    margin-right: 8px;
    text-decoration: none !important;
    color: #999999 ;
}

.contact-page .contact-nav .nav-flag {
    margin-right: 8px;
}


.contact-page .contact-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 108px;

}


.contact-page .contact-content .contact-content-title{
    height: 26px;
    margin-top: 36px;
    margin-bottom: 36px;
}

.contact-page .contact-content .contact-info-wrapper{
    display: flex;
    flex-direction: row;
    box-shadow:  2px 2px 3px #efefef,
    -2px -2px 3px #dedede;
}

.contact-page .contact-content .contact-info-wrapper .contact-map{
    flex: 1;
}

.contact-page .contact-content .contact-info-wrapper .contact-map img{
    height: auto;
    width: 100%;
}

.contact-page .contact-content .contact-info-wrapper .contact-info{
    width: 375px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 36px;
    background-color: #0362a3;
    justify-content: space-around;
    color: white;
}

.contact-page .contact-content .contact-info-wrapper .contact-info .contact-info-title{
    font-size: 24px;
    font-weight: bold;
}

.contact-page .contact-content .contact-info-wrapper .contact-info .contact-info-title-line{
    height: 4px;
    background-color: #a3c8ed;
    width: 44px;
    margin-top: -16px;
}

.contact-page .contact-content .contact-info-wrapper .contact-info .contact-info-phone{
    font-size: 18px;
}

.contact-page .contact-content .contact-info-wrapper .contact-info .contact-info-ewm{
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}

.contact-page .contact-content .contact-info-wrapper .contact-info img{
    width: 88px;
    height: 88px;
}

.contact-page .contact-content .contact-info-wrapper .contact-info .contact-info-ewm-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 16px;
    margin-left: 16px;
}

.contact-page .contact-content .contact-info-wrapper .contact-info .contact-info-ewm-info span:nth-child(2){
    margin-top: 12px;
}