.cateagory-bottom-section{
    display: flex;
    padding: 30px 20px;
    gap: 30px;
    padding-bottom: 80px;
}
.cateagory-bottom-section-left{
    width: 50%;
}

.cateagory-bottom-section-right{
    width: 50%;
}
.cateagory-bottom-section-box{
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px 0px;
}
.cateagory-bottom-section-box-left{
    width: 40%;
}
.cateagory-bottom-section-box-right{
    width: 60%;
}
.cateagory-bottom-head{
    font-size: 24px;
    margin: 0;
    color: #282828;
    font-weight: 800;
    line-height: 1.3rem;
    padding-bottom: 10px;
}
.cateagory-bottom-head a{
    color: #282828;
}
.load-btn {
  font-size: 14px;
  color: white;
  font-weight: 600;
  margin: 20px auto 0 auto; /* top auto bottom */
  padding: 4px 15px;
  background-color: #004FFF;
  text-transform: capitalize;
  border-radius: 15px;
  width: 100px;
  text-align: center;
}
.load-btn a{
  color: white;
}



@media (max-width: 767px){
       /* cateagory-bottom-section */
    .cateagory-bottom-section{
    display: block;
    padding: 30px 10px;
}
.cateagory-bottom-section-left{
    width: 100%;
}

.cateagory-bottom-section-right{
    width: 100%;
}
.cateagory-bottom-section-box{
    display: block;
    gap: 20px;
    align-items: center;
    padding: 20px 0px;
}
.cateagory-bottom-section-box-left{
    width: 100%;
    padding-bottom: 20px;
}
.cateagory-bottom-section-box-right{
    width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991.98px){
           /* cateagory-bottom-section */
    .cateagory-bottom-section{
    display: block;
    padding: 30px 10px;
}
.cateagory-bottom-section-left{
    width: 100%;
}

.cateagory-bottom-section-right{
    width: 100%;
}
.cateagory-bottom-section-box{
    display: block;
    gap: 20px;
    align-items: center;
    padding: 20px 0px;
}
.cateagory-bottom-section-box-left{
    width: 100%;
    padding-bottom: 20px;
}
.cateagory-bottom-section-box-right{
    width: 100%;
}
}
@media (min-width: 992px) and (max-width: 1200px){
}
@media (min-width: 1201px) and (max-width: 1400px) {}