.casa-section h2, .casa-section p {
    margin-bottom : 1rem !important;
}

.preloader img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation: flipY 3s linear infinite;
          animation: flipY 3s linear infinite;
}

.common-banner .sub-title .casa-icon {
    width: 34px;
    padding-bottom: 5px;
}

.casa-section li {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    gap: 12px;
}

.casa-section li i {
  font-size: 20px;
}

.banner-two__slider-single .sub-title img, .difference .sub-title img, .team .sub-title img {
    width: 45px;
    padding-bottom: 10px;
}