body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  margin: 0;
  padding: 0;
}

.page-container {
  min-height: 100vh;
  background-color: #DDA96D;
}
.page-container .page-header {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .page-container .page-header {
    padding: 14px 0;
  }
}
.page-container .page-header .img-container {
  max-width: 427px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-container .page-header .img-container {
    max-width: 165px;
  }
}
.page-container .page-header .img-container img {
  width: 100%;
}
.page-container .page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 1033px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .page-container .page-content {
    max-width: 90%;
  }
}
@media only screen and (max-width: 576px) {
  .page-container .page-content {
    max-width: 305px;
  }
}
.page-container .page-content h1 {
  font-size: 36.67px;
  font-weight: 900;
  color: #ffffff;
  margin-top: 42px;
}
@media only screen and (max-width: 768px) {
  .page-container .page-content h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 21.78px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .page-container .page-content h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.78px;
    margin-top: 0;
  }
}
.page-container .page-content .content-wrapper {
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .page-container .page-content .content-wrapper {
    padding: 5px 0;
  }
}
.page-container .page-content .img-cards {
  min-height: 351px;
  border-radius: 23px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.7215686275);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-container .page-content .img-cards {
    max-width: 100%;
    min-height: 187px;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.6196078431);
  }
}
.page-container .page-content .img-cards.card-1 {
  background-image: url("../img/card1.webp");
}
.page-container .page-content .img-cards.card-2 {
  background-image: url("../img/card2.webp");
}
.page-container .page-content .img-cards.card-3 {
  background-image: url("../img/card3.webp");
}
.page-container .page-content .img-cards .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.5019607843);
  border-radius: 23px;
  padding: 23px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .page-container .page-content .img-cards .overlay {
    padding: 23px 23px 13px;
  }
}
.page-container .page-content .img-cards .overlay .title {
  font-size: 25px;
  font-weight: 700;
  line-height: 30.26px;
  margin-bottom: 12px;
}
.page-container .page-content .img-cards .overlay .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.36px;
  margin-bottom: 10px;
}
.page-container .page-content .img-cards .overlay .card-btn {
  background-color: #ffffff;
  border-radius: 13.78px;
  max-width: 112px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .page-container .page-content .img-cards .overlay .card-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    color: transparent;
  }
}
.page-container .page-footer {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px 0;
  margin-top: 62px;
}
@media only screen and (max-width: 768px) {
  .page-container .page-footer {
    margin-top: 0;
    padding: 20px 0;
  }
}
.page-container .page-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
  text-decoration: none;
  font-size: 16px;
  line-height: 19.26px;
  font-weight: 400;
  color: #000000;
}
.page-container .page-footer .copyright {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 19.36px;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */