.certi-wrap .certi-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 35px;
}
.certi-wrap.logo-p-center .certi-logos {
    justify-content: center;
}
.certi-logo img {
    max-height: 50px;
    max-width: 180px;
    transition: all 0.5s ease;
}
.certi-logo:not(:hover) img {
    /*opacity: 0.5;*/
}
.logo-pt .certi-logos{
    margin-top: 35px;
}
.certi-wrap.logo-img-bigger .certi-logos img {
    max-height: 100px;
}
.two-line-logos .cntr-1640 {
    max-width: 1300px;
}
@media only screen and (max-width: 767px) {
    .certi-wrap .certi-logos {
        gap: 25px;
    }
    .certi-wrap .certi-logos {
        margin-bottom: 10px;
        justify-content: center;
    }
   /* .certi-wrap.logo-p-center .certi-logos {
        gap: 15px 0;
    }*/
    .certi-logo {
        width: fit-content;
        max-width: 50%;
    }
    .logo-pt .certi-logos {
        margin: 0;
    }
    .logo-pt .certi-logos .certi-logo {
        width: calc(50% - 15px);
    }
    .certi-logo img {
        max-width: 90px;
    }
}