/* Global Colors */
@media (max-width: 767px) {
  .home-section2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .home-section2 .sub-heading {
    margin-bottom: 5.556vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-section2 .sub-heading {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .home-section2 .image-with-text {
    margin-top: 6.944vw;
  }
}
.home-section2 .image-with-tex__wrapper {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (min-width: 992px) {
  .home-section2 .image-with-tex__wrapper {
    padding-bottom: 1.389vw;
    margin-bottom: 1.389vw;
    -webkit-column-gap: 2.083vw;
       -moz-column-gap: 2.083vw;
            column-gap: 2.083vw;
  }
}
@media (max-width: 991px) {
  .home-section2 .image-with-tex__wrapper {
    padding-bottom: 17px;
    margin-bottom: 18px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (min-width: 992px) {
  .home-section2 .image-with-tex__wrapper p {
    width: 27.431vw;
  }
}
@media (min-width: 992px) {
  .home-section2 .image-with-tex__wrapper .pic-wrapper img {
    width: 3.194vw;
    height: 3.194vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-section2 .image-with-tex__wrapper .pic-wrapper {
    width: 42px;
  }
  .home-section2 .image-with-tex__wrapper .pic-wrapper img {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 991px) {
  .home-section2 .image-with-tex__wrapper .pic-wrapper {
    height: auto;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .home-section2 .image-with-tex__wrapper .pic-wrapper {
    width: 36px;
  }
  .home-section2 .image-with-tex__wrapper .pic-wrapper img {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 992px) {
  .home-section2 .image-with-tex__wrapper .pic-wrapper {
    padding-left: 1.806vw;
  }
}
@media (min-width: 992px) {
  .home-section2 .last-note {
    padding: 0 4.583vw 0 2.083vw;
    margin-top: 1.736vw;
  }
}
@media (max-width: 991px) {
  .home-section2 .last-note {
    padding: 0 12px;
  }
}