/*==============*/
/* Fold 1 Style */
/*==============*/
.fold-1 {
  background: linear-gradient(
      0deg,
      rgba(66, 102, 154, 0.8),
      rgba(66, 102, 154, 0.8)
    ),
    url(/wp-content/uploads/2023/05/homepage-digital-clock.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  text-transform: uppercase;
  padding: 200px 0;
}

.fold-1 .title {
  font-weight: 400;
}

/*==============*/
/* Fold 2 Style */
/*==============*/
.fold-2 {
  position: relative;
}

.accreditations-wrapper {
  position: relative;
  top: -100px;
}

.accreditation-item {
  display: flex;
  box-shadow: 0 0 10px #000;
  background: white;
}

.accreditation-img {
  width: 50%;
}

.acccreditation-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accreditation-content {
  padding: 20px;
}
