.wc-companies-area .brand-logo-item img {
    filter: unset;
    -webkit-filter: unset;
}

.wc-companies-area .brand-logo-item:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.wc-companies-area .brand-logo-item:hover img {
    filter: unset;
    -webkit-filter: unset;
}

.logo-section .col {
    height: stretch;
}

.logo-section-container {
    height: 100%;
    display: flex;
    /* align-content: center; */
    flex-wrap: wrap;
    justify-content: center;
}

.logo-section-title {
    height: 60px;
}
.logo-section-item {
    margin-top: auto;
    margin-bottom: auto;
}

.wc-pricing-col > div {
    min-height: 270px;
}

#counter-section .col {
    justify-items: center;
    text-align: center;
}

.wc-about-area > figure > img {
    opacity: 0.5;;
}

.wc-contact-card-area .col {
    height: stretch;
}

.wc-contact-card-area .card {
    height: 100%;
}