.BT-heading{
    margin-bottom: 56px;
}
.BT-companies{
    display: flex;
    /* flex-wrap: wrap; */
    gap:56px 85px;
    align-items: center;
    padding-block: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-block: 1px solid #919191;
    max-width: 1364px;
    margin-inline: auto;
    justify-content: center;
}
.BT-companies .jfk_partners{
    flex-basis: 18%;
}


.BT-companies img{
    width: 100%;
    transition: all 0.5s ease;
    height: 143px;
}

.BT-companies a:hover img{
    scale: 1.2;
}

.building-terminal6-wrap .video-sec{
    max-width: 1084px;
    height: 611px;
    margin: 0 auto 93px;
}
.building-terminal6-wrap .video-sec iframe{
    width: 100%;
    height: 100%;
}

.building-terminal6 > .container{
    padding-top: 0 !important;
}

.bg-gray-gradiant {
    background: transparent linear-gradient(180deg, #FFF 0%, #E6E7E8 100%) 0% 0% no-repeat padding-box;
}

@media(max-width:767px){
    .BT-companies.jfk_partners {
        flex-direction: column;
    }
    .building-terminal6-wrap .video-sec {
        height: 402px;
        margin-bottom: 50px;
    }
    .BT-companies.jfk_partners img {
        width: 200px;
        transition: all 0.5s ease;
    }
    .BT-companies.jfk_partners_slider img {
        width: 75%;
        margin: 0 auto;
        height: 143px;
    }
    .building-terminal6 .container{
        padding-bottom: 0 !important;
    }
   .building-terminal6-wrap .slider-arrows{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}
@media(max-width:575px){
    .building-terminal6-wrap .video-sec{
        height: 202px;
    }
}