.ms-pageban {
        width: 100%;
    display: flex;
    height: 100%;
    padding: 10%;
    /* text-align: center; */
    justify-content: center;
    align-items: center;
}
.ms-pageban-box {
    flex: 1 0 60%;
    text-align: center;
}
.ms-pageban-title {
    font-size: 2.5rem;
    font-weight: 100;
    color: white;
    margin: 1% 0%;
}
.ms-pageban-text {
    font-size: 1.7rem;
    font-weight: 100;
    color: white;
    margin-bottom: 5%;
}
.ms-pageban-anchor {
    font-size: 1.25rem;
    background-color: #80BA27;
    padding: 1% 3%;
    color: white;
    font-weight: 500;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .ms-pageban-box {
        flex: 0 0 80%;
    }
}