.logo{
    /* height: auto; */
    height: 75px !important;
    width: auto;
    text-align: center;
    max-width: none;
}

.logo > img {
    width: 50px;
    border-radius: 50px;
    display: inline-block;
}

.certificates img
{
    width: 75px;
}

.primary-btn
{
    border: none;
}
.primary-btn.style2
{
    background: none;
    color: #E9AD28;
    border: 1px solid #E9AD28;

}