﻿#solutions-main-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 40px;
    z-index: 2;
    /*    text-shadow: 0px 0px 3px rgba(0,0,0,1);*/
    text-shadow: -1px 0 0 rgba(0, 0, 0, 0.1), 1px 0 0 rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.1), 1px -1px 0 rgba(0, 0, 0, 0.1), -1px 1px 0 rgba(0, 0, 0, 0.1), 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.banner-sub-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.interactive-banners-sub {
    width: 100%;
    padding-top: 5px;
    cursor: pointer;
}

.interactive-banners-link {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

#facade-description {
    font-size: 18px;
    line-height: 1.8;
}

@media( min-width: 768px ) {
    #solutions-main-title {
        font-size: 100px;
    }
}

@media( min-width: 991px ){
    #facade-description{
        font-size: 16px;
    }
}

@media( min-width: 1199px ){
    #facade-description{
        font-size: 17px;
    }
}

@media( min-width: 1440px ){
    #facade-description{
        font-size:18px;
    }
}
