.resources__outer-container .button {
  margin-left: auto;
  margin-right: auto;
}

.resources__outer-container {
  padding: 100px 0;
}

.resources__inner-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.article__copy {
  max-width: 414px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}

.article__copy p {
  font-weight: normal;
}

.article__copy h3 {
  letter-spacing: -1px;
  line-height: 100%;
}


.resources__banner p {
  color: #ffffff80;
  text-transform: capitalize;
  font-weight: normal;
  margin-bottom: 4px;
  position: relative;
}

.resources__banner h3 {
  margin-bottom: 16px;
  position: relative;
}

.resources__banner {
  position: relative;
  max-width: 583px;
  min-width: 583px;
  width: 100%;
  overflow: hidden;
  height: 100%;
  border-radius: 12px;
}

.resources__banner img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.resources__banner .resource_tag {
  position: absolute;
  background: white;
  padding: 5px;
  min-width: 100px;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
  margin: 10px;
  right: 0;
}


.resources__banner a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.resources__banner .resources__banner__copy {
  position: absolute;
  bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  z-index: 2;
}

.resources__banner:after {
  background: linear-gradient(239.98deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.resources__article a:hover {
  transform: scale(1.015);
  transition: all 200ms ease-in;
}

.resources__article_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  min-width: 593px;
  gap: 10px;
}

.resources__article a {
  display: flex;
  gap: 15px;
}

.resources__titles {
  min-width: 593px;
}

.resources__outer-container .link {
  color: #00A99F;
}

.resources__outer-container+.callout_outer:has(.orange-bg) {
  padding: 0 0 100px 0;
}


@media(max-width: 1250px) {
  .resources__outer-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .resources__titles {
    min-width: initial;
  }


  .resources__article_wrapper {
    min-width: inherit;
    flex-wrap: wrap;
    flex-direction: unset;
  }


}


@media(max-width: 1250px) and (min-width:1090px) {
  .article__copy h3 {
    font-size: clamp(24px, 2vw, 32px);
  }
}



@media (max-width: 1090px) {
  .resources__outer-container {
    padding: 60px 25px;
  }

  .resources__inner-container {
    max-width: 768px;
    flex-direction: column;
  }

  .resources__banner img {
    width: 100%;
  }
  .resources__banner {
    max-width: 100%;
  }

  .resources__banner {
    max-width: 100%;
    min-width: initial;
  }

  .resources__article {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .resources__banner {
    min-width: initial;
  }

  .resources__banner .resources__banner__copy {
    padding: 20px;
  }
}

@media (max-width: 500px) {

  .resources__banner h3 {
    font-size: clamp(24px, 5vw, 32px);
    font-family: Metric-semibold;
  }

  .resources__titles {
    margin-top: 24px;
    width: 100%;
  }

  .resources__article a {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .resources__article a img {
    width: 100%;
  }

  .article__copy {
    padding-left: 0;
    max-width: 100%;
    gap: 10px;
  }

  .resources__inner-container {
    gap: 0;
  }

  .resources__outer-container .button {
    width: 100%;
    max-width: 100%;
  }

  .resources__article_wrapper {
    gap: 40px;
  }

  .resources__banner {
    margin-bottom: 40px;
    height: 220px;
  }

  .resources__article a {
    gap: 25px;
  }

}