#contact-page > h2 {
    background-color: #f3c716;
}


#contact-page .we-are-here-for-you > h2 {
    text-transform: uppercase;
    /* font-weight: bold; */
    text-shadow: 2px 2px 2px #666;
    /* margin: 0; */
}
    #contact-page .we-are {
        font-size: 48px;
        color: #0054a6;
    }
    #contact-page .here {
        text-indent: 0px;
        font-size: 108px;
        color: #ffde00;
        margin-top: -42px;
    }
    #contact-page .for-you {
        text-indent: 0px;
        font-size: 48px;
        color: #636466;
        margin-top: -40px;
    }
    @media (min-width: 768px) {
        #contact-page .we-are { text-indent: 0; padding-top: 10px; }
        #contact-page .here { text-indent: 80px; margin-top: -44px; }
        #contact-page .for-you { text-indent: 300px; margin-top: -60px; }
    }

#contact-page .contact-detail {
    background-color: #EEE;
    border: 8px #FFF solid;
    box-shadow: 5px 5px 8px #CCC;
}

@media (max-width: 575px) {
    #contact-page .col-none { display: none; }
}
@media (min-width: 576px) {
    #contact-page .h-170 { height: 170px; }

    #contact-page .decoration {
        position: relative;
        /* display: initial; */
    }
    #contact-page .decoration img {
        position: absolute;
        right: 0;
        /* transform: translateX(50%); */
    }
    #contact-page .decoration img.crane-top { top: -150px; }
    /* #contact-page .decoration img.crane-middle { bottom: 90px; } */
    #contact-page .decoration img.crane-bottom { bottom: 0; }

    #contact-page .decoration {
        content: "";
        height: auto;
        background-image: url("../../contactus/img/crane-middle.png");
        background-position: bottom right;
        background-repeat: repeat-y;
        /* background-size: auto 100%; */
    }
}