﻿#transport-hotel { background: #004D69; display: flex; justify-content: center; padding: 106px 0 166px; }
    #transport-hotel > .i { width: 456px; color: white; }
        #transport-hotel > .i > img { width: 100%; }
        #transport-hotel > .i:first-child { margin-right: 80px; }
        #transport-hotel > .i > h3 { font-size: 25px; color: #FF4E00; text-align: center; margin-top: 48px; }

#amenities { text-align: center; padding: 60px 46px 165px; }
    #amenities > h3 { margin: 0; }
    #amenities > .t { max-width: 588px; margin: 23px auto 62px; }
    #amenities > img { max-width: 100%; }

@media(max-width:1023px) {
    #transport-hotel { padding: 54px 0 70px; }
        #transport-hotel > .i { width: 320px; font-size: 14px; }
            #transport-hotel > .i:first-child { margin-right: 36px; }
            #transport-hotel > .i > img { width: 100%; }
            #transport-hotel > .i > h3 { font-size: 18px; margin: 18px 0; }
}

@media(max-width:767px) {

    #transport-hotel { display: block; padding: 10px; }
        #transport-hotel > .i { width: auto; margin-bottom: 74px; }
            #transport-hotel > .i:first-child { margin-right: 0; }

    #amenities { padding: 42px 10px 50px; }
}