.awards-section img {
    border-radius: 15px;
}

.section.fb-grid-a-title-overlaps-image .featuredblocks-grid-a .featuredblocks .featuredblock__title {
    padding: 0 0;
    margin: -47px auto 0;
}
.section.fb-grid-a-title-overlaps-image .featuredblocks-grid-a .featuredblocks .featuredblock__wrap:after {
    top: 180px;
}
.custom-services-blocks .gallery-item img {
    border-radius: 20px;
}
.custom-services-blocks .gallery-item--text-left {
    font-weight: bold;
}
.custom-services-blocks .gallery-item, .custom-services-blocks .gallery-item--text-left {
    text-align: center;
}
.banner__text-wrapper.banner__text-wrapper--center {
    top: 380px;
}
p.logo__title.component__title {
    font-size: 30px;
}
input.btn.submit.component__button--1 {
    color: #000 !important;
}
input.btn.submit.component__button--1:hover {
    color: #fff !important;
}
iframe.frmvid {
    margin: auto;
    display: block;
    margin-top: 27px;
}
.section-overlap-container .header-g .row-2.locations_header__container.locations__container {
    order: 1;
}
.section-overlap-container .header-g .row-2 .title-cstm {
    order: 2;
}
.section-overlap-container .header-g .row-2 .socialmedia__container.socialmedia__container {
    order: 3;
}


hr {
    min-width: 100%;
    clear: both;
}


/* video article section */
.videofaq-item__name {
    display: none;
}
h3.videobanner-a__subtitle.component__subtitle {
  margin-top: 0;
}
.banner__tc-divider2 {
  background-color: rgb(65, 67, 87);
  width: 100%;
  height: 2px;
  margin-top: 8px;
}

.m-center{
    float:right;
    margin-inline: 20px 5px;
}

/* MEDIA QUERIES */
@media(max-width: 767px) {
   .banner__text-wrapper.banner__text-wrapper--center {
      position: unset;
    }
    .wrap__page-content img {
        width:100% !important;
        height: auto !important;
    }

    .m-center{
        float:unset !important;
        display: block !important;
        margin-inline: auto !important;
    }
}

