.whats_new_container,
.more_on_the_card {
  background-color: #fff;
  margin-top: 60px;
}
.whats_new_container a,
.more_on_the_card a {
  text-decoration: none;
  columns: inherit;
  margin: 0;
}
.whats_new_container a :hover,
.more_on_the_card a :hover {
  color: inherit;
}
.whats_new_container p.date_text,
.more_on_the_card p.date_text {
  font-size: 13px;
  line-height: 17px;
  color: inherit;
  font-family: "roobert_light";
  margin: 0;
}
.whats_new_container h2,
.more_on_the_card h2 {
  font-size: 52px;
  line-height: 66px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 30px;
  font-family: "roobert_regular";
  color: #243508;
}
.whats_new_container .master_card,
.more_on_the_card .master_card {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.whats_new_container .master_card:hover .overlay_img,
.more_on_the_card .master_card:hover .overlay_img {
  transform: scale(1.2);
}
.whats_new_container .master_card .overlay_img,
.more_on_the_card .master_card .overlay_img {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 5;
  transition: transform 0.5s ease-in-out;
  filter: brightness(0.6);
  object-fit: cover;
}
.whats_new_container .master_card a,
.more_on_the_card .master_card a {
  height: 100%;
  display: block;
  position: relative;
  z-index: 11;
}
.whats_new_container .master_card .master_text,
.more_on_the_card .master_card .master_text {
  line-height: 37px;
  padding-top: 50px;
  padding-left: 15px;
  padding-bottom: 200px;
  padding-right: 15px;
}
.whats_new_container .master_card .master_text p.description,
.more_on_the_card .master_card .master_text p.description {
  font-size: 27px;
  line-height: 37px;
  color: #fff;
  letter-spacing: 0px;
  padding-top: 21px;
  padding-bottom: 32px;
  margin: 0;
  font-family: "roobert_medium";
}
.whats_new_container .master_card .master_text p.date_text,
.more_on_the_card .master_card .master_text p.date_text {
  color: #fff;
}
.whats_new_container .recommend_section,
.more_on_the_card .recommend_section {
  margin-top: 60px;
}
.whats_new_container .recommend_section h3,
.more_on_the_card .recommend_section h3 {
  font-size: 27px;
  line-height: 34px;
  font-family: "roobert_medium";
  color: #243508;
  margin-bottom: 8px;
}
.whats_new_container .recommend_section section.tiles,
.more_on_the_card .recommend_section section.tiles {
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
  padding-top: 20px;
  position: relative;
}
.whats_new_container .recommend_section section.tiles .padlock-icon,
.more_on_the_card .recommend_section section.tiles .padlock-icon {
  top: 15px;
}
.whats_new_container .recommend_section section.tiles .content_type,
.more_on_the_card .recommend_section section.tiles .content_type {
  font-size: 17px;
  line-height: 21px;
  font-family: "roobert_medium";
  color: #243508;
}
.whats_new_container .recommend_section section.tiles .title,
.more_on_the_card .recommend_section section.tiles .title {
  font-size: 21px;
  line-height: 31px;
  font-family: "roobert_medium";
  color: #243508;
  padding: 15px 0;
  margin: 0;
  max-width: calc(100% - 50px);
}
.whats_new_container .recommend_section section.tiles .date_text,
.more_on_the_card .recommend_section section.tiles .date_text {
  color: #243508;
}
.whats_new_container span.content_tag,
.more_on_the_card span.content_tag {
  background-color: #BFF355;
  line-height: 21px;
  font-size: 17px;
  padding: 14px 19px;
  color: #243508;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: inline-block;
}
.whats_new_container span.tag-bottom-align,
.more_on_the_card span.tag-bottom-align {
  position: static;
  margin-top: 15px;
}
.whats_new_container .recommended_cards,
.more_on_the_card .recommended_cards {
  margin-top: 30px;
}
.whats_new_container .recommended_cards .slick-prev,
.whats_new_container .recommended_cards .slick-next,
.more_on_the_card .recommended_cards .slick-prev,
.more_on_the_card .recommended_cards .slick-next {
  top: unset;
  bottom: -90px;
  border: 1px solid #BFF355;
  padding: 24px 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whats_new_container .recommended_cards .slick-prev::before,
.whats_new_container .recommended_cards .slick-next::before,
.more_on_the_card .recommended_cards .slick-prev::before,
.more_on_the_card .recommended_cards .slick-next::before {
  font-size: 50px;
  color: rgb(0, 0, 0);
}
.whats_new_container .recommended_cards .slick-prev,
.more_on_the_card .recommended_cards .slick-prev {
  left: 15px;
}
.whats_new_container .recommended_cards .slick-next,
.more_on_the_card .recommended_cards .slick-next {
  left: 125px;
}
.whats_new_container span.content_tag,
.more_on_the_card span.content_tag {
  font-size: 17px;
  font-family: "roobert_medium";
  line-height: 21px;
  color: #243508;
}
.whats_new_container .card,
.more_on_the_card .card {
  border: none;
  background-color: transparent;
}
.whats_new_container .card:hover img,
.more_on_the_card .card:hover img {
  transform: scale(1.2);
}
.whats_new_container .card .card_img,
.more_on_the_card .card .card_img {
  overflow: hidden;
  height: 244px;
}
.whats_new_container .card .card_img img,
.more_on_the_card .card .card_img img {
  transition: transform 0.5s ease-in-out;
  width: 100%;
  filter: brightness(0.6);
  object-fit: cover;
  height: 100%;
}
.whats_new_container .card .card_text h3,
.more_on_the_card .card .card_text h3 {
  font-size: 19.52px;
  line-height: 29.28px;
  color: #243508;
  font-family: "roobert_medium";
  margin-top: 15px;
  margin-bottom: 26px;
}
.whats_new_container .card .card_text .date_text,
.more_on_the_card .card .card_text .date_text {
  color: #243508;
}
.whats_new_container .padlock-icon,
.whats_new_container .lock,
.more_on_the_card .padlock-icon,
.more_on_the_card .lock {
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.8);
  z-index: 9;
  padding: 15px 19px;
  line-height: 0;
  pointer-events: none;
}
.whats_new_container .padlock-icon .fa,
.whats_new_container .lock .fa,
.more_on_the_card .padlock-icon .fa,
.more_on_the_card .lock .fa {
  font-size: 20px;
}
.whats_new_container .cta-fill-arrow,
.more_on_the_card .cta-fill-arrow {
  margin-top: 32px;
}
.whats_new_container .cta-fill-arrow a span,
.more_on_the_card .cta-fill-arrow a span {
  height: auto;
}
.whats_new_container .arrow-button,
.more_on_the_card .arrow-button {
  padding-top: 60px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .whats_new_container .arrow-button,
  .more_on_the_card .arrow-button {
    padding-bottom: 0px;
    padding-top: 30px;
  }
}
.whats_new_container .arrow-button .arrow-icon,
.more_on_the_card .arrow-button .arrow-icon {
  width: 60px;
  height: 60px;
  padding: 17px;
  border: 2px solid #BFF355;
  cursor: pointer;
  margin-right: 12px;
}
.whats_new_container .arrow-prev-left,
.more_on_the_card .arrow-prev-left {
  bottom: -13rem;
  width: 5rem;
  height: 5rem;
  border: 2px solid #BFF355;
  display: inline-block;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 1;
  top: unset;
  background: linear-gradient(to right, #BFF355 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right 0;
}
.whats_new_container .arrow-prev-left:before,
.more_on_the_card .arrow-prev-left:before {
  width: 22px;
  height: 21px;
  color: transparent;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease;
  position: absolute;
  right: initial;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.whats_new_container .arrow-prev-left:hover,
.more_on_the_card .arrow-prev-left:hover {
  background-position: 0 0;
}
.whats_new_container .arrow-next-right,
.more_on_the_card .arrow-next-right {
  bottom: -13rem;
  width: 5rem;
  height: 5rem;
  border: 2px solid #BFF355;
  display: inline-block;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 1;
  top: unset;
  background: linear-gradient(to right, #BFF355 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right 0;
  left: 7rem;
}
.whats_new_container .arrow-next-right:before,
.more_on_the_card .arrow-next-right:before {
  width: 22px;
  height: 21px;
  color: transparent;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease;
  position: absolute;
  right: initial;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.whats_new_container .arrow-next-right:hover,
.more_on_the_card .arrow-next-right:hover {
  background-position: 0 0;
}

@media screen and (min-width: 1200px) {
  .whats_new_container {
    background-color: #fff;
  }
  .whats_new_container .recommended_cards .card_img {
    height: 244px;
  }
  .whats_new_container .recommended_cards .card_img img {
    height: 100%;
    filter: none;
  }
  .whats_new_container h2 {
    margin-bottom: 60px;
  }
  .whats_new_container .master_card {
    margin-right: -2.5px;
    z-index: 1;
  }
  .whats_new_container .master_card .master_text {
    width: 45%;
    padding-left: 27px;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .whats_new_container .recommend_section {
    margin-top: 0;
    margin-left: -8.5px;
  }
  .whats_new_container span.content_tag {
    line-height: 21px;
    font-size: 14.4px;
    padding: 14px 19px;
    font-family: "roobert_medium";
    color: #243508;
  }
  .whats_new_container .recommended_cards {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0 7.5px;
  }
  .whats_new_container .recommended_cards > div {
    padding: 7.5px;
  }
  .whats_new_container .cta-fill-arrow {
    margin-top: 40px;
  }
  .whats_new_container .cta-fill-arrow span {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .whats_new_container,
  .more_on_the_card {
    margin-top: 40px;
  }
  .whats_new_container h2,
  .more_on_the_card h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .whats_new_container .master_card .master_text p.description,
  .more_on_the_card .master_card .master_text p.description {
    padding-top: 16px;
    padding-bottom: 30px;
    line-height: 32px;
  }
  .whats_new_container p.date_text,
  .more_on_the_card p.date_text {
    font-size: 13px;
    line-height: 16px;
    font-family: "roobert_medium";
  }
  .whats_new_container {
    margin-top: 60px;
  }
  .whats_new_container .heading_font_35::first-letter {
    text-transform: uppercase;
  }
  .whats_new_container .recommended_cards .card_img img {
    filter: none;
  }
}
.whats_new_container .heading_font_35::first-letter {
  text-transform: uppercase;
}

.more_on_the_card .card .card_img img {
  filter: none;
}