address strong,
p strong {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: white;
    opacity: 1;
    border-bottom: 1px solid transparent;
}

a:hover {
    color: white;
    opacity: .8;
    border-bottom: 1px solid white;
    text-decoration: none;
}

body,
html {
    min-height: 100vh !important;
    height: auto !important;
}

body {
    position: relative;
    background-image: url("../img/time_realestate_and_development_placeholder_page_bkg_mobile.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    &::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        content: '';
    }
}

@media (min-width: 992px){
    body {
        background-image: url("../img/time_realestate_and_development_placeholder_page_bkg.jpg");
    }
}

.main {
    position: relative;
    z-index: 1;
    min-height: 100vh !important;
    height: auto !important;
    padding: 10px 15px;
    text-align: center;
    color: white;
}

@media (min-width:992px) {
    .main {
        padding: 75px 15px 25px 15px;
    }
}

.container {
    max-width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .container {
        height: 75%;
    }
}

.logo {
    display: block;
    width: 100%;
    max-width: 250px;
    margin-bottom: 25px;
    border: none !important;
}

@media (min-width: 992px) {
    .logo {
        max-width: 472px;
        margin-bottom: 50px;
    }
}

.logo:hover {
    border: none !important;
    opacity: 1;

}

.content {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 641px) {
    .content {
        font-size: 16px;
        height: 24px;
    }
}

@media (min-width: 992px) {
    .content {
        font-size: 18px;
        line-height: 30px;
    }
}

.content__offerings {
    max-width: 1200px;
}

.content__offerings .col {
    padding-bottom: 50px;
}


.slider {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 15px;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    font-weight: 600;
    font-style: italic;
    -webkit-box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}



.slider p:last-of-type {
    margin-bottom: 0;
}

.slick-dots {
    display: flex;
    justify-content: center;
    position: relative;
    top: -50px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.slick-dots li {
    padding: 0 2.5px;
    margin: 0;
    list-style: none;
}

.slick-dots li button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 15px;
    height: 15px;
    background: none;
    border: none;
    text-indent: -9999px;
    background: #E8D195;
    border-radius: 100%;
    opacity: 0.6;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    opacity: 1;
}

.slick-dots li button:focus {
    outline: none;
}

.content__inner {
    max-width: 100%;
}

.content-p {
    max-width: 800px;
}

.content-p.-first {
    margin-bottom: 40px;
}

.content-p.-second {
    margin: 0 auto;
    margin-bottom: 0;
}

address {
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 641px) {
    address {
        font-size: 16px;
        line-height: 24px;
    }
}


@media (min-width: 992px) {
    address {
        font-size: 20px;
        line-height: 28px;
    }
}

