.txt-right-side {
    padding-left: 30px;
}

.txt-left-side {
    padding-right: 30px;
}

.video-content {
    margin-bottom: 48px;
}

iframe {
    width: 100%;
    height: 315px;
    border-radius: 30px;
}

.section-container {
    max-width: 1200px;
}

.site-content {
    background-image: url(../../../img/shape/bg-pattern.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.text-content img {
    width: 100%;
    height: auto;
}

.pbmit-title{
    color: var(--pbmit-global-color);
}

.pbmit-title i {
    margin-right: 12px;
}

.img-wrapper img {
    border-radius: 30px;
}

.description img{
    width: 100%;
    height: auto;
}

.text-area{
    padding: 0 30px;
}

@media (width <=1795px) {
    .site-content {
        background-position: -110px center;
    }
}

@media (width <=1585px) {
    .site-content {
        background-image: none;
    }
}

@media (width <=1199px) {
    .txt-left-side {
        padding-right: 30px;
    }

    .txt-right-side {
        padding-left: 30px;
    }
}

@media (width <=991px) {
    iframe {
        height: 500px;
    }

    .col-lg-5.order-2 {
        order: 1 !important;
    }

    .col-lg-7.order-1 {
        order: 2 !important;
    }
}

@media (width <=767px) {
    iframe {
        height: 350px;
    }

    .video-content {
        margin-bottom: 24px;
    }

    .site-content {
        padding: 60px 0;
    }
}

@media (width <=576px) {
    iframe {
        height: 300px;
    }
}

@media (width <=425px) {
    iframe {
        height: 250px;
    }
}
