/*
 Theme Name:   RDM RSM Parent
 Description:  RDM RSM Parent Theme
 Author:   	RDM GB
 Version:  	1.0.0
 */

.card .card-title {
    font-size: 16px;
}
.card .card-subtitle {
    font-size: 21px;
    text-transform: initial;
}

.hero .hero-left {
    width: calc(50% - 10px);
    float: left;
    margin-right: 10px;
    text-align: left;
}

.hero .hero-right {
    width: 50%;
    display: inline-block;
}

.hero .hero-right iframe {
    border: none;
    height: 525px;
}

.hero video {
    border: 1px solid black;
}

@media (max-width:1023px) {
    .hero .hero-left {
        float: none;
        width: 100%;
    }

    .hero .hero-left .desc {
        display: block;
    }

    .hero .hero-right {
        width: 100%;
    }
}