.about-brochures {
    float: none;
    height: auto;
    clear: none;
    width: 1199.99999856px;
    display: block;
    position: static;
    top: 0px;
    left: 0px;
    margin-left: auto;
    z-index: 101;
    margin-top: 60px;
    margin-bottom: 80px;
    margin-right: auto;
}

.about-brochures__model {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 50%;
    padding-right: 30px;
    padding-left: 0px;
}

.about-brochures__text {
    float: right;
    font-size: 18px;
    width: 55%;
    height: 100px;
    text-align: left;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: PragmaticaC;
    color: rgb(91, 103, 112);
    padding: 0px;
    display: block;
}

.about-brochures__img {
    float: left;
    width: 40%;
    max-width: 100%;
    height: auto;
    margin: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    -webkit-box-shadow: rgb(203, 214, 222) 0px 9px 17px -5px;
    box-shadow: rgb(203, 214, 222) 0px 9px 17px -5px;
    border: 2px solid rgb(220, 226, 229);
}

.about-brochures__button {
    float: right;
    height: 50px;
    margin: 20px 0px 0px;
    clear: right;
    width: 55%;
    background-color: rgb(220, 226, 229);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-box-shadow: rgb(220, 226, 229) 0px 5px 16px -4px;
    box-shadow: rgb(220, 226, 229) 0px 5px 16px -4px;
    display: block;
}

.about-brochures__button:hover {
    background-color: rgb(206, 214, 217);
    -webkit-box-shadow: rgb(206, 214, 217) 0px 5px 16px -4px;
    box-shadow: rgb(206, 214, 217) 0px 5px 16px -4px;
}

.about-brochures__button-text {
    float: left;
    font-size: 21px;
    width: 100%;
    height: 50px;
    text-align: center;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0px;
    clear: none;
    min-height: 28px;
    font-family: PragmaticaC;
    color: rgb(91, 103, 112);
    padding-top: 12px;
    display: block;
}

.about-brochures__access {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 50%;
    padding-right: 0px;
    padding-left: 30px;
}

@media only screen and (max-width: 1279px) {

    .about-brochures {
        width: 980px;
        margin-top: 40px;
        clear: none;
    }

    .about-brochures__button-text {
        font-size: 18px;
        padding-top: 14px;
    }
}

@media only screen and (max-width: 1023px) {
    .about-brochures {
        width: 900px;
    }

    .about-brochures__text {
        margin-top: 0px;
        height: 110px;
    }
}

@media only screen and (max-width: 959px) {
    .about-brochures {
        width: 720px;
    }

    .about-brochures__text {
        padding-left: 0px;
        width: 55%;
        margin-top: 20px;
        height: auto;
    }

    .about-brochures__model {
        width: 100%;
        padding-left: 30px;
    }

    .about-brochures__access {
        width: 100%;
        margin-top: 40px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .about-brochures {
        width: 660px;
    }

    .about-brochures__text {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 719px) {
    .about-brochures {
        width: 580px;
    }

    .about-brochures__text {
        font-size: 18px;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 639px) {
    .about-brochures {
        width: 540px;
    }

    .about-brochures__model {
        padding-right: 0px;
        padding-left: 0px;
    }

    .about-brochures__access {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 599px) {
    .about-brochures {
        width: 420px;
    }

    .about-brochures__text {
        text-align: left;
    }
}

@media only screen and (max-width: 479px) {
    .about-brochures {
        width: 300px;
    }

    .about-brochures__img {
        width: 100%;
    }

    .about-brochures__text {
        width: 100%;
        margin-top: 20px;
    }

    .about-brochures__button {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .about-brochures {
        width: 280px;
    }
}

