.sn-staff-btn-position .cta__button.component__button--1 {
    margin-top: auto;
}

.section-base-container #id_5c238710-e179-5986-b2fe-6cc46361f1ff {
    background-position: 75% 0 !important;
}

.section.seville-new-blade-welcome .col-lg-4 .blade-a .blade__media {
    display: block;
}

.section-base-container #id_5c238710-e179-5986-b2fe-6cc46361f1ff .cta__title-subtitle__wrapper {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 16px;
}

@media screen and (max-width: 992px) {
    .LLC-banner .container-fluid .banner-b .banner__text-wrapper {
        padding-top: 52px;
        padding-bottom: 52px;
    }
}

@media screen and (max-width: 768px) {
    .section-base-container #id_5c238710-e179-5986-b2fe-6cc46361f1ff {
        background-position: 90% 0 !important;
    }
}

@media screen and (max-width: 462px) {
    .section-base-container #id_5c238710-e179-5986-b2fe-6cc46361f1ff {
        background-position: 80% 0 !important;
    }
}


@media screen and (min-width: 993px) {
    .LLC-banner .banner-b .banner__cta-wrapper{
        flex-direction: column;
    }

    .LLC-banner .banner-b .banner__cta-wrapper .banner__cta:nth-child(2) {
        margin-left: 0;
    }
}












.row {
  display: flex;
  flex-wrap: wrap;
}

.staff-member {
  display: flex;
  flex-direction: column;
}

.staff-member__text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
