.Insight-gifto {
  position: relative;
  padding: 0px 20px;
}
.Insight-gifto::before {
  background-image: url("/assets/img/background_img/fourth-left.png");
  top: 0;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: -1;
}
@media (max-width: 1249px) {
  .Insight-gifto::before {
    height: 50%;
    width: 35%;
  }
}
@media (max-width: 768px) {
  .Insight-gifto::before {
    height: 50%;
  }
}
@media (max-width: 620px) {
  .Insight-gifto::before {
    height: 40%;
    width: 50%;
  }
}
.Insight-gifto::after {
  background-image: url("/assets/img/background_img/fourth-right.png");
  bottom: 0;
  position: absolute;
  content: "";
  width: 100%;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: -1;
}
@media (max-width: 1249px) {
  .Insight-gifto::after {
    height: 50%;
    width: 35%;
  }
}
@media (max-width: 768px) {
  .Insight-gifto::after {
    height: 50%;
    background-position: bottom right;
  }
}
@media (max-width: 620px) {
  .Insight-gifto::after {
    height: 40%;
    width: 50%;
  }
}
.Insight-gifto .inner {
  padding: 80px 20px;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .Insight-gifto .inner {
    padding: 50px 0px;
  }
}
@media (max-width: 620px) {
  .Insight-gifto .inner {
    padding: 40px 0px;
  }
}
@media (max-width: 470px) {
  .Insight-gifto .inner {
    padding: 0px 0px 40px;
  }
}
.Insight-gifto .inner .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1049px) {
  .Insight-gifto .inner .wrapper {
    flex-direction: column;
  }
}
.Insight-gifto .inner .wrapper .text-wrapper {
  flex: 0 0 40%;
}
@media (max-width: 1049px) {
  .Insight-gifto .inner .wrapper .text-wrapper {
    margin-bottom: 20px;
  }
}
.Insight-gifto .inner .wrapper .text-wrapper h2 {
  color: #308AC7;
  font-family: "Ubuntu";
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 77px; /* 171.111% */
  text-transform: capitalize;
}
@media (max-width: 1049px) {
  .Insight-gifto .inner .wrapper .text-wrapper h2 {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .Insight-gifto .inner .wrapper .text-wrapper h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .Insight-gifto .inner .wrapper .text-wrapper h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .Insight-gifto .inner .wrapper .text-wrapper h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 390px) {
  .Insight-gifto .inner .wrapper .text-wrapper h2 {
    font-size: 26px;
    line-height: normal;
  }
}
.Insight-gifto .inner .wrapper .text-wrapper .texts {
  color: #308AC7;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  text-transform: capitalize;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .Insight-gifto .inner .wrapper .text-wrapper .texts {
    padding-top: 20px;
  }
}
@media (max-width: 475px) {
  .Insight-gifto .inner .wrapper .text-wrapper .texts {
    font-size: 16px;
  }
}
@media (max-width: 390px) {
  .Insight-gifto .inner .wrapper .text-wrapper .texts {
    padding-top: 10px;
  }
}
.Insight-gifto .inner .wrapper .img-wrapper {
  flex: 0 0 55%;
}
.Insight-gifto .inner .wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=Insight.css.map */