@media (max-width: 768px) {
    .carousel-item {
        height: 400px;
    }

    .carousel-caption {
        text-align: center;
        padding: 10px;
        width: 100%;
    }


    .carousel-caption h4 {
        font-size: 14px;
        display: block;
        word-wrap: break-word;
        max-width: 90%;
    }
}

/* Responsive Design */
@media screen and (max-width: 992px) {
    .fluid-section-one .outer-container {
        flex-direction: column;
    }

    .fluid-section-one .image-column {
        flex: 1 1 100%;
        order: 1;
        margin-bottom: 20px;
    }

    .fluid-section-one .content-column {
        flex: 1 1 100%;
        order: 2;
        padding: 20px;
    }

    .fluid-section-one .icons-list li {
        flex: 1 1 100%;
    }
}

@media screen and (max-width: 576px) {
    .fluid-section-one .content-column {
        padding: 15px;
    }

    .fluid-section-one .content-column .sec-title h2 {
        font-size: 1.8rem;
    }

    .fluid-section-one .icons-list li {
        font-size: 14px;
        border: none;
    }

    .company-section .image-column .image {

        width: 250px;
        height: 250px;
    }

}

@media screen and (max-width:1100px) {
    .fluid-section-one .icons-list li {

        border: none;
    }
}


@media only screen and (max-width: 767px) {
    .video-section1 h4 {

        padding: 0px 20px;
    }

    .cutout-text {
        font-size: 50px !important;
    }

}