/* reviews and ratings */
.section__bg--light-4 .page-item.active .page-link {
    background-color: #007bff;
}

/* home: bucket AOPs */
.section.fb-align-everything-left .featuredblocks .featuredblock__icon {
    justify-content: center;
}

/* Banner text*/
h3.component__title.banner__title {
    font-size: 3.5vw;
}

/*contact form disclaimer text*/
label.contactform__label.form-check-label {
    width: 100% !important;
}

/*Aign content of veredicts adn settl. to the center*/
.testimonials-item-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Adjust the height if needed */
}


/* Adjust logo size header */
.header-f .column-2 {
    flex: 1;
}