#quick {
    height: 580px;
}

.quickleft {
    background-color: #D9B42A;
    width: 30px;
    height: 580px;
    float: left;
}

.quickright {
    background-color: #D9B42A;
    width: 30px;
    height: 580px;
    float: right;
}

.quicktext h1 {
    color: #D9B42A;
    text-transform: uppercase;
    opacity: 1;
    font: normal normal 800 40px/50px Montserrat;
    letter-spacing: 0px;
}

.quickimage {
    position: relative;
}

.quickimage img {
    height: 580px;
}

.quickback {
    position: relative;
}

.imagequick {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.quickcolum6 {
    display: flex;
    align-items: center;
    margin-bottom: 75px;
}

.quickimage::before {
    content: " ";
    border: 4px solid #D9B42A;
    width: 50%;
    height: 536px;
    display: block;
    position: absolute;
    z-index: -2;
    margin-left: 40%;
    top: 0;
}

@media (max-width: 990px) {
    .quickimage::before {
        visibility: hidden;
    }
}

@media (max-width: 990px) {
    img.council_m_img {
        width: 40%;
        height: 100%;
    }

    .quickcouncil_sm12 {
        margin-bottom: 20px;
        text-align: left;
    }


    .buyh6 {
        font: normal normal bold 18px/20px Montserrat !important;
        width: 100% !important;
    }
}

@media (max-width: 990px) {
    .quickback .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .quickimage img {
        height: 472px !important;
    }

    .quickimage {
        text-align: center;
    }

    .quickcolum6 {
        display: block !important;
        margin-bottom: 0px !important;
    }

    .quicktext h1 {
        text-align: center;
    }
}

.buyh6 {
    font-size: 15px;
    margin-bottom: 1.5rem !important;
    text-align: left;
    font: normal normal bold 25px/27px Montserrat;
    letter-spacing: 0px;
    color: #0C0587;
    opacity: 1;
    width: 100%;
}

.byh6 {
    text-align: left;
    font: normal normal bold 25px/27px Montserrat;
    letter-spacing: 0px;
    color: #ffff;
    background-color: #0C0587;
    padding: 10px;
    opacity: 1;
    width: 100%;
    margin-right: 2rem;
}

.font {
    font: normal normal 400 18px/30px Montserrat;
    letter-spacing: 0px;
}

.quick {
    text-align: left;
    font: normal normal bold 25px/27px Montserrat;
    letter-spacing: 0px;
    color: #0C0587;
    padding: 10px;
    opacity: 1;
    width: 90%;
}
