#contact-page #main-bottom{
	margin-bottom:40px;
}
#contact-page .sb-section-title{
    font-size: 64px;
    line-height: 1.1;
    color: rgb(52,52,52);
    font-family: "Poppins";
    font-weight: bold;
    text-align: left;
    margin-bottom: 40px;
	padding-left:8vw;
}
#contact-page .location-section:not(.title-box){
    padding: 100px 50px;
	background:#f5f5f5;
}
#contact-page .location-section.title-box{
    padding-bottom: 0;
    padding-top: 8vw;
}
#contact-page .sb-map-grid{
	min-height:259px;
}
#contact-page .sb-text{
    font-size: 27px;
    line-height: 1.1;
    color: rgb(52,52,52);
    font-family: "Poppins";
    font-style: italic;
}
#contact-page .sb-contact-form .sb-link{
    background-color: transparent;
}
#teammate-bio #bio-profession{
    font-family: "Poppins";
    font-size: 28px;
    color: #b90000;
    font-weight: 500;
}
#team-page #bio-description{
    margin-left: 32px;
    /* margin-right: 175px; */
    font-size: 26px;
    line-height: 1.5;
    margin-right: 9vw;
}


@media screen and (max-width: 730px){
    #contact-page .location-section{
        width: 80%;
    }
}
@media screen and (max-width: 480px){
    #contact-page .sb-section-title{
         font-size: 36px;
    }
}


    #bottom-d .g-recaptcha > div{
    margin 10px auto !important;
    text-align: center;
    width: auto !important;
    height: auto !important;
   }
   #bottom-d#fb-render{
     padding-bottom:100px;
   }
   
   #bottom-d .sb-link.sb-link-fill-animated.dark-bg {
     margin-top:100px;
   }