.wrapper {
  overflow: unset !important;
}

.activity-single__block-full {
  width: 100% !important;
}

.activity-single {
  margin: 60px 0 0;
  padding-top: 1px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
  background-color: #aec7da;
  background-image: url(https://ijzerenman.nl/wp-content/themes/ijzerenman/assets/images/footer-pt.png);
  background-repeat: repeat;
  background-position: left top;
}
.activity-single__row {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .activity-single__row {
    margin-top: 25px;
  }
}
.activity-single__row-4 {
  padding-left: 50px !important;
  width: 33.3%;
}
@media only screen and (max-width: 1199px) {
  .activity-single__row-4 {
    padding-left: 0 !important;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .activity-single__row-4 {
    width: 100%;
  }
}
.activity-single__row-8 {
  width: 66.6%;
}
@media only screen and (max-width: 1199px) {
  .activity-single__row-8 {
    order: 1;
    width: 100%;
  }
}
.activity-single__row-4, .activity-single__row-8 {
  margin-bottom: 30px;
  padding: 0 7px;
}
.activity-single__blocks {
  padding: 0 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.activity-single__sidebar {
  margin-bottom: 25px;
  padding: 25px 20px;
  position: sticky;
  top: 95px;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 5px 8px rgba(21, 23, 31, 0.1);
}
@media only screen and (max-width: 767px) {
  .activity-single__sidebar {
    position: relative;
    top: unset;
  }
}
.activity-single__sidebar .button {
  width: 100%;
}
.activity-single__sidebar h4 a {
  font-size: 16px;
}
.activity-single__sidebar-item {
  margin-bottom: 15px;
  border-radius: 15px;
  background: #fff;
}
.activity-single__sidebar-item ul {
  margin-left: 0;
  list-style: none;
}
.activity-single__sidebar-item ul li {
  padding-left: 23px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .activity-single__sidebar-item ul li {
    padding-left: 0;
  }
}
.activity-single__sidebar-item ul li:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: auto;
  height: auto;
  font-family: "Font Awesome 5 Pro";
  color: #8fb26b;
  background: transparent;
  content: "\f00c";
}
@media only screen and (max-width: 991px) {
  .activity-single__sidebar-item ul li:before {
    top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .activity-single__sidebar-item ul li:before {
    margin-right: 5px;
    position: static;
  }
}
.activity-single__sidebar-item:nth-child(3) ul li:before {
  color: #005391 !important;
  content: "\f153" !important;
}
.activity-single__sidebar-item:nth-child(3) ul li:nth-child(1):before {
  content: "\f017" !important;
}
.activity-single__block {
  margin-right: 15px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  width: calc(50% - 15px);
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 5px 8px rgba(21, 23, 31, 0.1);
}
@media only screen and (max-width: 767px) {
  .activity-single__block {
    width: 100%;
  }
}
.activity-single__block__image {
  position: relative;
}
.activity-single__block__image img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
}
.activity-single__block__content {
  padding: 28px 20px;
  color: #15171f;
}
.activity-single__block__content h3 {
  font-size: 24px;
}
.activity-single__block__content ul {
  margin-left: 0;
  list-style: none;
}
.activity-single__block__content ul li {
  padding-left: 23px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .activity-single__block__content ul li {
    padding-left: 0;
  }
}
.activity-single__block__content ul li:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: auto;
  height: auto;
  font-family: "Font Awesome 5 Pro";
  color: #8fb26b;
  background: transparent;
  content: "\f00c";
}
@media only screen and (max-width: 991px) {
  .activity-single__block__content ul li:before {
    top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .activity-single__block__content ul li:before {
    margin-right: 5px;
    position: static;
  }
}
