.slide-caption h1 {
    color: black;
    text-align: left;
}

.slide-caption {
    height: 40vh;
    margin-left: 20vw;
    bottom: 0;
}

.banner-info {
    position: absolute;
    bottom: 1vw;
    right: 0.5vw;
}

.info-text {
    font-size: 18px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}

.msg-title {
    font-size: 25px;
    font-weight: 900;
}

.mxxx-item {
    background-color: lightgray;
    border-radius: 5px;
    width: 100%;
    height: 10vh;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mxxx-item p {
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

.xmk {
    margin-top: 50px;
    font-weight: 900;
    margin-left: 0;
}

.xmk-item {
    color: white;
    width: 150px;
    height: 150px;
    margin: 10px auto;
    border: 3px solid white;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    border-radius: 50%;
}