.page-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.medical-branch {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
    .medical-branch i {
        display: block;
        font-size: 24px;
    }
.bg-light {
    background-color: #f3f3f3 !important;
}

.home-banner-wrapper {
    /*padding: .75rem;*/
}
.home-banner-frame {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid white;
}
.home-banner {
    min-height: 300px;
    background-size: cover;
    background-position: center top;
    position: relative;
}
@media (min-width: 500px) {
    .home-banner {
        min-height: 450px;
    }
}
@media (min-width: 902px) {
    .home-banner {
        min-height: 640px;
    }
}
@media (min-width: 1200px) {
    .home-banner-wrapper {
        padding: 0;
    }
    .home-banner-frame {
        display: none;
    }
}