.banner--one {
    background: #ff4438;
    color: #fff;
    text-align: center;
}


.button--one-text {
    /*padding: 3rem 5rem 3rem 5rem;*/
}

.banner--one h4 {
    font-size: 4rem!important;
    line-height: 1;
    margin-top: 8rem;
    margin-bottom: 0.8rem;
    margin-left: 2rem;
    font-weight: bold;
    margin-right: 2rem;
}
.banner--one p {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 3rem;
    margin-left: 2rem;
}

.banner--one .button {
    display: inline-block;
    margin-top: 4rem;
    padding: 1.8rem 2rem 1.4rem 2rem;
    text-align: center;
    line-height: 3rem;
    font-weight: 700;
    font-size: 3rem;
    text-transform: uppercase;
    border: #005d63 0.2rem solid;
    background: #005d63;
    color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 12px;
}
.banner--one .button:hover {
    /*background: #6b2d8a;*/
 
}
.banner--one img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.banner--one.banner--one-alt {
    text-align: center;
}
.banner--one.banner--one-alt img {
    width: 100%;
}
.banner--one.banner--one-alt p {
    /*margin-bottom: 3rem;*/
    margin-top: 8rem;
}

@media (min-width: 992px) {
    .banner--one {
        text-align: left;
    }
    .banner--one p {
        margin-bottom: 0;
    }
    .banner--one img {
        width: 100%;
    }
}

.no-padding {padding: 0px;}

.margin-bottom-sm {margin-bottom:3rem}

.text-center {text-align:center}