/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.section-block-bottom-rect-left {
  position: relative;
  padding-top: 93px;
  padding-bottom: 140px;
}
.section-block-bottom-rect-left .section-title {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .section-block-bottom-rect-left .section-title {
    font-size: 22px;
  }
}
.section-block-bottom-rect-left .section-description,
.section-block-bottom-rect-left .section-description p {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .section-block-bottom-rect-left .section-description,
  .section-block-bottom-rect-left .section-description p {
    font-size: 16px;
  }
}
.section-block-bottom-rect-left .section-description a,
.section-block-bottom-rect-left .section-description p a {
  color: #ff7c01;
  font-size: inherit;
}
.section-block-bottom-rect-left .section-inner {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
}
@media only screen and (max-width: 991px) {
  .section-block-bottom-rect-left .section-inner {
    row-gap: 40px;
  }
}
.section-block-bottom-rect-left .section-content {
  border-radius: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .section-block-bottom-rect-left .section-content {
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}
@media only screen and (max-width: 767px) {
  .section-block-bottom-rect-left .section-content {
    border-radius: 10px;
  }
}
.section-block-bottom-rect-left .section-content--left {
  background: #eef2f5;
  display: flex;
  flex-direction: column;
}
.section-block-bottom-rect-left .section-content--left .content {
  padding: 34px;
  margin-top: auto;
}
.section-block-bottom-rect-left .section-content--left .content .section-title {
  margin-bottom: 20px;
}
.section-block-bottom-rect-left .section-content--left .content .section-description {
  color: #1b0a4d;
}
.section-block-bottom-rect-left .section-content--left .section-image {
  width: 317.585px;
  height: 137.197px;
  margin-left: auto;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .section-block-bottom-rect-left .section-content--left .section-image {
    width: 170px;
    height: 75px;
  }
}
.section-block-bottom-rect-left .section-content--right {
  position: relative;
  background: #1b0a4d;
}
.section-block-bottom-rect-left .section-content--right .content {
  padding: 40px 40px 40px 40px;
}
@media only screen and (min-width: 992px) {
  .section-block-bottom-rect-left .section-content--right .content {
    padding: 40px 40px 40px 150px;
  }
}
.section-block-bottom-rect-left .section-content--right .content .section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.section-block-bottom-rect-left .section-content--right .content .section-description {
  color: #ffffff;
}
.section-block-bottom-rect-left .section-content--right .section-images {
  display: flex;
  gap: 20px;
  margin-top: auto;
}
.section-block-bottom-rect-left .section-content--right .section-images img {
  object-fit: contain;
}
.section-block-bottom-rect-left .section-content--right .section-images .image1 {
  position: absolute;
  top: 25px;
  left: 0;
  width: 108px;
}
@media only screen and (max-width: 991px) {
  .section-block-bottom-rect-left .section-content--right .section-images .image1 {
    width: 78px;
  }
}
.section-block-bottom-rect-left .section-content--right .section-images .image2 {
  width: 228px;
  margin-top: 40px;
  margin-left: 150px;
}
@media only screen and (max-width: 991px) {
  .section-block-bottom-rect-left .section-content--right .section-images .image2 {
    margin-left: 110px;
    width: 178px;
    margin-top: 77px;
  }
}

/*# sourceMappingURL=block.css.map*/