@media (min-width: 1200px) {
    /* BORACAY SUITES */
        footer > .boracay-suites {
            padding: 112px 310px 95px !important;
        }
        footer > .boracay-suites > p.alt-font {
            font-size: 24px;        }
        footer > .boracay-suites > h1 {
            font-size: 65px;
            line-height: 70px;
            margin-bottom: 18px;
        }
        footer > .boracay-suites > .suites-logo-wrapper {
            width: 262px;
            height: 75px;
        }


    /* FOOTER TOP */
        footer > .top {
            display: flex;
            padding: 70px 105px;
        }
        footer > .top > .info {
            flex: 1;
            text-align: left;
            padding: 39px 0 0;
        }

        footer > .top > .links {
            flex: 1;
            margin-top: -1px;
        }
        footer > .top > .links > .quick-links {
            padding-top: 39px;
            padding-left: 25px;
        }
        footer > .top > .links > .related-links {
            flex-direction: column;
            padding-left: 25px;
        }
        footer > .top > .links > .related-links > .link:nth-child(1) {
            margin-bottom: 5px;
        }
        footer > .top > .links > .related-links > .link > b {
            display: inline-block;
            margin-right: 20px;
            width: 150px;
        }
}
