.section1-footer{
 border-bottom: 4px solid #EB1F77;
 height: 108px;
}
.section1-footer img{
  height: auto;
margin-left: 6px;
width: 29px;
height: 26px;
padding: 2px;
}
footer{
  display: none;
}
.section1-footer .row { 
  text-align: center;
  padding: 40px;
}
.section1-footer .section{
  background: #F4F5F5;
  padding: 40px;
}
.section1-footer .section .row{
   max-width: 1200px;
   margin: auto;
}
.section1-footer .row .col .container{
background: #fff;
border-radius: 35px;
padding: 58px;
}

@media(min-width: 768px) and (max-width: 1188px){
  .inner-title{
        height: 52px;
    /* background: red; */
    /* line-height: 54px; */
    padding: 4px;
}
  .row .col .container {
    padding: 42px 21px !important;
}

 @media(min-width: 768px) and (max-width: 800px){
   .inner-text {
       height: 146px !important;
   }

@media(max-width: 767px){
.section1-footer{
  height: 122px;
    margin-top: -15px;
}
}

@media(max-width: 437px){
.section1-footer{
  height: 148px;
    margin-top: -15px;
}
}