section.quote h1 {
    color: #061649;
    font-family: "Poppins";
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 42px;
}

section.quote h1:before {
    content: "";
    background: #ddd;
    width: 40px;
    height: 3px;
    display: block;
    margin: 10px auto 10px auto;
}

section.quote .img-col {
    text-align: center;
}

section.quote .img-col img {
    max-height: 400px;
}

section.quote .quote-col {
    margin-top: 50px;
    position: absolute;
    font-family: "Roboto";
    font-size: 18px;
    text-align: left;
    opacity: 0;
    display: none;
    transition: opacity 1s ease-in-out;
    background-image: url(/wp-content/themes/NetCare/images/main/quote.png);
    background-size: 200px auto;
    padding-top: 150px;
    background-repeat: no-repeat;
}

section.quote .quote-col strong {
    color: #061649;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 700;
}

section.quote .btn-prev {
    margin-top: 1px;
    background: url(/wp-content/themes/NetCare/images/main/arrow1.png);
    height: 22px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    opacity: .4;
    padding: 0;
    width: 25px;
}

section.quote .btn-next {
    background: url(/wp-content/themes/NetCare/images/main/arrow2.png);
    height: 22px;
    padding: 0;
    margin-top: -1px;
    width: 25px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    opacity: .7;
    transition: all 333ms ease-in-out;
}

section.quote .btn-next:hover {
    opacity: 1;
    width: 50px;
}

section.quote .btn-prev:hover {
    opacity: 1;
}

@media (max-width: 992px) {
    section.quote .img-col img {
        display: none;
    }

    section.quote .img-col {
        height: 550px;
    }
}