.main_text {
	font-size:20px;
	font-family:"Arial";
	text-align:center;
	margin-top:40px;
}
.about {
    margin:auto;
}
.about .mid {
    background:white;
    padding:30px;
    xfont-family: 'Quicksand', ;
    xfont-family: 'Roboto', ;
    xfont-family: 'Bebas Neue', ;
    font-family: 'Staatliches', ;
}
.about .bottom {
    border-top:1px solid #efe897;
    background:#fffb8d;
    padding:30px;
    xfont-family: 'Quicksand', ;
    xfont-family: 'Roboto', ;
    xfont-family: 'Bebas Neue', ;
    font-family: 'Staatliches', ;
    margin-bottom:60px;
}

.about .mid .tagline {
    font-size:40px;
    display:inline-block;
    width:45%;
    line-height:43px;
    vertical-align:top;
    padding-left:20px;
}
.about .mid .top_inner{
    width:100%;
    font-size:0;
    margin-bottom:20px;
}
.about .body-text {
    font-family: 'Quicksand' ;
    line-height:20px;
    xfont-family: 'Roboto' ;
    xfont-family: 'Bebas Neue' ;
}
.about .mid .image {
    display:inline-block;
    width:50%;
    box-sizing: border-box;
}
.about .mid img {
    width:100%;
}
.about .map {
    width:100%;
}
.about .logo {
    width:100%;
    max-width:686px;
}
.about .logo img{
    width:100%;
}
@media (max-width: 848px ) {
    .about .mid .tagline {
        font-size:32px;
        line-height:35px;
    }
}
@media (max-width: 706px) {
    .about .mid .tagline {
        font-size:28px;
        line-height:31px;
    }

}
@media (max-width: 647px ) {
    .about .mid .tagline {
        display:block;
        width:100%;
        padding:0;
        margin-top:20px;
    }
    .about .mid .image {
        display:inline-block;
        width:100%;
        box-sizing: border-box;
    }
}



@media (max-width: 541px ) {
    .about {
        padding-left:0;
        padding-right:0;
    }
}

.main_text {
    font-size: 20px;
    font-family: "Arial";
    text-align: center;
    margin-top: 40px;
}
.coach {
    margin: auto;
}
.coach .mid {
    background: #fff;
    padding: 30px;
    xfont-family: "Quicksand";
    xfont-family: "Roboto";
    xfont-family: "Bebas Neue";
    font-family: "Staatliches";
}
.coach .bottom {
    border-top: 1px solid #efe897;
    background: #fffb8d;
    padding: 30px;
    xfont-family: "Quicksand";
    xfont-family: "Roboto";
    xfont-family: "Bebas Neue";
    font-family: "Staatliches";
    margin-bottom: 60px;
}
.coach .mid .tagline {
    font-size: 50px;
    display: inline-block;
    width: 45%;
    line-height: 53px;
    margin-top: 200px;
    vertical-align: top;
    padding-left: 20px;
}
.coach .mid .top_inner {
    width: 100%;
    font-size: 0;
    margin-bottom: 20px;
}
.coach .body-text {
    font-family: "Quicksand";
    line-height: 20px;
    xfont-family: "Roboto";
    xfont-family: "Bebas Neue";
}
.coach .mid .image {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    border: 1px solid grey;
}
.coach .mid img {
    width: 100%;
}
.coach .map {
    width: 100%;
}
.coach .logo {
    width: 100%;
    max-width: 686px;
}
.coach .logo img {
    width: 100%;
}
@media (max-width: 956px) {
    .coach .mid .tagline {
        margin-top: 180px;
    }
}
@media (max-width: 848px) {
    .coach .mid .tagline {
        font-size: 32px;
        line-height: 35px;
    }
    .location .img {
        width: 50% !important;
    }
    .location .iframe-wrapper.map {
        display: table-cell;
        width: 50% !important;
    }
}
@media (max-width: 760px) {
    .coach .mid .tagline {
        margin-top: 150px;
    }
}
@media (max-width: 706px) {
    .coach .mid .tagline {
        font-size: 28px;
        line-height: 31px;
    }
    .location .info {
        display: block;
        border: none;
    }
    .location .info > * {
        display: block;
        width: 100% !important;
    }
    .location .img {
        margin-bottom: 20px;
    }
}
@media (max-width: 681px) {
    .coach .mid .tagline {
        display: block;
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .coach .mid .image {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
    }
}
@media (max-width: 605px) {
    .info-block .info,
    .info-block .address {
        font-size: 40px;
    }
    .info-block .title {
        font-size: 25px;
    }
}
@media (max-width: 541px) {
    .logo {
        padding: 20px;
        box-sizing: border-box;
    }
}
