.blurbs_and_text {
  position: relative;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.blurbs_and_text .section-title {
  text-align: center;
  padding: 50px 0 0 0;
}
.blurbs_and_text.enable_cut_background {
  position: relative;
  content: "";
  background-color: inherit;
  width: 100%;
  height: 100%;
  clip-path: path('M 1675.11 38.58 H 2378 V 5000 H -3236 V 67 H 1020.88 S 1057.33 122.67 1182.37 122.67 C 1316.77 122.67 1393.99 0 1523.13 0 C 1618.71 0 1675.12 38.58 1675.12 38.58 Z');
  top: 0;
  left: 0;
}
@media only screen and (width: 1440px) {
  .blurbs_and_text.enable_cut_background {
    position: relative;
    content: "";
    background-color: inherit;
    width: 100%;
    height: 100%;
    clip-path: path('M 1675.11 38.58 H 2378 V 981 H -3236 V 67 H 1020.88 S 1057.33 122.67 1182.37 122.67 C 1316.77 122.67 1393.99 0 1523.13 0 C 1618.71 0 1675.12 38.58 1675.12 38.58 Z');
    top: 0;
    left: 0;
  }
}
.blurbs_and_text .show-logo {
  position: absolute;
  width: 150%;
  z-index: 9;
  top: 15%;
  left: -10%;
}
.blurbs_and_text .show-logo img {
  width: 150%;
}
.blurbs_and_text .section-title {
  font-weight: bold;
}
.blurbs_and_text .blurb-count-2 {
  grid-template-columns: repeat(2, 1fr) !important;
  max-width: 30% !important;
}
.blurbs_and_text .blurb-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 3rem;
  max-width: 55%;
  margin: 0 auto;
  padding: 25px 0;
  z-index: 99;
  position: relative;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .blurbs_and_text .blurb-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  .blurbs_and_text .blurb-list {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 3rem;
    max-width: 100%;
    margin: 0;
    padding: 25px 10px;
  }
}
.blurbs_and_text .blurb-list .blurb .text {
  width: 100%;
  display: block;
  font-family: "Barlow";
  font-size: 1.17em;
  font-weight: bold;
  flex-grow: 1;
  z-index: 99;
  position: relative;
  border-bottom: 2px solid #2DB8D2;
  padding-bottom: 20px;
}
.blurbs_and_text .blurb-list .blurb .description {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 1em;
  position: relative;
  margin: 10px 0;
  z-index: 99;
}
.blurbs_and_text .blurb-list .blurb .sbtn {
  text-align: center;
  font-weight: 600;
  font-size: 1em;
  font-family: "Barlow";
  max-width: 200px;
  line-height: 24px;
  transition: all 0.5s ease;
  margin: 2rem 0 !important;
  padding: 10px 50px;
  z-index: 99;
  position: relative;
  border: none !important;
  border-radius: 14px;
}
.blurbs_and_text .section-title {
  position: relative;
  z-index: 99;
}
.blurbs_and_text .text-wrapper {
  position: relative;
  z-index: 99;
  max-width: 600px;
  margin: 0 auto;
}
.blurbs_and_text .text-wrapper h2 {
  font-family: "Barlow";
  text-align: center;
  padding: 0 10%;
  font-size: 2em;
  color: #074e68;
  font-weight: 400;
  margin: 0;
  margin-bottom: 0;
}
.blurbs_and_text .text-wrapper h2 strong {
  font-weight: bold;
}
.blurbs_and_text .video-popup {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  z-index: 99;
}
.blurbs_and_text .video-popup .video-title {
  margin-right: 10px;
  color: #ffffff;
  font-size: 1.17em;
  font-family: "Barlow";
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .blurbs_and_text .video-popup .video-title {
    margin-right: 0;
    font-size: 16px;
  }
}
.blurbs_and_text .video-popup .play-video-icon {
  content: "";
  font-weight: 400;
  display: block;
  width: 20%;
  height: 150px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: url("/wp-content/themes/iBUILDiT/assets/play_icon.svg") no-repeat !important;
  background-position: center !important;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .blurbs_and_text .video-popup .play-video-icon {
    width: 16%;
    margin: 0 10px;
  }
}
.blurbs_and_text .video-popup .play-video-text {
  margin-left: 10px;
  color: #ffffff;
  font-size: 1.17em;
  font-family: "Barlow";
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .blurbs_and_text .video-popup .play-video-text {
    margin-left: 0;
    font-size: 16px;
  }
}
.blurbs_and_text .blurb-btn {
  width: 100%;
  text-align: center;
}
.blurbs_and_text .blurb-btn .sbtn {
  text-align: center;
  font-weight: 600;
  font-size: 1em;
  font-family: "Barlow";
  line-height: 24px;
  transition: all 0.5s ease;
  width: 250px;
  margin: 2rem auto;
  padding: 10px 20px;
  border: 1px solid #2DB8D2;
  border-radius: 14px;
}
.blurbs_and_text .video-modal {
  background: rgba(55, 68, 77, 0.9);
  z-index: 9999999;
}
.blurbs_and_text .video-modal .modal-content {
  height: 32rem;
  background-color: #000;
}
.blurbs_and_text .video-modal .modal-content .close {
  font-size: 1.5rem;
  color: #074e68;
  position: absolute;
  top: -4rem;
  right: 0;
  display: block;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blurbs_and_text .video-modal .modal-content .close i {
  margin-left: 10px;
}
.blurbs_and_text .video-modal .modal-content .close-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(/wp-content/themes/iBUILDiT/assets/close-icon.svg);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
