.whatson_single_wrapper .container {
  max-width: 90rem;
}

.whatson_single_wrapper .section__header {
  padding-top: 7rem;
  padding-bottom: 1.625rem;
  max-width: 100%;
  width: 100%;
}

.whatson_single_wrapper .section_content .header__sub-heading {
  margin-bottom: 1.25rem;
}

.whatson_single_wrapper .section__header h2 {
  margin-bottom: 0;
}

.whatson_single_wrapper .section_shops_items {
  margin-top: 2.5rem;
}

.section_shops_items .shops_item .logo_box_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section_shops_items .shops_item {
  position: relative;
}

.whatson_single_wrapper p+.header__sub-heading,
.whatson_single_wrapper .section_shops_items+.section_content {
  margin-top: 3.125rem;
}

.section_shops_items {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  justify-content: center;
  gap: 1.875rem;
}

.shops_item .shop_asset {
  height: 12.5rem;
  width: 12.5rem;
  border-radius: 100%;
  display: block;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
}

.shops_item:hover .shop_asset {
  border-radius: 0%;
}

.shops_item .shop_title {
  margin-top: 0.9375rem;
}

.shops_item .shop_title h3 {
  margin-bottom: 0;
  font-weight: var(--font-weight-light);
  font-size: 1.125rem;
}

.shops_item .shop_title p {
  font-size: 1.125rem;
  line-height: normal;
  max-width: 18.25rem;
  width: 100%;
  margin: 0 auto;
}

.section_content {
  width: 100%;
}
.section_content p, .section_content a{
    word-wrap: break-word;
}
@media (max-width: 768px) {
  .whatson_single_wrapper .section_content .header__sub-heading {
    font-size: 1.25rem;
  }
}

@media (min-width: 660px) {
  .whatson_single_wrapper .section_content .header__sub-heading {
    margin-bottom: 1.5rem;
  }

  .whatson_single_wrapper p+.header__sub-heading,
  .whatson_single_wrapper .section_shops_items+.section_content {
    margin-top: 3.125rem;
  }

  .whatson_single_wrapper .section_shops_items {
    margin-top: 2.875rem;
    gap: 1.875rem;
  }

  .section_shops_items {
    justify-content: space-between;
  }

  .section_shops_items .shops_item {
    max-width: calc(((100% + 1.875rem) / 12) * 6 - 1.875rem);
    flex: 0 0 calc(((100% + 1.875rem) / 12) * 6 - 1.875rem);
  }

  .shops_item .shop_title {
    margin-top: 0.9375rem;
  }

  .shops_item .shop_title p {
    font-size: 1.125rem;
  }

  .shops_item .shop_asset {
    height: 14rem;
    width: 14rem;
  }
}

@media (min-width: 992px) {
  .whatson_single_wrapper .section__header {
    padding-top: 3.125rem;
    padding-bottom: 2.875rem;
  }

  .whatson_single_wrapper .section_content .header__sub-heading {
    margin-bottom: 1.875rem;
  }

  .whatson_single_wrapper p+.header__sub-heading,
  .whatson_single_wrapper .section_shops_items+.section_content {
    margin-top: 5rem;
  }

  .whatson_single_wrapper .section_shops_items {
    margin-top: 2.875rem;
    gap: 3.75rem;
  }

  .section_shops_items .shops_item {
    max-width: calc(((100% + 3.75rem) / 12) * 4 - 3.75rem);
    flex: 0 0 calc(((100% + 3.75rem) / 12) * 4 - 3.75rem);
  }

  .shops_item .shop_title {
    margin-top: 1.5rem;
  }

  .shops_item .shop_title h3 {
    font-size: 1.25rem;
  }

  .shops_item .shop_title p {
    font-size: 1.125rem;
  }

  .shops_item .shop_asset {
    height: 16rem;
    width: 16rem;
  }
}

@media (min-width: 1200px) {
  .whatson_single_wrapper .section__header {
    padding-top: 18.625rem;
    padding-bottom: 4.125rem;
  }

  .whatson_single_wrapper .section_content .header__sub-heading {
    margin-bottom: 2.375rem;
  }

  .whatson_single_wrapper p+.header__sub-heading,
  .whatson_single_wrapper .section_shops_items+.section_content {
    margin-top: 8.75rem;
  }

  .whatson_single_wrapper .section_shops_items {
    margin-top: 3.75rem;
    gap: 5.3125rem;
  }

  .section_shops_items .shops_item {
    max-width: calc(((100% + 6.25rem) / 12) * 4 - 6.25rem);
    flex: 0 0 calc(((100% + 6.25rem) / 12) * 4 - 6.25rem);
  }

  .shops_item .shop_title {
    margin-top: 1.875rem;
  }

  .shops_item .shop_title h3 {
    font-size: 1.875rem;
  }

  .shops_item .shop_title p {
    font-size: 1.5625rem;
  }

  .shops_item .shop_asset {
    height: 19.8125rem;
    width: 19.8125rem;
  }
}

.last_updated_date {
  padding-top: 2.0625rem;
  padding-bottom: 3.3125rem;
  width: 100%;
}

.last_updated_date p {
  text-align: center;
  font-size: 0.75rem;
}



@media (min-width: 660px) {
  .last_updated_date p {
    text-align: right;
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .last_updated_date {
    padding-top: 5.625rem;
    padding-bottom: 4.25rem;
  }

  .last_updated_date p {
    font-size: 1.25rem;
  }
}

@media (max-width: 1199px) {
    .cp__noimage-space {
    padding-top: 140px;
}
    
}
@media (max-width: 991px) {
    .cp__noimage-space {
    padding-top: 50px;
}
    
}