.row_tile {
  display: flex;
  gap: 24px;
  padding-bottom: 48px;
  margin-bottom: 48px;
  position: relative;
}
@media (max-width: 767px) {
  .row_tile {
    flex-direction: column;
  }
}
.row_tile:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  border-top: 0.3px solid #0b0b0a;
  opacity: 30%;
}
.row_tile > div {
  gap: 32px;
  border-radius: 12px;
  padding: 24px;
  border-width: 0.3px;
  border: 0.3px solid #ebebea;
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.0509803922);
}
@media (max-width: 767px) {
  .row_tile > div {
    padding: 16px;
  }
}
.row_tile > div h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  margin-bottom: 16px;
  color: #0b0b0a;
}
@media (max-width: 767px) {
  .row_tile > div h3 {
    font-size: 24px;
    line-height: 32.48px;
  }
}
.row_tile > div .text {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.25px;
  color: #2d2d2a;
}
@media (max-width: 767px) {
  .row_tile > div .text {
    font-size: 18px;
    line-height: 21.6px;
  }
}
.row_tile .col-sm-5 {
  width: 41.66%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .row_tile .col-sm-5 {
    width: 100%;
  }
}
.row_tile .col-sm-5 .text {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
.row_tile .col-sm-5 .btn-orange {
  background: #e8eeee;
  color: #2d2d2a;
  font-weight: 800;
}
@media (max-width: 767px) {
  .row_tile .col-sm-5 .btn-orange {
    font-size: 12px;
  }
}
.row_tile .col-sm-4 {
  width: 33.33%;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .row_tile .col-sm-4 {
    width: 100%;
  }
}
.row_tile .col-sm-4 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 377/360;
  height: 100%;
  display: block;
  width: 100%;
}
.row_tile .col-sm-3 {
  width: 25.01%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .row_tile .col-sm-3 {
    width: 100%;
  }
}
.row_tile .col-sm-3 h3 {
  font-family: "Manrope";
  font-weight: 300;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.5px;
  vertical-align: middle;
}
.row_tile .col-sm-3 .text {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
.row_tile .col-sm-3 img {
  height: 21px;
  margin-bottom: 30px;
}
.row_tile .col-sm-3 .btn-orange {
  width: 100%;
}

.btn-orange {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 400px;
  padding-top: 11px;
  padding-right: 24px;
  padding-bottom: 11px;
  padding-left: 24px;
  background: #ff5f33;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21.86px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.05);
}
.btn-orange:hover {
  background: #0b0b0a;
  transition: 500ms;
}

.wpDataTables.wpDataTablesWrapper.wdtVerticalScroll {
  overflow-y: auto;
  height: 1000px;
}/*# sourceMappingURL=content_tile.css.map */