.text-gallery-section .inner-icon {
  height: 70px;
  width: 70px;
  padding: 15px 15px 15px 15px !important;
  border-radius: 50%;
  background-color: #D2B87D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-gallery-section .inner-icon i{
  font-size:21px;
}
.text-gallery-section .image-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.text-gallery-section .image-container .image {
  width: calc(33.33% - 28px);
  margin: 0 14px;
}
.text-gallery-section .image-container .image a {
  display:block;
}
.text-gallery-section .image-container .image a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.text-gallery-section .description-container p {
  color: #54595F;
  margin-bottom:0;
  font-family: "Roboto", Sans-serif;
}
.text-gallery-section .icon-text-container {
  display: flex;
  flex-wrap: wrap;'
  margin-bottom:10px;
}
.text-gallery-section .heading-container h2 {
  text-align: center;
  margin-bottom:30px;
  font-weight:600;
  font-family: "Roboto", Sans-serif;
}
.text-gallery-section .content-container {
  width: calc(82% - 30px);
  margin: 0 15px;
}
.text-gallery-section .icon-text-container .icon {
  width: calc(18% - 30px);
  margin: 0 15px;
  max-width:70px;
}
.text-gallery-section .icon-text-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 15px;
}
.text-gallery-section .icon-text-container h3 {
  margin-bottom: 10px;
  letter-spacing: -2px;
  font-weight:600;
  font-family: "Roboto", Sans-serif;
  font-size:34px;
  line-height:1;
}
.text-gallery-section .two-col-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -17px;
}
.text-gallery-section .left-side-container, 
.text-gallery-section .right-side-container {
  width: calc(50% - 34px);
  margin: 0 17px;
}
.text-gallery-section .btn-container .btn{
  background-color: #61ce70;
  border: 1px solid #61ce70;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  fill: #fff;
  font-family: Roboto,Sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 30px;
  text-align: center;
  transition: all .3s ease-in;
}
.text-gallery-section .btn-container .btn:hover {
  border: 1px solid #000;
  background: transparent;
  color:#000;
}
.text-gallery-section .btn-container {
  text-align: center;
  margin-top: 20px;
}
button.f-button.is-arrow.is-prev:hover,
button.f-button.is-arrow.is-next:hover{
  background-color:#d2b87d;
}

@media only screen and (max-width:1199px){
  .text-gallery-section .icon-text-container h3 {
    font-size:40px;
  }
}

@media only screen and (max-width:991px){
  .text-gallery-section .left-side-container, .text-gallery-section .right-side-container {
    width: 100%;
    margin: 0;
  }

  .text-gallery-section .two-col-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0;
  }
  .text-gallery-section .right-side-container {
    margin-top:30px;
    display:none;
  }
}
@media only screen and (max-width:767px){
  .text-gallery-section .heading-container h2 {
    font-size: 36px;
  }
  .text-gallery-section .icon-text-container h3 {
    font-size: 32px;
  }
  .text-gallery-section .icon-text-container .icon {
    width: 100%;
    margin: 0;
    max-width: 70px;
  }

  .text-gallery-section .content-container {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .text-gallery-section .icon-text-container {
    justify-content: center;
    margin:0;
  }

}