.contact-page {
    padding-top: 77px;
}
.contact-page__title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.02em;
    color: #E52336 !important;
    margin-bottom: 38px;
    text-transform: uppercase;
}
.contact-page__desc {
    max-width: 720px;
    margin:0 auto;
}
.contact-page__desc p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    margin-top:0;
    margin-bottom: 25px;
}
/*Employee-section*/
.contact-page__emp-section {
    margin-top: 95px;
    padding-bottom:20px;
}
.contact-page__emp-image img {
    width: 100%;
}
.contact-page__emp-row.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.75%;
    margin-right: -2.75%;
    padding:0 !important;
    justify-content:space-between;
}
.contact-page__emp-col.col-sm-12.col-lg-4 {
    flex-basis: calc(83%/3);
    transition: 0.15s ease;
    margin: 0 2.7% 1.25rem;
    flex-grow: 0;
    padding: 0;
    max-width: 285px;
    margin-bottom: 45px;
}
.contact-page__emp-image {
    width: 285px;
    height: 285px;
    background: #C4C4C4;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
}
.contact-page__emp-image img {
    width: 100%;
    margin-bottom: 17px;
    height: 100%;
    object-fit: cover;
}
.contact-page__emp-title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 1.2;
    color: #FFFFFF !important;
    margin-bottom: 12px;
}
.contact-page__emp-role {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    color: #E52336;
    margin-top: 0;
    position: relative;
     margin-bottom: 19px;
}
.contact-page__emp-role:after {
    position: absolute;
    content: '';
    width:100%;
    background: rgba(255, 255, 255, 0.15);
    height: 1px;
    left:0;
    bottom:-18px;
}
.contact-page__emp-contact {
    padding-top: 17px;
}
.contact-page__emp-contact a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF !important;
    display: block;
    margin-bottom: 13px;
    cursor: pointer;
    transition: 0.15s ease;
}
.contact-page__emp-contact a:focus {
    text-decoration: none;
}
.contact-page__emp-contact a:hover {
    color: #E52336 !important;
    text-decoration: none;
}
.contact-page__map-section iframe {
    display: block;
}
.info-content{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.gm-style-iw-d {
    max-height: 100% !important;
    margin: 0 !important;
    height: auto !important;
    padding-bottom: 10px !important;
    padding-right: 20px !important;
}
.gm-style-iw.gm-style-iw-c {
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 15%);
    border-radius: 3px;
    padding-top: 20px;
    padding-left: 40px;
}
button.gm-ui-hover-effect {
    display: none !important;
}
.info-content-img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.info-content {
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .contact-page__emp-image {
        width: 260px;
        height: 260px;
    }
    .contact-page__emp-col.col-sm-12.col-lg-4 {
        max-width: 260px;
    }
    .contact-page__emp-title {
        font-size: 18px !important;
    }
}
@media screen and (max-width: 991px) {
	.contact-page__title {
	    font-size: 24px;
	    margin-bottom: 12px;
	}
	.contact-page__emp-col.col-sm-12.col-lg-4 {
	    flex-basis: calc(83%/3);
	    transition: 0.15s ease;
	    margin: 0 2.3% 1.25rem;
	    flex-grow: 0;
	    padding: 0;
	    margin-bottom: 27px;
	}
	.contact-page__emp-title {
        font-size: 18px !important;
    }
    .contact-page__emp-image {
        width: 200px;
        height: 200px;
    }
    .contact-page__emp-col.col-sm-12.col-lg-4 {
        max-width: 200px;
    }
    .contact-page__emp-section {
        margin-top: 45px;
        padding-bottom: 10px;
    }
    .contact-page {
        padding-top: 77px;
    }
}
@media screen and (max-width: 767px) {
	.contact-page__emp-col.col-sm-12.col-lg-4 {
	    flex-basis: 100%;
	    transition: 0.15s ease;
	    margin: 0;
	    max-width: 100%;
	    flex-grow: 0;
	    padding: 0;
	    margin-bottom: 15px;
	}
	.contact-page__emp-title {
        font-size: 24px !important;
    }
    .contact-page__emp-content-wrap {
        text-align: center;
    }
    .contact-page__emp-image {
        margin:0 auto;
        margin-bottom: 14px;
    }
    .contact-page__emp-section {
        margin-top: 45px;
        padding-bottom: 0px;
    }
    .contact-page__map-section iframe {
        display: block;
        height: 375px;
    }
    .contact-page__emp-image {
        width: 285px;
        height: 285px;
    }
    .contact-page {
        padding-top:23px;
    }
    .gm-style-iw.gm-style-iw-c {
        padding-top: 20px;
        padding-left: 15px;
    }
    .gm-style-iw-d {
        padding-bottom: 10px !important;
        padding-right: 5px !important;
    }
    .gm-style-iw.gm-style-iw-c {
        max-width: 220px !important;
    }
    #map {
        height: 390px !important;
    }
}

