.resources .wrapper {
  padding: 40px var(--out-padding);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.resources .wrapper h3 {
  margin: 20px 0;
  color: #72ede1;
  text-align: center;
}

.resources .wrapper .divider {
  height: 2px;
  background: #72ede1;
  width: 100%;
  max-width: 786px;
  position: relative;
}
.resources .wrapper .divider::before,
.resources .wrapper .divider::after {
  content: "";
  position: absolute;
  top: -4px;
  width: 10px;
  height: 10px;
  background: #72ede1;
  border-radius: 50%;
}
.resources .wrapper .divider::before {
  left: 0;
}
.resources .wrapper .divider::after {
  right: 0;
}
.resources .wrapper p {
  margin: 20px 0 0;
  max-width: 786px;
  text-align: center;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.2px;
}
.resources .wrapper .resource {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 20px;
}
.resources .wrapper .resource img {
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.resources .wrapper .resource .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.resources .wrapper .resource .info .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  gap: 6px;
  margin-top: 40px;
}
.resources .wrapper .resource .info .inner .divider {
  height: 1px;
}
.resources .wrapper .resource .info .inner .divider::before,
.resources .wrapper .resource .info .inner .divider::after {
  width: 6px;
  height: 6px;
  top: -3px;
}
.resources .wrapper .resource .info .inner .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  gap: 0 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resources .wrapper .resource .info .inner .link span {
  color: #72ede1;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0.2px;
}
.resources .wrapper .resource .info .inner .link a {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.resources .wrapper .resource .info p {
  margin: 0;
  max-width: unset;
  text-align: center;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.2px;
}
.resources .wrapper .resource .info h4 {
  margin: 40px 0 0;
  color: #72ede1;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0.2px;
  text-align: center;
}

@media screen and (min-width: 760px) {
  .resources .wrapper {
    padding: 80px var(--out-padding);
  }
  .resources .wrapper .resource img {
    max-height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .resources .wrapper .resource .info .inner {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .resources .wrapper .resource .info h4,
  .resources .wrapper .resource .info p {
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .resources .wrapper .resource {
    margin-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .resources .wrapper .resource img {
    max-width: 400px;
    max-height: unset;
    border-radius: 20px 0 0 0;
  }
}

@media screen and (min-width: 1240px) {
  .resources .wrapper .resource img {
    max-width: 520px;
  }
}