.logos-group .content-wrapper {
  padding: 10px;
}
.logos-group  .elementor-image-gallery {
  overflow: hidden;
}
.logos-group .title {
  padding-bottom: 20px;
}
.logos-group .title h3 {
  font-size: 26px;
  line-height: 32px;
  text-align: center;
}
.logos-group .gallery {
  margin: 0 -50px -50px 0;
}
.logos-group .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0px 50px 50px 0px;
  margin: 0;
}
.logos-group .btn {
  text-align: center;
  margin-top: 35px;
  float: left;
  width: 100%;
}
.logos-group .btn a {
  font-family: Campton, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 20px;
  background: #f15f3f;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.logos-group .btn a:hover,
.logos-group .btn a:focus{
  background-color:#af2a14;
  color:#fff;
}

@media(min-width:768px){
  .logos-group .gallery-item {
    margin-right: -3.8px;
    width: 20%;
  }
}
@media (min-width: 480px) and (max-width: 767px){
  .logos-group .gallery {
    display: flex;
    flex-wrap: wrap;
  }
  .logos-group .gallery-item {
    width: 50%;
  }
}

@media(max-width:479px){
  .logos-group .gallery {
    margin: 0;
  }
  .logos-group .gallery-item {
    padding-right: 0;
  }
  .logos-group .btn {
    margin-top: -15px;
  }
}