/* STYLES FOR ONE COLUMN WITH BKG */
.oneColBkg {
    margin: 0 !important;
    max-width: unset !important;
    padding: 100px 13.6%;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}
.oneColBkg h2 {
    position: relative;
    padding-bottom: 20px !important;
    margin-bottom: 27px !important;
}
.oneColBkg h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF;
    height: 2px;
    width: 100%;
    max-width: 235px;
}
.oneColBkg article {
    margin-bottom: 25px;
}
.oneColBkg article p {
    font-size: 16px !important;
	color: #FFFFFF !important;
	line-height: 25px !important;
}
.oneColBkg article h3, .oneColBkg article h4, .oneColBkg article h5, .oneColBkg article h6,
.oneColBkg ol, .oneColBkg ul {
    color: #FFF !important;
}
.oneColBkg > a{
    border: 2px solid #B2B2B2 !important;
    padding: 9px 18.4px !important;
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.oneColBkg > a > button{
    border: none !important;
    padding: 0px !important;
    line-height: 15px;
}
.oneColBkg > a:hover > button{
    color: inherit !important;
}
@media only screen and (max-width: 1200px) {
    .oneColBkg {
        padding: 100px 15px;
    }
}
@media only screen and (max-width: 800px) {
    .oneColBkg {
        padding: 50px 15px;
    }
}