.lms-card {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
    box-shadow: 0;
}

.lms-card:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .7);
}

.lms-card .card-body {
    z-index: 10;
    text-align: center;
    color: #ffffff;
}

.lms-card .card-text p {
    color: #ffffff!important;
    font-size: 17px !important;
}

.lms-card .card-text p:nth-child(n+2){
    display:none;
}

.lms-card .card-title {
    font-size: 40px;
    font-family: "CelebriSans", Arial, sans-serif !important;
    font-weight: 600;
    margin-bottom: 20px;
}

.lms-card .card-title span {
    color: #079DD9 !important;
    font-size: 40px;
    font-family: "CelebriSans", Arial, sans-serif !important;
    font-weight: 600;
}
.lms-card .card-title span::before {
    content: "\a";
    white-space: pre;
}

.lms-card .card-subtitle {
    font-size: 23px;
    font-family: "CelebriSans", Arial, sans-serif !important;
    font-weight: 600;
    margin-bottom: 20px;
}

@media (max-width: 767px){
    .card-right, .card-bottom {
        margin-top: 20px;
    }
}

.lms-blocks-section-title {
    font-family: "CelebriSans-Bold", Arial, sans-serif !important;
    font-weight: bold;
    color: #2d3c49 !important;
    font-size: 40px;
    margin-bottom: 25px;
}

.lms-blocks-section-title span{ 
    color: #0761D9;
    font-size: 40px;
    font-family: "CelebriSans-Bold", Arial, sans-serif !important;
    font-weight: bold;
}
.about-lms-block-helper .lms-card .card-title span::before {
    content: "";
    white-space: pre;
}

.about-lms-block-helper .card{
    background: transparent;
    width: 100% !important;
    height: 100% !important;
    border: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-lms-block-helper .flip-card {
    background-color: transparent;
    width: 100%;
    min-height: 400px;
    perspective: 1000px;
}
.about-lms-block-helper h5.card-title {
    font-size: 20px;
    font-family: "CelebriSans", Arial, sans-serif !important;
    font-weight: 600;
    margin-bottom: 20px;
}
.about-lms-block-helper .flip-card-front h5.card-title {
    font-size: 24px;
}
.about-lms-block-helper .flip-card .inner-feature-card-description {
    font-size: 18px;
    text-align: center;
}
.about-lms-block-helper  .flip-card-front, .about-lms-block-helper  .flip-card-back {
    width: 100%;
    height: 100%;
    margin: auto;
    font-size: 20px;
}
.about-lms-block-helper .row.row-cols-1.my-4 .card.card-bottom { 
   padding-top: 30px;
}
.about-lms-block-helper .row.row-cols-1.my-4 .card.card-bottom .card-text.text-full{
    margin: 2vh auto;
}
.about-lms-block-helper .feature-card-up-down-img {
    width: 50%;
}

.about-flip.about-salvo-about.lms-imgs .card-img-top {
    width: 120px;
}
.about-flip.about-salvo-about.lms-imgs .row {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 575px){ 
    .about-lms-block-helper .row.row-cols-1.my-4 .card.card-bottom .card-text.text-full{
        margin: unset;
    }
    
    .about-lms-block-helper .row.row-cols-1.my-4 .card.card-bottom { 
        background-position: 50% 0  !important;
        background-size: 100vh !important;
        background-repeat: no-repeat !important;
        background: black;
    }
    .about-lms-block-helper  .flip-card-front, .about-lms-block-helper  .flip-card-back {
        width: 90%;
        height: 100%;
        margin: auto;
        font-size: 20px;
    }
    .about-lms-block-helper .card .my-4 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .about-lms-block-helper .flip-card {
        height: 470px;
    }
}
