/* // Extra small devices (portrait phones, less than 576px) */
@media (min-width: 275.98px) {
    .sec-three .card .card-header a {
        visibility: visible;
        opacity: 1;
    }

    .sec-three .card {
        /* background: #6A3732;
                color: #fff; */
        background: #ffefcb;
        color: #002e6c;
    }

    .movies-section .fw-bold {
        font-size: 12px;
    }

    .movies-section .card h6 {
        font-size: 12px;
    }

    .movies-section .card h4 {
        font-size: 16px;
    }

    p img{
        width: 100%;
        height: auto;
    }

}

/* // Extra small devices (portrait phones, less than 576px) */
@media (min-width: 375.98px) {
    .sec-three .card .card-header a {
        visibility: visible;
        opacity: 1;
    }

    .sec-three .card {
        /* background: #6A3732;
        color: #fff; */
        background: #ffefcb;
        color: #002e6c;
    }
    
    .movies-section .fw-bold {
        font-size: 12px;
    }

    .movies-section .card h6 {
        font-size: 12px;
    }

    .movies-section .card h4 {
        font-size: 16px;
    }

    p img{
        width: 100%;
        height: auto;
    }

}

/* // Extra small devices (portrait phones, less than 576px) */
@media (min-width: 575.98px) {
    .sec-three .card .card-header a {
        visibility: visible;
        opacity: 1;
    }

    .sec-three .card {
        background: #6A3732;
        color: #fff;
    }

    
    .movies-section .fw-bold {
        font-size: 12px;
    }

    .movies-section .card h6 {
        font-size: 12px;
    }

    .movies-section .card h4 {
        font-size: 16px;
    }
    p img{
        width: 100%;
        height: auto;
    }

}

/* // Small devices (landscape phones, less than 768px) */
@media (min-width: 767.98px) {
    .sec-three .card .card-header a {
        visibility: visible;
        opacity: 1;
    }

    .sec-three .card {
        background: #fff;
        color: #002e6c;
        ;
    }

    
    .movies-section .fw-bold {
        font-size: 12px;
    }

    .movies-section .card h6 {
        font-size: 12px;
    }

    .movies-section .card h4 {
        font-size: 16px;
    }
    p img{
        width: 100%;
        height: auto;
    }
}

/* // Medium devices (tablets, less than 992px) */
@media (min-width: 991.98px) {
    .sec-three .card .card-header a {
        visibility: visible;
        opacity: 1;
    }

    .sec-three .card {
        background: #fff;
        color: #002e6c;
    }

    
    .sec-three .card .card-header a {
        visibility: visible;
        opacity: 1;
    }

    .sec-three .card {
        background: #ffefcb;
        color: #002e6c;
    }

    
    .movies-section .fw-bold {
        font-size: 15px;
    }

    .movies-section .card h6 {
        font-size: 16px;
    }

    .movies-section .card h4 {
        font-size: 22px;
    }
    p img{
        width: 100%;
        height: auto;
    }

}

/* // Large devices (desktops, less than 1200px) */
@media (min-width: 1199.98px) {
    .sec-three .card .card-header a {
        visibility: visible;
        opacity: 1;
    }

    .sec-three .card {
        background: #ffefcb;
        color: #002e6c;
    }

    
    .movies-section .fw-bold {
        font-size: 15px;
    }

    .movies-section .card h6 {
        font-size: 16px;
    }

    .movies-section .card h4 {
        font-size: 22px;
    }
    p img{
        width: 100%;
        height: auto;
        padding: 0px 185px;
    }
    .twitter-tweet{
        margin-left: 160px;
    }
    .instagram-media{
           margin: 0px 185px !important;
    }
    blockquote{
           margin: 0px 185px !important;
    }
    .getty{
        margin: 0px 185px !important;
    }

}