.logoSlWrap{
  display: block;
  width: 100% !important;
  margin: 0 auto;
  overflow: hidden;
    padding: 0px 0;
  height: 50px;
}
.logoSlWrap .slider{
    display: block;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  
}
.logoSlWrap .content-wrap h2 {
      color: #475575;
    font-size: 39px;
      padding: 0 20px;
    font-weight: 600;
    margin-bottom: 70px;
    text-align: center;
    text-transform: capitalize;
}

.logoSlWrap .slider .item{
   display: block;
      float: left;
      position: relative;
      width:auto;
      height: 50px; 
      text-align: center;
  padding:0 30px;
  display:flex;
  align-items:center;
  Justify-content:center;
  white-space: nowrap;
}
   

.logoSlWrap .slider .item img{
   vertical-align: middle
        max-width: 100%
        max-height: 100%
        -webkit-transition: 0 linear left
        -moz-transition: 0 linear left
        transition: 0 linear left
        opacity: 0.65

}
     
.logoSlWrap .slider .item img:hover{
opacity: 1.0
}
  .logoSlWrap  .content-wrap h4 {
    color: #274385;
    font-weight: 600;
    padding:0 25px;
    padding-top:30px;
}

.logoSlWrap .slider .item a {
    background: url(https://46819052.fs1.hubspotusercontent-na1.net/hubfs/46819052/Images/Icons/IC%20Slant%20Icon%20Red.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 25px;
  color:#231F20;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 1px;
}
@media(max-width:1440px){

  .logoSlWrap{
  padding-bottom:0px;
  }
}

@media(max-width:767px){
  .logoSlWrap  .content-wrap{ 
  text-align:left;
  }
  .logoSlWrap .content-wrap h2{
    font-size: 32px;
    line-height: 38px;
  }
  .logoSlWrap .content-wrap h2{
    margin-bottom: 20px;
  }
  .logoSlWrap .slider .item{
    width: 250px;
    height: 70px;
  }

}