.section-heading h2 {
    font-size: 1.3rem;
    line-height: 3rem;
}
.item-title {
     position: absolute;
     left: 50%;
     top: 50%;
     z-index: 10;
     width: 550px;
     /* background-color: black; */
     color: white;
     text-align: center;
     padding: 3px 7px 3px 7px;
     border-radius: 7px;
 }

.item-title * {
    color: rgba(0, 0, 0, 0);
    font-size: 2rem;
}
.item-status {
    position: absolute;
    right: 100px;
    bottom: 100px;
    z-index: 10;
    color: rgba(0, 0, 0, 0);
    padding: 0 7px;
    border-radius: 7px;
}

.item-status *
{
    color: rgba(0, 0, 0, 0);
}

.item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-promo-2 h5 {
    font-size: 1rem;
}


.call-to-action-content-right {
    background-color: #ffffff;
    padding: 11px;
    /* border-radius: 10px; */
    max-height: 400px;
    min-height: 400px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 15px;
}

.call-to-action-content-right h2 {
    font-size: 1.7rem;
}


.call-to-action-content-left {
    background-color: white;
    padding: 11px;
    max-height: 400px;
    min-height: 400px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 15px;
    position: relative;
}

.call-to-action-content-left h2 {
    font-size: 1.7rem;
}

.img-fluid {
    padding: 10px;
}

.img-fluid-mobile {
    padding: 10px;
}
