.resources-post-section {
  padding-top: 137px;
  padding-bottom: 120px;
  background-color: var(--sky-blue-color);
}

.resources-post-section .heading-group {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}

.resources-post-section .heading-group .heading {
  margin-bottom: 0;
  max-width: 477px;
}

.resources-post-section .slider-arrow-wrap.for-mobile .slider-arrow-wrap-inner {
  margin-top: 25px;
  justify-content: center;
}

.resources-post-section .heading-group {
  margin-bottom: 0;
}

.resources-post-section .resources-post-section-wrapper .small-heading {
  font-weight: 400;
}

.resources-post-section .resources-post-section-wrapper .small-heading strong {
  display: block;
}
.resources-post-meta-wrapper .heading {
  font-size: var(--font-20);
  line-height: 1.4;
  color: #202020;
  font-weight: 700;
  margin-bottom: 20px;
}
.resources-post-section .resources-post-list {
  margin: 0 -15px;
}

.resources-post-section .resources-post-list-item {
  padding: 0 15px;
  height: auto;
}

.resources-post-section .resources-post-list-item-inner {
  max-width: 330px;
  padding: 10px 10px 24px;
  background-color: var(--white);
  transition: 0.5s all ease;
  height: 100%;
}

.resources-post-section .resources-post-list-item-inner:hover {
  box-shadow: 0px 15px 60px 10px #00000012;
}

.resources-post-section .resources-post-list-item-inner .resources-post-image {
  position: relative;
  margin-bottom: 31px;
}

.resources-post-section .resources-post-list-item-inner .resources-post-image:after {
  content: "";
  display: block;
  padding-bottom: 67.745%;
}

.resources-post-section .resources-post-list-item-inner .resources-post-image .featured-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.resources-post-meta-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.resources-post-section .resources-post-list-item-inner .resources-post-data .title {
  font-weight: 700;
  margin-bottom: 15px;
}

.resources-post-section .resources-post-list-item-inner .resources-post-link {
  margin-top: 32px;
}

.resources-post-section .resources-post-list-item-inner .resources-post-link .link.icon {
  font-family: var(--primary-font);
  font-size: var(--font-16);
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.03em;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
}

.resources-post-section .resources-post-list-item-inner .resources-post-link .link.icon .icon {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}

.resources-post-section .resources-post-list-item-inner .resources-post-link .link.icon:hover {
  color: var(--primary-color);
}

.resources-post-list .slick-track {
  padding-bottom: 124px;
  padding-top: 82px;
  display: flex;
}

.resources-post-section .resources-post-slider-dots .slick-dots {
  display: flex;
  margin: 0;
  padding: 0;
  background-color: rgba(10, 77, 101, 0.1);
  width: 100%;
  height: 4px;
}

.resources-post-section .resources-post-slider-dots .slick-dots li {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 4px;
  transition: all o.5s ease-in-out;
}
.resources-post-section .resources-post-slider-dots .slick-dots li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  transition: all o.5s ease-in-out;
}

.resources-post-section .resources-post-slider-dots .slick-dots li:before {
  display: none;
}

.resources-post-section .resources-post-slider-dots .slick-dots li.slick-active {
  background-color: var(--primary-color);
}
.resources-post-section .resources-post-slider-dots .slick-dots li.slick-active:hover {
  width: 100%;
}

.resources-post-section .resources-post-slider-dots .slick-dots li button {
  display: none;
}