
.resource-description {
    display: inline-block;
    width: 55%;
    text-align: left !important;
}
.resource-showcase {
    display: inline-block;
    width: 40%;
    vertical-align: text-top;
    float: right;

}
.resource-showcase .video-block {
    margin-top: 0px !important;
}
.resource-description .description {
    font-size: 25px;
    margin-top: 15px;
}

.resource-description h3 {
    font-size: 50px;
    font-weight: 800;
}
.orange-title-text {
    color: #F28D43;
    text-transform: uppercase;
}

.image-preview img {
    max-height: 400px;
}
.resource-showcase {
    margin-bottom: 120px;
}

@media (max-width: 900px) {
    .resource-description {
        width: 100%;
        text-align: center !important;

    }
    .resource-description h3 {
        font-size: 30px;
    }
    .orange-title-text {
        margin-bottom: 10px;
    }
    .resource-description .btn {
        margin-bottom: 60px;
    }
    .resource-description .description {
        margin-top: 20px;
        font-size: 20px;
        margin-bottom: 50px;
    }
    .resource-showcase {
        margin-bottom: 120px;
    }
    .resource-showcase {
        width: 100%;
    }

}