.vertical-productcard {
  font-family: 'rawline';
  padding: 60px 0;
}

@media (min-width: 992px) {
  .vertical-productcard {
    padding: 100px 0;
  }
}

.vertical-productcard h1 {
  margin-bottom: 12px;
  font-weight: 700;
  color: #202F60;
}

@media (min-width: 992px) {
  .vertical-productcard h1 {
    margin-bottom: 10px;
    line-height: 63px;
  }
}

.vertical-productcard .h4 {
  margin-bottom: 30px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .vertical-productcard .productcard-left {
    min-height: 400px;
  }
}

@media (min-width: 992px) {
  .vertical-productcard .productcard-left {
    min-height: 600px;
  }
}

.vertical-productcard .productcard-bg {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  width: 100%;
  min-height: 200px;
  margin-bottom: 30px;
  z-index: -1;
}

@media (min-width: 768px) {
  .vertical-productcard .productcard-bg {
    position: absolute;
    height: 100%;
    width: calc(100% - 30px);
    bottom: 0;
    margin-bottom: 25px;
    background-position: left bottom;
  }
}

.vertical-productcard .productcard-box {
  padding: 30px 15px;
  box-shadow: 0 2px 10px -4px rgba(64, 78, 122, 0.5);
  border-radius: 10px;
}

@media (min-width: 992px) {
  .vertical-productcard .productcard-box {
    padding: 30px;
  }
}

.vertical-productcard .productcard-box .productcard:not(:last-child) {
  margin-bottom: 60px;
}

.vertical-productcard .productcard-box .productcard .h2 {
  margin-bottom: 10px;
  font-weight: 700;
}

.vertical-productcard .productcard-box .productcard p {
  font-weight: 600;
  margin-bottom: 30px;
}

.vertical-productcard .productcard-box .productcard a {
  font-weight: 700;
}

@media (min-width: 992px) {
  .vertical-productcard .productcard-box .productcard a {
    width: auto;
    display: inline-block;
  }
}

.vertical-productcard ul.vertical-iconlist li {
  padding-left: 89px;
}

.vertical-productcard ul.vertical-iconlist li .iconlists {
  width: 64px;
  height: 64px;
}
