.banner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}

.banner--one {
background: linear-gradient(-120deg, #2f143d 0%, #6b2d8a 100%);
color: #fff;
font-family: "Zen Kaku Gothic Antique", sans-serif;
text-align: center;
}
@media (min-width: 992px) {
.banner--one {
text-align: left;
margin-bottom: 30px;
}
}
.banner--one h4 {
font-family: "DM Serif Display", serif;
font-size: 4rem;
line-height: 1;
margin-bottom: 0.8rem;
}
.banner--one p {
font-size: 1.8rem;
line-height: 1;
margin-bottom: 3rem;
}
@media (min-width: 992px) {
.banner--one p {
margin-bottom: 0;
}
}
.banner--one .button {
display: inline-block;
padding: 1.5rem 2rem 1.5rem 2rem;
text-align: center;
line-height: 1.7rem;
font-weight: 700;
font-size: 1.6rem;
text-transform: uppercase;
letter-spacing: 0.2rem;
border: #6b2d8a 0.2rem solid;
-webkit-transition: 0.4s;
transition: 0.4s;
color: white;
}
.banner--one .button:hover {
background: #6b2d8a;
}
.banner--one img {
width: 100%;
}
@media (min-width: 992px) {
.banner--one img {
width: 24%;
}
.no-padding {padding:0px;margin:0px;--bs-gutter-x: 0rem;margin-left:-8px;}
}
.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;
}
@media (max-width: 968px) {
.no-padding {    
margin-left: -15px;
margin-right: -15px;
margin-bottom: 15px;}
}
