@media(max-width: 1023px) {

    .hompageBrouchureBlock .container {
        display: block !important;
    }

    .brouchureImageLeft {
        transform: rotate(-15deg);
        box-shadow: 5px 5px 15px 5px rgba(0,0,0,.65);
        width: 30%;
        margin: 50px auto;
        display: block;
    }
    .brouchureTextContainer {
        width: 100%;
        text-align: center;
    }
    .brouchureTextHeader {
        width: 100%;
        display: inline-block;
        text-align: center !important;
        font-size: 34px;
    }
    .brouchureTextDescription {
        width: 100%;
        display: inline-block;
        font-size: 20px;
        margin-bottom: 50px;
        text-align: center;
    }
    .brouchureTextLink {
        width: 80%;
    }

}

@media(min-width: 1024px) {
    .brouchureImageLeft {
        position: absolute;
        height: calc(100%);
        left: calc(20%);
        transform: rotate(-15deg);
        box-shadow: 5px 5px 15px 5px rgba(0,0,0,.65);
        width: auto;
    }
    .brouchureTextContainer {
        width: 100%;
        align-self: normal;
        text-align: right;
        padding-right: 20px;
        z-index: 1;
    }
    .brouchureTextHeader {
        width: 50%;
        display: inline-block;
        text-align: right !important;
        font-size: 34px;
    }
    .brouchureTextDescription {
        width: 50%;
        display: inline-block;
        font-size: 20px;
        margin-bottom: 50px;
    }
    .brouchureTextLink {
        width: 35%;
        margin-left: 15% !important;
    }
}

@media(min-width:1600px) {
    .brouchureImageLeft {
        position: absolute;
        height: calc(100%);
        left: calc(25%) !important;
        transform: rotate(-15deg);
        box-shadow: 5px 5px 15px 5px rgba(0,0,0,.65);
    }
}

@media (max-width: 768px) {
    .specTable {
        width: 100% !important;
        padding-right: 0 !important;
    }
}

.specTable {
    display: inline-block;
    margin-right: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    width: calc(50% - 52px);
    margin-bottom: 20px;
}

.specHeader {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.faqList {
    font-weight: 600;
    font-size: 16px;
}

.faqQuestion {
    font-weight: 600;
    margin-bottom: 0.5%;
}

.faqAnswer {
    font-weight: 400 !important;
}

.downloadLabel {
    width: 68px;
    max-width: 16%;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    transition: all .3s ease-out;
    padding-top: 2%;
    margin-bottom: 0 !important;
    margin-left: 5px;
    margin-right: 5px;
}
.downloadLabel:first-child {
    margin-left: 0 !important;
}

.downloadLabel a {
    text-decoration: none !important;
    text-transform: uppercase !important;
}

.downloadLabel:hover {
    font-weight: bold !important;
    transition: all .3s ease-out;
    cursor: pointer;
}
.downloadLabel a:hover {
    color: #000 !important;
}

