.template-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 920px;
  width: 90vw;
  padding-top: 38px;
}
@media (min-width: 1024px) {
  .template-section {
    padding-top: 100px;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .template-section {
    max-width: 1068px;
  }
}
@media (min-width: 1920px) {
  .template-section {
    max-width: 1166px;
  }
  .template-section {
    max-width: 1350px;
  }
}
.template-section .template-section-title {
  padding-bottom: 18px;
  font-size: 28px !important;
  line-height: 36px !important;
  color: #000;
  font-weight: 700;
  letter-spacing: -0.25px;
}
@media (min-width: 992px) {
  .template-section .template-section-title {
    font-size: 36px !important;
    line-height: 44px !important;
  }
}
@media (min-width: 1200px) {
  .template-section .template-section-title {
    font-size: 40px !important;
    line-height: 54px !important;
  }
}
@media (min-width: 1600px) {
  .template-section .template-section-title {
    font-size: 48px !important;
    line-height: 56px !important;
  }
}
@media (min-width: 1920px) {
  .template-section .template-section-title {
    font-size: 56px !important;
    line-height: 68px !important;
  }
}
@media (min-width: 1024px) {
  .template-section .template-section-title {
    padding-bottom: 8px;
  }
}
.template-section .template-section-subtitle {
  padding-bottom: 22px;
  font-size: 16px;
  line-height: 24px;
  color: #5E5E5E;
  font-weight: 400;
  letter-spacing: -0.25px;
}
@media (min-width: 1600px) {
  .template-section .template-section-subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1920px) {
  .template-section .template-section-subtitle {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (min-width: 1024px) {
  .template-section .template-section-subtitle {
    padding-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .template-section .template-section-subtitle {
    padding-bottom: 65px;
  }
}
@media (min-width: 1920px) {
  .template-section .template-section-subtitle {
    padding-bottom: 76px;
  }
}
.template-section .template-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  justify-items: center;
}
@media (min-width: 1024px) {
  .template-section .template-row {
    gap: auto;
    grid-template-columns: repeat(3, 1fr);
  }
}
.template-section .template-row .template-card {
  display: flex;
  padding: 22px 18px 22px 18px;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 24px;
  height: auto;
  width: 328px;
  border-radius: 12px;
  border: 1px solid #EBEBEB;
  background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
  box-shadow: 0px 1px 4.27px 0px rgba(0, 0, 0, 0.11);
}
@media (min-width: 1024px) {
  .template-section .template-row .template-card {
    width: 286px;
  }
}
@media (min-width: 1440px) {
  .template-section .template-row .template-card {
    width: 328px;
  }
}
@media (min-width: 1600px) {
  .template-section .template-row .template-card {
    width: 356px;
  }
}
@media (min-width: 1920px) {
  .template-section .template-row .template-card {
    width: 418px;
  }
}
.template-section .template-row .template-card .template-img-container {
  padding-left: 5%;
  padding-right: 2%;
  border-radius: 6px;
  background: #E2F8FB;
  height: 158px;
  overflow: hidden;
}
.template-section .template-row .template-card .template-img-container.manual-img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1600px) {
  .template-section .template-row .template-card .template-img-container {
    height: 172px;
  }
}
@media (min-width: 1920px) {
  .template-section .template-row .template-card .template-img-container {
    height: 200px;
  }
}
.template-section .template-row .template-card .template-img-container img {
  width: 100%;
}
.template-section .template-row .template-card .template-card-content {
  display: flex;
  padding: 0px 5px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.template-section .template-row .template-card .template-card-content .card-content-intro-title {
  font-size: 12px;
  line-height: normal;
  color: #939393;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (min-width: 1600px) {
  .template-section .template-row .template-card .template-card-content .card-content-intro-title {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .template-section .template-row .template-card .template-card-content .card-content-intro-title {
    font-size: 18px;
  }
}
.template-section .template-row .template-card .template-card-content .card-content-title {
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  font-weight: 700;
  letter-spacing: -0.25px;
}
@media (min-width: 375px) {
  .template-section .template-row .template-card .template-card-content .card-content-title {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .template-section .template-row .template-card .template-card-content .card-content-title {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .template-section .template-row .template-card .template-card-content .card-content-title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1920px) {
  .template-section .template-row .template-card .template-card-content .card-content-title {
    font-size: 22px;
    line-height: 34px;
  }
}
.template-section .template-row .template-card .template-card-content .template-card-content-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}
.template-section .template-row .template-card .template-card-content .template-card-content-body p {
  font-size: 16px;
  line-height: 24px;
  color: #727272;
  font-weight: 400;
  letter-spacing: -0.25px;
}
@media (min-width: 992px) {
  .template-section .template-row .template-card .template-card-content .template-card-content-body p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
}
@media (min-width: 1600px) {
  .template-section .template-row .template-card .template-card-content .template-card-content-body p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1920px) {
  .template-section .template-row .template-card .template-card-content .template-card-content-body p {
    font-size: 18px;
    line-height: 26px;
  }
}
.template-section .template-row .template-card .template-card-content .template-card-content-body a {
  font-size: 16px;
  line-height: 24px;
  color: #3053FF;
  font-weight: 700;
  letter-spacing: -0.25px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (min-width: 375px) {
  .template-section .template-row .template-card .template-card-content .template-card-content-body a {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .template-section .template-row .template-card .template-card-content .template-card-content-body a {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .template-section .template-row .template-card .template-card-content .template-card-content-body a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1920px) {
  .template-section .template-row .template-card .template-card-content .template-card-content-body a {
    font-size: 22px;
    line-height: 34px;
  }
}