

@media (max-width: 768px) {
    .small-marg{
        margin-top: 0px !important;
      }
}

@media (max-width:575px) {
  .pad-st{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}



@media (max-width:545px) {
.about .icon-boxes h3 {
  font-size: 24px;
  font-weight: 700;
  color: #010483;
  margin-bottom: 15px;
  margin-top: 15px !important;
  }

  
}


@media (min-width:546px) and (max-width:768px) {
  .about .icon-boxes h3 {
    font-size: 28px;
    font-weight: 700;
    color: #010483;
    margin-bottom: 15px;
    margin-top: 20px !important;
    }
} 

@media (max-width: 767px) {
.store-btn{
  display: flex;
  align-items: center;
  justify-content: center;
}

.wid-90{
  width: 90% !important;
}
.disp-none{
  display: none !important;
}

.col-sm-6 {
  flex: 0 0 auto;
  width: 50%;
}
}