.one_brand{
    width: 30%;
}
.conainer_brands{
    column-count: 3;
}
.title_brand{
    font-size: 42px;
    line-height: 48px;
}
.one_brand{
    margin-bottom: 5rem;
    -webkit-transition: 0.4s all cubic-bezier(0.7, 0, 0.3, 1);
    transition: 0.4s all cubic-bezier(0.7, 0, 0.3, 1);
    display: inline-block;
    width: 100%;

    font-family: "asket-light";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.title_brand{
    font-family: "asket-light";
}
@media screen and (max-width:737px) {
    .conainer_brands{
        column-count: 2;
    }
}
.brand_title{
    text-align: center;
}
.brand_header_info{
	width:100%;
}
button.loading{
    background: url(/wp-content/uploads/2024/12/load.gif) no-repeat;
    background-color: #ffffff !important;
    display: flex
    ;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    backgrount-repeat: none !important;
    color: #ffffff00 !important;
}
