/* reviews and ratings */
.section__bg--light-4 .page-item.active .page-link {
    background-color: #007bff;
}

/* header */
.header-f {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 992px) {
    .header-f {
        flex-direction: row;
    }
}
@media (max-width: 767px) {
    .header-f .column-1 {
        max-width: 50%;
    }
    .header-f .column-2 {
        display: none;
        
    }
}
