.brand-margin{
    margin:auto;
}
.brand-style{
    font-family: Century Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 43px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content:center;
}

.brand-font{
    font-family: Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    width:25% !important;
}

.all-brand{
    display:flex;
    justify-content:space-around;
}

@media (max-width: 768px) {
    .brand-font{
        width:50% !important;
    }
}


