.logo-image-sec .heading-text h2 {
    max-width: 1242px;
    text-align: center;
    margin: 0 auto 40px;
}
.logo-image-sec .heading-text{
  padding:0 20px;
}

.logo-image-sec .logo-image-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(33.33333333333333% - 8.666666666666668px);
  flex: 0 1 calc(33.33333333333333% - 8.666666666666668px);
  max-width: calc(33.33333333333333% - 8.666666666666668px);
  padding: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.logo-image-sec .logo-image-main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
      gap: 13px;
}

.logo-image-sec .logo-image-content img {
    display: block;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    width: auto;
}

@media only screen and (max-width:991px){
.logo-image-sec .heading-text h2 {
    margin: 0 auto 20px;
}
}

@media only screen and (max-width:767px){
  .logo-image-sec .logo-image-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

{#

.logo-image-sec .logo-image-main-container {
  display: flex;
  flex-wrap: wrap;
/*   margin: 0 -20px; */
}
.logo-image-sec .logo-image-content {
  width: calc(33.33% - 40px);
  margin: 0 20px 40px;
}
.logo-image-sec .logo-image-content img {
  display:block;
  width:100%;
}
/* .logo-image-sec .logo-image-content-inner {
  max-width: 250px;
  margin: 0 auto;
} */

@media only screen and (max-width:767px){
  .logo-image-sec .logo-image-content {
    width: 100%;
    margin: 0 0 40px;
  }
  .logo-image-sec .logo-image-main-container {
    margin: 0;
  }
}