.hero-section {
  background-image: image-set(
    url(/portals/0/images/project-services-hero.png) 1x,
    url(/portals/0/images/project-services-hero@2x.png) 2x
  );
  background-position: right center, center top;
  background-size: 45%;
  background-repeat: no-repeat;
  background-color: #000000;
  border: 1px solid #707070;
  height: 190px;
}

.project-services #forum iframe {
height: 1080px;
}

/*.content-spacing p {
font-weight: bold;
}*/

.icons p {
font-weight: bold;
  }

.icons img {
height: 160px;
  }

  .projects ul {
  columns: 1;
  }

@media handheld, only screen and (min-width: 1600px) {
  .hero-section {
    height: 300px;
  }
}

@media handheld, only screen and (min-width: 1200px){
 .projects ul {
  columns: 2;
  }
}

.h-100 {
  height: 100%;
}

.w-50 {
  width: 50%;
}

.txt-white {
  color: #ffffff;
}

.txt-blue {
  color: #89cff0;
}

.font-500 {
  font-weight: 500;
}

.content-spacing {
  padding-top: 48px;
  padding-bottom: 48px;
}

.bg-secondary {
  background-color: #eeede9;
}

.bg-white {
  background-color: #ffffff;
}

.section-border-left {
  border-left: 10px solid #cf112d;
}

.list-style-none {
  list-style-type: none;
}

.list-style-square {
  list-style-type: square;
}

.d-flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.align-text-center {
  text-align: center;
}

.text-align-center {
  text-align: center;
}

.p-16 {
  padding: 16px;
}

.gap-32 {
  gap: 32px;
}

.gap-16 {
  gap: 16px;
}

.gap-8 {
  gap: 8px;
}

.m-0 {
  margin: 0px;
}

.w-100 {
  width: 100%;
}

a.btn.btn-danger {
  transition: all 200ms ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .mobile-w {
    width: 100%;
    margin-bottom: 16px;
  }

  img.w-50.p-16 {
    width: 96px;
  }
  
  
}

@media only screen and (max-width: 1040px) {
  .hero-section {
    background-size: 50%;
  }
}

@media only screen and (max-width: 867px) {
  .hero-section {
    background-size: 55%;
  }
}

@media only screen and (max-width: 991px) {
  img.w-50.p-16 {
    padding: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-section {
    background-image: none;
    height: auto;
  }

  .row {
    flex-direction: column;
    gap: 16px;
  }

  .content-spacing {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  
    .mobile-text-center {
    text-align: center;
  }

  .mobile-w-100 {
    width: 100%;
  }

  .mobile-col-reverse {
    flex-direction: column-reverse;
  }

  a.btn.btn-danger {
    width: 100%;
  }

  img.w-50.p-16 {
    padding: 0px;
    width: 25%;
  }
}

@media only screen and (min-width:767px) {
.project-services #forum iframe {
height: 1025px;
}
  
}
