.contect_section_button {
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .contect_section_button {
        padding-top: 0;
        padding-right: 24px;
        padding-bottom: 40px;
        padding-left: 24px;
    }
}
.contact_button_wrap {
    display: inline-block;
}
@media only screen and (max-width: 767px) {
    .contact_button_wrap {
        width: 393px;
    }
}
.contact_button_wrap p {
    font-family: Avenir;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 19px;
}
@media only screen and (max-width: 767px) {
    .contact_button_wrap p {
        font-size: 18px;
        line-height: 24px;
    }
}
.call-button {
    padding: 15px 25px;
    gap: 10px;
    width: 180px;
    height: 53px;
    background: #B79C52;
    box-shadow: -2px 4px 20px rgba(58, 58, 58, 0.06);
    border-radius: 5px;
    font-family: "Avenir Semibold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}
.call-button:hover {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .call-button {
        width: 214px;
        height: 58px;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
    }
}
.location_section {
    padding-top: 40px;
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
}
.location_section .container {
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .location_section {
        padding: 40px 20px !important;
    }
}

.main-location-header h2 {
    color: var(--1, #6AD387);
    text-align: center;
    font-family: "Avenir Black";
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: 58px; /* 116% */
    letter-spacing: -1px;
    /* margin-bottom: 24px; */
}
@media only screen and (max-width: 767px) {
    .main-location-header h2 {
        font-family: 'avenir';
        font-weight: 900;
        font-size: 32px;
        line-height: 40px;
    }
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: 
    hidden; 
    max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%!important; 
    height: 100%!important; 
}
.locations {
    display: grid;
    grid-template-columns: repeat( 3, 1fr );
    grid-gap: 20px;
}
.location {
    /* grid-column: 1/-1; */
    background: #FFFFFF;
    display: flex;
    border-radius: 12px;
    flex-flow: column nowrap;
}
@media only screen and (max-width: 767px) {
    .location {
        grid-column: span 4;
    }
    .location-name h4{
        font-weight: 900;
        font-size: 24px;
        line-height: 32px;
    }

	.location-inner {
		padding: 32px 20px;
		margin-left: 0
	}
}
.location-inner  {
    padding: 24px;
}
.location-map,
.location-name {
    margin-bottom: 20px;
}
.location-address,
.location-contacts {
    margin-bottom: 12px;
}
.location-name h4 {
    font-family: 'Avenir Black';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    color: #FF838F;
}
.location-map {
    display: none;
}
@media only screen and (max-width: 767px) {
    .location-name h4 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 900;
    }
}
.location-address,
.location-contacts,
.location-schedule
.location-address span,
.location-contacts span,
.location-schedule span {
    font-family: 'Avenir Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #4f4f4f;
}
.location-schedule span,
.location-schedule {
    font-family: 'Avenir Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}
@media only screen and (max-width: 767px) {
    .location-address,
    .location-contacts,
    .location-schedule,
    .location-address span,
    .location-contacts span,
    .location-schedule span {
        font-size: 18px !important;
        line-height: 26px !important;
        font-weight: 400 !important;
    }
}
@media only screen and (max-width: 767px) {
    .location-schedule span,
    .location-schedule {
        font-size: 18px;
        line-height: 24px;
    }
} 
.contact_time {
    margin-bottom: 0;
 }
.location-schedule span.last-child {
    display: inline-block;
    margin-top: 12px;
}
.location-address a,
.location-contacts a,
.location-schedule a,
.location-address a span,
.location-contacts a span,
.location-schedule a span {
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .contect_section_button {
        padding-top: 0;
        padding-right: 24px;
        padding-bottom: 40px;
        padding-left: 24px;
    }
}
.contact_button_wrap {
    display: inline-block;
}
@media only screen and (max-width: 767px) {
    .contact_button_wrap {
        width: 393px;
    }
}
.contact_button_wrap p {
    font-family: 'Avenir Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 19px;
}
@media only screen and (max-width: 767px) {
    .contact_button_wrap p {
        font-size: 18px;
        line-height: 24px;
    }
}
.call-button {
    padding: 15px 25px;
    gap: 10px;
    width: 180px;
    height: 53px;
    background: #B79C52;
    box-shadow: -2px 4px 20px rgba(58, 58, 58, 0.06);
    border-radius: 5px;
    font-family: 'Avenir Semibold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}
.call-button:hover {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .call-button {
        width: 214px;
        height: 58px;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
    }
}
.location_section {
    padding-top: 40px;
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
}
.location_section .container {
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .location_section {
        padding: 40px 20px !important;
    }
}
.main-location-header {
    text-center;
}
.main-location-header h2 {
    font-family: 'Avenir Black', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 58px;
    text-align: center;
    color: #6AD387;
    /* margin-bottom: 24px; */
}
@media only screen and (max-width: 767px) {
    .main-location-header h2 {
        font-family: 'Avenir Black';
        font-weight: 900;
        font-size: 32px;
        line-height: 40px;
    }
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: 
    hidden; 
    max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%!important; 
    height: 100%!important; 
}
.locations {
    display: grid;
    grid-template-columns: repeat( 3, 1fr );
    grid-gap: 20px;
}
.location {
    /* grid-column: 1/-1; */
    background: #FFFFFF;
    display: flex;
    border-radius: 12px;
    flex-flow: column nowrap;
}
@media only screen and (max-width: 767px) {
    .location {
        grid-column: span 4;
    }
    .location-name h4{
        font-weight: 900;
        font-size: 24px;
        line-height: 32px;
    }

	.location-inner {
		padding: 32px 20px;
		margin-left: 0
	}
}
.location-inner  {
    padding: 24px;
}
.location-map,
.location-name {
    margin-bottom: 20px;
}
.location-address,
.location-contacts {
    margin-bottom: 12px;
}
.location-name h4 {
    font-family: 'Avenir Black';
    font-style: normal;
    font-weight: 900;
font-size: 24px;
line-height: 32px;
    color: #000000;
}
.location-map {
    display: none;
}
@media only screen and (max-width: 767px) {
    .location-name h4 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 900;
    }
}
.location-name h4 {
    color:#FF838F;

    /* Desktop/H6 - Desktop */
    font-family: "Avenir Black", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px; /* 133.333% */
}
.location-address,
.location-contacts,
.location-schedule
.location-address span,
.location-contacts span,
.location-schedule span {
    font-family: 'Avenir Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #4f4f4f;
}
.location-schedule span,
.location-schedule {
    font-family: 'Avenir Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}
@media only screen and (max-width: 767px) {
    .location-address,
    .location-contacts,
    .location-schedule,
    .location-address span,
    .location-contacts span,
    .location-schedule span {
        font-size: 18px !important;
        line-height: 26px !important;
        font-weight: 400 !important;
    }
}
@media only screen and (max-width: 767px) {
    .location-schedule span,
    .location-schedule {
        font-size: 18px;
        line-height: 24px;
    }
} 
.contact_time {
    margin-bottom: 0;
 }
.location-schedule span.last-child {
    display: inline-block;
    margin-top: 12px;
}
.location-address a,
.location-contacts a,
.location-schedule a,
.location-address a span,
.location-contacts a span,
.location-schedule a span {
    color: #B79C52;
    font-weight: 400;
}

.location-name h4 {
    color: #FF838F;
    font-family: "Avenir Black", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px; /* 133.333% */
}
.location-address, .location-contacts, .location-schedule .location-address span, .location-contacts span, .location-schedule span {
    color: #4F4F4F;
    font-family: Avenir;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}

@media only screen and (max-width: 1279px) {
    .main-location-header h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 40px;
    }
    .location-address, .location-contacts, .location-schedule .location-address span, .location-contacts span, .location-schedule span {
        font-size: 18px;
        line-height: 26px;
    }
}