#gallery-container {
    max-width: 100%;
    margin: 0 auto 150px;
    padding: 0;
}

.final-tiles-gallery {
    min-height: 500px;
    margin-top: 60px;
}

.final-tiles-gallery .tile .caption-block .text-wrapper h4 {
    font-size: 30px;
}

.final-tiles-gallery.social-icons-bottom .tile:hover .ftg-social {
    bottom: 7px;
    z-index: 99;
}

.final-tiles-gallery.social-icons-circle .ftg-social a {
    width: 30px;
    height: 30px;
    line-height: 27px;
    background: #0b3d68;
    color: #fff;
    margin: 0;
}

.final-tiles-gallery.social-icons-circle .ftg-social a:hover {
    background: #97080E;
    color: #0b3d68;
}

#im-gallery {
    margin-top: 60px;
}

#im-gallery .im-box {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

#im-gallery img {
    margin-bottom: 10px;
}

.desc-text-page {
    font-size: 20px;
    line-height: 1.8em;
    color: #0b3d68;
    font-size: 300;
    margin-bottom: 90px;
    min-height: 400px;
    text-align: left;
}

.desc-text-page ul {
    padding: 20px;
}

.desc-text-page strong {
    font-weight: 700;
    color: #1c5e97;
    text-decoration: none !important;
}

#section2-about {
    padding-top: 0;
}

#section2-about ul {
    padding: 10px;
}

.logo-custom {
    margin: 45px 0 120px;
}

.mcol {
    text-align: left;
}

.desc-text-page-inner {
    padding-bottom: 30px;
}

.slider-wrap .content-area h1 {
    margin: 30px 0 20px;
    padding: 0
}

@media (min-width: 992px) {

    .mcol {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

}

@media (max-width:991px) {

    .slider-wrap .content-area h1 {
        margin: 0 30px 15px
    }

    .desc-text-page {
        padding: 0 30px
    }
}

@media (max-width: 767px) {

    html #section2-about {
        padding-top: 0;
    }

    .desc-text-page {
        padding: 0 15px;
        margin-bottom: 60px;
    }

    .desc-text-page-inner {
        padding: 0 15px 30px;
        text-align: left;
    }

    #gallery-container {
        margin-left: -15px;
        margin-right: -15px;
    }

    .final-tiles-gallery {
        margin-top: 30px;
    }

    #im-gallery {
        padding: 0 15px;
    }

    .logo-custom {
        margin: 60px auto 0;
        max-width: 400px;
    }
}

#mouse-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    padding: 30px;
}

#mouse-wrapper .card {
    flex: 0 0 auto;
    margin-right: 30px;
    max-width: 500px;
}

#mouse-wrapper .mt-box h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}