.container {
  max-width: 1200px;
  width: 48%;
  margin: 0 auto;
}

.custom-head {
  margin: 80px auto;
  text-align: center;
}

.custom-head .custom-head-subtitle {
  margin: 3px 0;
  font-size: 25px;
  color: #373d42;
}

.custom-head .custom-head-title {
  margin: 3px 0;
  font-size: 50px;
  font-weight: bold;
  color: #373d42;
}

.custom-head .custom-head-content {
  margin: 3px 0;
  font-size: 15px;
  color: #aaaeb0;
}

.cards {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cards .card {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr, 1fr, 1fr;
      grid-template-rows: 1fr, 1fr, 1fr;
  grid-auto-rows: 3;
  max-width: 350px;
  height: 582px;
  width: 100%;
  margin: 10px;
  border-radius: 25px;
}

.cards .card .card-head {
  padding-top: 0px;
}

.cards .card .card-head .card-head-title {
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.cards .card .card-head .card-head-list {
  list-style: none;
  position: relative;
  right: 19px;
}

.cards .card .card-head .card-head-list li {
  margin: 2px 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.cards .card .card-image-out-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 212px;
  height: 122.4px;
  margin: 42px auto;
  background-color: rgba(255, 255, 255, 0.04);
}

.cards .card .card-image-out-2:before, .cards .card .card-image-out-2:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 106px solid transparent;
  border-right: 106px solid transparent;
}

.cards .card .card-image-out-2:before {
  bottom: 100%;
  border-bottom: 61.2px solid rgba(255, 255, 255, 0.04);
}

.cards .card .card-image-out-2:after {
  top: 100%;
  left: 0;
  width: 0;
  border-top: 61.2px solid rgba(255, 255, 255, 0.04);
}

.cards .card .card-image-out-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  width: 180px;
  height: 103.92px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.055);
}

.cards .card .card-image-out-1:before, .cards .card .card-image-out-1:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
}

.cards .card .card-image-out-1:before {
  bottom: 100%;
  border-bottom: 51.96px solid rgba(255, 255, 255, 0.055);
}

.cards .card .card-image-out-1:after {
  top: 100%;
  left: 0;
  width: 0;
  border-top: 51.96px solid rgba(255, 255, 255, 0.055);
}

.cards .card .card-image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  width: 148px;
  height: 85.45px;
  margin: 0 auto;
  background-color: #fff;
}

.cards .card .card-image img {
  display: block;
  height: 100%;
  margin: auto;
}

.cards .card .card-image:before, .cards .card .card-image:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 74px solid transparent;
  border-right: 74px solid transparent;
}

.cards .card .card-image:before {
  bottom: 100%;
  border-bottom: 42.72px solid #fff;
}

.cards .card .card-image:after {
  top: 100%;
  left: 0;
  width: 0;
  border-top: 42.72px solid #fff;
  z-index: 10;
}

.cards .card .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 26px;
}

.cards .card .card-footer .card-button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  display: block;
  padding: 10px 13px;
  margin: auto;
  max-width: 223px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1.2px;
  background-color: #f5c100;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px #d6a902;
          box-shadow: 0 3px #d6a902;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}

.cards .card .card-footer .card-button:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
/*# sourceMappingURL=style.css.map */