@media (min-width: 768px) {
    footer .back-to-top {
        bottom: 15px;
        right: 20px;
    }


    /* BORACAY SUITES */
        footer .boracay-suites {
            padding: 112px 124px 95px;
        }
        footer > .boracay-suites > .title-border-box > h1 {
            font-size: 80px;
            line-height: 50px;
            letter-spacing: 0;
        }
        footer > .boracay-suites > .title-border-box > h1 > span.alt-font {
            font-size: 25px;
            letter-spacing: 2.08px;
            line-height: 33px;
        }


    /* FOOTER TOP */
        footer > .top {
            padding: 50px 25px
        }
        footer > .top > .links > .quick-links {
            padding-top: 25px;
            padding-bottom: 9px;
            flex-direction: row;
            justify-content: space-between;
        }
        footer > .top > .links > .quick-links > li > a {
            padding: 0;
        }
        footer > .top > .links > .related-links {
            display: flex;
            justify-content: space-between;
        }
        footer > .top > .links > .related-links > .link > b {
            margin-right: 30px;
            font-weight: 700;
            color: #A9A9A9;
            font-size: 15px;
        }
        footer > .top > .links > .related-links > .link > a {
            font-weight: 300;
            color: #A9A9A9;
            font-size: 15px;
        }


    /* FOOTER BOTTOM */
        footer > .bottom {
            padding: 10px 0;
        }
}
