/* youtube styles */
.youtube-video {
    display: block;
    aspect-ratio: 16 / 9;
    width: 100%;
    margin: 30px auto 20px auto;
    border-radius: 12px;
}

.youtube-shorts-bx {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.youtube-shorts {
    margin: 0px auto 0px auto;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 352px;
    height: 626px;
}

@media screen and (max-width: 1201px) {
    .youtube-shorts {
        width: 290px;
        height: 515px;
        margin: 0px auto 20px auto;
    }
}
/* youtube end  */

.rw-spacer {
    margin-bottom: 25px;
}
.steps-bx {
    background-color: rgba(224, 224, 224, 0.384);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.steps-bx h4 {
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .rw-spacer {
        margin-bottom: 0;
    }
}