.cb_brands_colction {
    display: flex;
    justify-content: center;
    padding: 80px 50px;
}

.cb_brands_head {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}

h1 {
    margin: 0px;
    font-weight: 400;
    font-style: normal;
    font-size: 34px;
    font-family: "Nunito Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

h2, h3, h4, h5, h6 {
    font-family: "Nunito Sans", sans-serif;
}

.effect-bubba h3 {
    transition: transform 0.35s;
    transform: translate3d(0, -20px, 0);
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.cb_container {
    gap: 20px;
}

.gallery {
    display: flex;
    justify-content: center;
    width: fit-content;
    flex-wrap: wrap;
    gap: 14px;
	width:100%;
}

.gallery a {
    display: flex;
    width: 30%;
}

.cb_barnd_cta {
    padding: 50px;
    display: block;
    width: 100%;
    background-color: #b18f84;
    text-align: center;
}
.cb_barnd_cta p {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    line-height: 26px;
}
.about_ask_link {
    background: #000;
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
}


.cb_brand_content, .cb_brand_content li{
	font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #000;
    margin: 0px;
    line-height: 26px;
}