.card {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.icon-cards.padding-bottom {
    padding-bottom: 36px;
}

.icon-cards .bottom {
    width: calc(100% + 18px);
    margin-left: -9px;
}

.icon-cards .bottom .col {
    display: flex;
}

.icon-cards .bottom .col .card {
    margin: 9px;
    text-align: center;
}

.icon-cards .img {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 18px;
}

.icon-cards .img .icon {
    width: 90px;
    height: 90px;
    color: #a3e82c;
}

.icon-cards .h4 {
    margin-bottom: 18px;
    color: #000000;
    font-weight: 600;
    font-size: 22px;
}

.icon-cards p {
    font-size: 16px;
    color: #000000;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 12px;
    opacity: 0.75;
}

.icon-cards p strong {
    font-weight: 700;
}

.icon-cards p:last-child {
    margin-bottom: 36px;
}

.section:nth-child(2).icon-cards {
    padding-top: 36px;
    padding-bottom: 36px;
}

.icon-cards .h2 {
    margin-bottom: -12px;
    color: #000000;
    font-size: 36px;
}

.icon-card-counter {
    z-index: 2;
    margin-top: -60px;
}

.section:nth-child(2).icon-card-counter {
    margin-top: 0;
}

.icon-card-counter .card {
    display: flex;
    justify-content: space-between;
    padding: 48px;
    padding-left: 10%;
    padding-right: 10%;
}

.icon-card-counter.items4 .card {
    padding-left: 5%;
    padding-right: 5%;
}

.icon-card-counter .counter-wrapper {
    position: relative;

}

.icon-card-counter .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.icon-card-counter .img .icon {
    width: 72px;
    height: 72px;
    color: #a3e82c;
}

.icon-card-counter .text {
    padding-left: 136px;
}

.icon-card-counter .h4 {
    font-size: 60px;
    color: #000000;
    margin: 0;
    display: block;
    min-width: 180px;
}

.icon-card-counter .h4 small {
    font-size: 65%;
}

.icon-card-counter p {
    margin: 0;
    font-size: 16px;
    color: #000000;
    margin-top: 0;
    font-weight: 400;
    opacity: 0.75;
}

.product-cards .h2 {
    margin-bottom: -18px;
    color: #000000;
    font-size: 36px;
}

.product-cards.hasdescription .h2 {
}   

.product-cards.hasdescription .top .col {
    text-align: center;
    width: calc(100% - 18px);
    margin-left: 9px;
    margin-bottom: -18px;
    padding: 36px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 18px rgba(0, 10, 0, 0.05);
    border-radius: 0px;
    margin-top: -9px;
    position: relative;
}

.product-cards.hasdescription .top .col::before, .product-cards.hasdescription .top .col::after {
    content: '';
    width: 30px;
    height: calc(100% - 2px);
    position: absolute;
    top: 1px;
    left: -25px;
    background-color: white;
}

.product-cards.hasdescription .top .col::after {
    left: auto;
    right: -25px;
}

.product-cards .text-description {
    margin-top: 24px;
}

.product-cards .text-description p {
    font-size: 18px;
    color: #000000;
    opacity: 0.75;
    font-weight: 500;
    margin-bottom: 0;
}

.product-cards .bottom {
    width: calc(100% + 18px);
    margin-left: -9px;
}

.product-cards .bottom .col {
    display: flex;
    flex-wrap: wrap;
}

.product-cards .bottom .col .card {
    margin: 9px;
    position: relative;
    padding: 36px;
    width: calc(33.333% - 18px);
}

.product-cards.items4 .bottom .col .card {
    width: calc(25% - 18px);
}

.product-cards .img {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 55%;
    height: calc(100% - 244px);
    height: 355px;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
}

.product-cards .img::after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 1;
    opacity: 0;
}

.product-cards .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    z-index: 0;
}

.product-cards .text {
    position: relative;
    z-index: 1;
}

.product-cards .h4 {
    margin: 0;
    font-size: 24px;
    margin-bottom: 6px;
}

.product-cards .h5 {
    margin: 0;
    color: #7fc701;
    font-size: 18px;
    min-height: 46px;
}

.product-cards ul, .product-cards ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000000;
}

.product-cards ul li {
    margin-bottom: 3px;
}

.product-cards .bottom p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    margin-bottom: 9px;
    color: #000000;
}

.product-cards .bottom .info p strong.margin {
  display: block;
}

.product-cards.product .info {
    min-height: unset;
    margin-top: 16px;
    padding-bottom: 24px;
    padding-right: 9px;
}



.product-cards .info ul li {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    padding-left: 27px;
}

.product-cards .info ul li::before {
  content: "\f00c"; /* unicode ikony */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid */
  color: #feae00;
  margin-right: 12px;
  font-size: 15px;
  position: absolute;
  top: 0;
  margin-top: 0;
  left: 0;
}

.product-cards .info2 {
    min-height: 70px;
    margin-top: 36px;
    margin-bottom: 24px;
}

.product-cards .info2 p {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: nowrap;
}

.product-cards .info2 p strong {
  display: inline-block;
  white-space: nowrap;
}

.product-cards .info2 p::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(58, 139, 209, 0.15);
    margin-left: 36px;
}

.product-cards .info2 ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}

.product-cards .info2 ul li {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 9px;
    margin-bottom: 6px;
    margin-top: 6px;
    font-weight: 500;
    min-height: 45px;
}

.product-cards .info2 ul li .icon {
    margin-right: 12px;
    color: #7fc701;
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.product-cards.image .card {
    overflow: hidden;
}

.product-cards.image .img {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.product-cards.image .img::after {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.2;
}

.product-cards.image .img img {
    object-fit: cover;

}

.product-cards.image .info2, .product-cards.image .info3 {
    min-height: 100px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.product-cards.image .info2 ul {
    padding-left: 6px;
}

.product-cards.image .info2 ul li, .product-cards.image .info3 p, .product-cards.image .info2 p {
    width: 100%;
    color: #000000;
    font-weight: 700;
}

.product-cards.image .info2 .iconwrapper {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 12px;
    border-radius: 100px;
    padding: 0;
}

.product-cards.image .info2 .iconwrapper .icon {
    margin-right: 0;
    width: 20px;
    height: 20px;
    color: #82ca02;
}

.product-cards.image .h4 {
    color: white;
    color: #000000;
    text-shadow: 0 0 12px  white, 0 0 12px  white,  0 0 24px  white;
    display: flex;
    align-items: center;
}

.product-cards.image .h4 .iconwrapper {
    min-width: 60px;
    height: 60px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 1000px;
        margin-right: 18px;

}

.product-cards.image .h4 .iconwrapper .icon {
    width: 40px;
    height: 40px;
    color: #82ca02;
}

.product-cards.image .card:nth-child(2) .h4 .iconwrapper .icon {
    color: #82ca02;
}

.product-cards.image .button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-color: transparent;
    opacity: 0;
    background-image: linear-gradient(to bottom, rgba(130, 202, 4, 0.65), rgba(130, 202, 4, 0.65) );
    backdrop-filter: blur(3px);
    color: white;
    font-weight: 700;
}

.product-cards.image .button::after {
    display: none;
}

.product-cards.image .button:hover {
    opacity: 1;
}

.product-cards.image.type2 .card {
    aspect-ratio: 1/1;
    width: calc(25% - 18px);
}

.product-cards.image.type2 .img::after {
background: linear-gradient(rgba(130, 202, 4, 0.5) 0%, rgba(130, 202, 4, 0.25) 100%);
opacity: 0.25;
}

.product-cards.image .info3 {
    margin-top: 36px;
}

.product-cards.image.type2 .h4 {
}

.product-cards.image.type2 .card:nth-child(4)  .icon, .product-cards.image.type2 .card:nth-child(2)  .icon {
  color: #feae00 ;
}

.product-cards.image .info3 p {
    font-size: 18px;
    font-weight: 600;
    text-shadow: none;
    text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 6px white;
}

.product-cards.image .info3 p strong {
    font-weight: 700;
}

.product-cards.image.type2 .info2 .iconwrapper {
  width: 30px;
  height: 30px;
  max-width: 30px;
  min-width: 30px;
}

.points .h2 {
  margin-bottom: 18px;
  color: #000000;
  font-size: 36px;
  margin-top: 0;
}



.points .bottom .col .card {
  display: flex;
}

.points .point {
    width: 100%;
    text-align: center;
    margin: 9px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.points .point .arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -20px;
    color: #216d00;
    opacity: 0.75;
}

.points .point:last-child .arrow {
    display: none;
}

.points .point .img {
    width: auto;
    width: 60px;
    height: 60px;
    border-radius: 1000px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: -48px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 26px;
    font-weight: 700;
    border: 1px solid rgba(33, 109, 0, 0.75);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
    border-radius: 1000px;
    background-image: linear-gradient(to bottom, #82ca02, #216d00);

}

.points .point .img .icon {
    width: 32px;
    height: 32px;
}

.points .point .h4 {
    margin-bottom: 18px;
    color: #000;
    font-weight: 600;
    margin-top: 18px;
}

.points .point p {
  margin: 0;
  margin-top: 0px;
  font-size: 16px;
  color: #000;
  margin-bottom: 18px;
  font-weight: 300;
}

.icon-cards.cols5 .bottom .col, .icon-cards.cols4 .bottom .col, .icon-cards.cols3 .bottom .col, .icon-cards.cols2 .bottom .col, .icon-cards.cols1 .bottom .col {
    flex-wrap: wrap;
    justify-content: center;
}

.icon-cards.cols5 .bottom .col .card {
    max-width: calc(20% - 18px);
}

.icon-cards.cols4 .bottom .col .card {
    max-width: calc(25% - 18px);
}

.icon-cards.cols3 .bottom .col .card {
    max-width: calc(33.333% - 18px);
}

.icon-cards.cols2 .bottom .col .card {
    max-width: calc(50% - 18px);
}

.icon-cards.cols1 .bottom .col .card {
    max-width: calc(100% - 18px);
}

.product-cards.product-use .bottom .col .card {
    aspect-ratio: 1/1;
}

.product-cards.image .img::after {
  background: linear-gradient(to bottom, rgba(92,168,1,1) 0%,rgba(134,211,0,1) 50%,rgba(92,168,1,1) 100%);
  opacity: 0.15;
}

.product-cards.image .h4 {
  color: white;
  text-shadow: 0 0px 26px #216d00, 0 0px 18px #216d00, 0 0px 12px #216d00;
}

.product-cards.image .info2 ul li {
  color: white;
  text-shadow: 0 0px 26px #216d00, 0 0px 18px #216d00, 0 0 12px #216d00;
}

.product-cards.image .img img {
}


.product-cards.product .img {
  position: relative;
  height: auto;
  width: 90%;
  left: auto;
  right: auto;
  top: auto;
  aspect-ratio: 16/9;
  margin-top: -76px;
  z-index: -1;
  margin-left: 5%;
}

.product-cards.product .img img {
  object-fit: cover;
}

.product-cards.product .info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-cards.product .info ul li {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  padding-right: 12px;
  width: 100%;
}

.product-cards.product .info ul li::before {
  top: 50%;
  margin-top: -12px;
}

.product-cards.product .info {
  min-height: 166px;
  width: 100%;
  float: left;
}

.product-cards.product .info.second {
  padding-top: 0;
  margin-bottom: 0;
  min-height: unset;
}

.product-cards.product .info.second div:last-child {
  margin-top: 24px;
  margin-bottom: 0;
}

.product-cards.product .info.second div.height4 {
  min-height: 140px;
}

.product-cards.product .info.second div.height5 {
  min-height: 166px;
}

.product-cards.product .button {
  width: 100%;
}

.partners {
  padding-bottom: 18px;
}

.partners .h2 {
  margin-bottom: 18px;
  color: #000000;
  font-size: 36px;
  margin-top: 0;
}

.partners .bottom .col {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 18px);
  margin-left: -9px;
  margin-right: -9px;
}

.partners .card {
  width: calc(20% - 18px);
  aspect-ratio: 16/10;
  margin: 9px;
  position: relative;
}

.partners .card a, .partners .card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.partners .card img {
  position: relative;
}

.partners .card:hover {
}

.partners .card a {
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.partners .card a:hover {
  border-color: #7fc701;
  
}

.partners .card img {
  object-fit: contain;
  padding: 18px;
  transition: all 0.3s ease-in-out;
  max-width: 80%;
}

.partners .card a:hover img {
  transform: scale(1.05);
}

@media screen and (max-width: 1920px) {

    .icon-cards.items6 .bottom .col {
      flex-wrap: wrap;
      justify-content: center;
    }

    .icon-cards.items6 .bottom .col .card {
      container-type: inline-size;
      width: calc(16.666% - 18px);
      padding: 12px;
    }

    .icon-cards.items6 .img {
      height: 40cqw;
      margin-bottom: 4cqw;
      margin-top: 5cqw;
    }

    .icon-cards.items6 .img .icon {
      width:  33cqw;
      height: 33cqw;
    }

    .icon-cards.items6 .h4 {
      font-size: 9cqw;
      margin-bottom: 4cqw;
    }

    .icon-cards.items6 p {
      font-size: 6.5cqw;
    }

    .icon-card-counter.items4 .card {
      padding-left: 18px;
      padding-right: 18px;
      padding-top: 2.5%;
      padding-bottom: 2.5%;
    }

    .icon-card-counter .counter-wrapper {
        container-type: inline-size;
        width: 25%;
    }

    .icon-card-counter .img {
      width: 30%;
    }

    .icon-card-counter .text {
      padding-left: 30%;
    }

    .icon-card-counter .h4 {
      font-size: 15cqw;
    }

    .icon-card-counter p {
      font-size: 4cqw;
    }

    .icon-card-counter .img .icon {
      width: 18cqw;
      height: 18cqw;
    }

    .icon-cards .h2, .product-cards .h2, .points .h2 {
      font-size: 30px;
    }

    .icon-card-counter .card {
      flex-wrap: wrap;
    }

    .product-cards .bottom .col .card {
        container-type: inline-size;
        width: calc(33.333% - 18px);
        padding: 2%;
    }

    .product-cards.product .img {
      margin-top: -15%;
    }

    .product-cards.product .h4 {
      font-size: 5cqw;
      margin-bottom: 1cqw;
    }

    .product-cards.product .h5 {
      font-size: 4cqw;
      min-height: 10cqw;
    }

    .product-cards.product .bottom p {
      font-size: 3.5cqw;
      margin-bottom: 2cqw;
    }

    .product-cards.product .info ul li {
      padding-left: 5cqw;
      font-size: 3.2cqw;
      margin-bottom: 0.5cqw;
    } 

    .product-cards.product .info ul li::before {
      font-size: 3.2cqw;
    }

    .product-cards.product .info {
      min-height: 39cqw;
      margin-bottom: 2cqw;
    }

    .product-cards.product .info.second {
      min-height: 40cqw;
      padding-top: 2cqw;
    }

    .product-cards.product .info.second div.height4 {
      min-height: 30cqw;
    }

    .product-cards.product .info.second div.height5 {
      min-height: 36cqw;
    }

    .product-cards.product .info.second div:last-child {
      margin-top: 5cqw;
    }

    .points .bottom .col .card {
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .points .point {
      container-type: inline-size;
      width: calc(20% - 18px);
      padding-left: 1.5cqw;
      padding-right: 1.5cqw;
    }

    .points .point .h4 {
      font-size: 8cqw;
      margin-top: 3cqw;
      margin-bottom: 3cqw;
    }

    .points .point p {
      font-size: 7cqw;
      margin-bottom: 4cqw;
    }

    .points .bottom .col .card {
      padding: 0.5%;
      padding-top: 1%;
      padding-bottom: 1%;
    }

    .points .point .img {
      width: 26cqw;
      height: 26cqw;
      margin-top: -23cqw;
      margin-bottom: 5cqw;
      font-size: 13cqw;
    }

    .points .point .arrow {
      width: 20cqw;
      height: 20cqw;
      right: -10cqw;
      margin-top: -10cqw;
    }



}


@media screen and (max-width: 1600px) {

    .product-cards.items6 .bottom .col .card {
      padding: 1.5%;
    }

    .product-cards.items6.product .info ul li {
      font-size: 3.2cqw;
    }

    .product-cards.items6.product .info.second div.height4 {
    min-height: 32cqw;
    }

    .product-cards.items6.product .info.second div.height5 {
    min-height: 39cqw;
    }

    .product-cards.items4 .bottom .col .card {
      width: calc(33.333% - 18px);
    }

    .partners .card {
      width: calc(25% - 18px);
    }

    .partners .card a {
      padding: 18px;
    }


}

@media screen and (max-width: 1280px) {
    .icon-cards.items6  .bottom .col .card {
      width: calc(33.333% - 18px);
      padding: 18px;
    }

    .icon-cards  .bottom .col .card {
      padding: 18px;
    }

    .icon-cards.items6 .h4, .icon-cards .h4 {
      font-size: 20px;
      margin-bottom: 12px;
    }

    .icon-cards.items6 p, .icon-card-counter p, .icon-cards p {
      font-size: 15px;
    }

    .icon-cards.items6 .img, .icon-cards img {
      height: 100px;
      margin-bottom: 12px;
      margin-top: 18px;
   }

  .icon-cards.items6 .img .icon, .icon-cards .img .icon {
    width: 80px;
    height: 80px;
  }

  .icon-card-counter .card {
    padding: 18px;
  }

  .icon-card-counter.items4 .card {
    padding: 18px;
  }

  .icon-card-counter .counter-wrapper {
    width: calc(50% - 18px);
    margin: 9px;
  }

  .icon-card-counter .h4 {
    font-size: 50px;
  }

  .icon-card-counter .img .icon {
    width: 80px;
    height: 80px;
  }

  .icon-card-counter .counter-wrapper {
    min-height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }

  .icon-card-counter .img {
    width: 80px;
  }

  .icon-card-counter .text {
    padding-left: 126px;
  }

  .product-cards .bottom .col .card {
    width: calc(100% - 18px) !important;
    aspect-ratio: unset !important;
  }

    .product-cards.product .h4 {
  margin: 0;
  font-size: 24px;
  margin-bottom: 6px;
  }

  .product-cards.product .h5 {
  margin: 0;
  font-size: 18px;
  } 

  .product-cards.product .bottom p {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .product-cards.product .info ul li {
    font-size: 16px;
    padding-left: 27px;
    margin-bottom: 3px;
  }

   .product-cards.product .info ul li::before {
    font-size: 16px;
  }

  .product-cards.product .info.second,  .product-cards.product .info.second div.height4,  .product-cards.product .info.second div.height5 {
    min-height: unset !important;
  }

  .product-cards.product .info.second {
    padding-top: 0;
  }

   .product-cards.product .info.second div:last-child {
    margin-top: 24px;
  }

  .product-cards .bottom .col .card {
    padding: 36px;
  }

  .product-cards.product .img {
    width: 50%;
    clear: none;
    position: absolute;
    margin: 0;
    left: 50%;
  }

  .product-cards.product .info.second {
    width: 50%;
    float: left;

  }

  .product-cards.product .h5 {
    min-height: unset;
  }

  .product-cards.product .button {
    max-width: 50%;
    float: none;
    clear: both;
    min-width: 466px;
  }

  .points .bottom .col .card {
    justify-content: center;
  }

  .points .point {
    width: calc(33.333% - 18px);
    padding: 9px;
  }

  .points .point .h4 {
  margin-bottom: 18px;
  margin-top: 18px;
  font-size: 20px;
  }

  .points .point p {
  font-size: 16px;
  margin-bottom: 18px;
  }

  .points .point .arrow {
    display: none;
  }

  .points .point .img {
  width: 60px;
  height: 60px;
  margin-top: -48px;
  margin-bottom: 12px;
  font-size: 26px;
  }

  .icon-cards.items4 .bottom .col .card {
    width: calc(50% - 18px);
    padding: 18px;
  }

  .icon-cards.items4 .bottom .col {
      flex-wrap: wrap;
      justify-content: center;
  }

  
}

/* Mobile */
@media screen and (max-width: 890px) {
  
  .icon-cards .bottom .col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .icon-cards.items6  .bottom .col .card {
    margin: 4.5px;
    width: calc(33.333% - 9px);
  }

  .icon-cards.items6  .bottom .col .card p br, .icon-cards.items4  .bottom .col .card p br {
    display: none;
  }

  .icon-cards.items6  .h4, .icon-cards  .h4 {
    font-size: 18px;
  }

  .icon-cards.items6  p, .icon-card-counter p, .icon-cards  p {
    font-size: 14px;
  }

  .icon-card-counter .h4 {
    font-size: 30px;
  }

  .icon-cards.items6  .img, .icon-cards  .img {
    height: 80px;

  }

  .icon-card-counter .img .icon, .icon-cards.items6  .img .icon, .icon-cards  .img .icon {
    width: 60px;
    height: 60px;
  }

  .icon-card-counter .img {
    width: 100%;
    height: 80px;
    position: relative;
    margin-top: 12px;
  }

  .icon-card-counter .text {
    padding-left: 0;
    text-align: center;
    width: 100%;
  }

  .icon-card-counter .counter-wrapper { 
    align-items: flex-start;
    flex-direction: column;
    width: calc(50% - 9px);
    margin: 4.5px;
  }

  .icon-card-counter.items4 .card {
    padding: 9px;
    padding-bottom: 36px;
    margin-top: 3px;
  }

  .icon-card-counter .counter-wrapper .h4 {
    display: block;
    padding: 0;
    min-width: unset;
  }

  .icon-card-counter .counter-wrapper p {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
  }


  .product-cards .bottom .col .card {
    padding: 18px;
  }

  .product-cards.product .bottom p, .product-cards.product .info ul li {
    font-size: 14px;
    
  }

  .product-cards.product .h4 {
    font-size: 20px;
  }

  .product-cards.product .h5 {
    font-size: 17px;
  }

  .product-cards.product .info ul li {
    padding-left: 24px;
  }

  .product-cards.product .info ul li::before {
    font-size: 14px;
  }

  .points .point .img {
    width: 46px;
    height: 46px;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
  }

  .points .point {
    min-width: 160px;
  }

  .points .point .h4 {
    margin-bottom: 18px;
    margin-top: 12px;
    font-size: 17px;
  }

  .points .point p {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .points .point p br {
    display: none;
  }

  .card {
    border-radius: 15px !important;
  }

  .product-cards .bottom .col .card:first-child {
    margin-top: 0;
  }

  .icon-card-counter {
    margin-top: 0;
  }

  .points  .top, .icon-cards .top, .product-cards .top, .points  .top .col, .icon-cards .top .col, .product-cards .top .col {
    padding-top: 0;
    padding-bottom: 0;
  }

  .points  .top, .icon-cards .bottom, .product-cards .bottom, .points  .bottom, .points  .bottom .col, .icon-cards .bottom .col, .product-cards .bottom .col, 
   .icon-card-counter .bottom, .icon-card-counter .bottom .col  {
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-cards.hasdescription .top .col {
    margin: 0;
    margin-top: 9px;
    margin-bottom: 9px;
    padding-top: 18px;
    padding-bottom: 18px;
    width: 100%;
  }

  .product-cards .text-description {
    margin-top: 0;
  }

  .product-cards .text-description p {
    font-size: 16px;
    margin: 0;
    margin-top: 6px;
  }

  .section:nth-child(2).icon-cards {
    padding-top: 0;
    padding-bottom: 0;
  }

  .points  .h2, .icon-cards .h2, .product-cards .h2 {
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .product-cards .bottom .col .card {
    margin-bottom: 0;
  }

  .product-cards.hasdescription .h2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon-cards.items4 .bottom .col .card {
    width: calc(50% - 9px);
    margin: 4.5px;
    padding: 9px;
  }

  .product-cards.image .h4 .iconwrapper {
    width: 46px;
    height: 46px;
    margin-right: 12px;
    padding: 0;
    max-width: 46px;
    min-width: unset;
  }

  .product-cards.image .h4 .iconwrapper .icon {
    width: 20px;
    height: 20px;
  }

  .product-cards.image .h4 {
    font-size: 20px;
  }

  .product-cards .info2 ul {
    font-size: 15px;
  }

  .product-cards.image .info2 .iconwrapper {
    width: 36px;
    height: 36px;
    min-width: 36px;
    max-width: 36px;
  }

  .product-cards.image .info2 .iconwrapper .icon {
    width: 18px;
    height: 18px;
  }

  .partners .row.top, .partners .row.top col, .partners .row.bottom, .partners .row.bottom .col {
    padding-top: 0;
    padding-bottom: 0;
  }

  .partners .h2 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-size: 25px;
  padding-top: 24px;
  padding-bottom: 24px;
  } 

  .partners .bottom .col {
    width: calc(100% + 9px);
    margin-left: -4.5px;
    margin-right: -4.5px;
    border-radius: 10px;
  }

  .partners .card {
    width: calc(33.333% - 9px);
    margin: 4.5px;
  }

  .partners .card a {
    padding: 18px;
    border-radius: 10px;
    padding: 9px;
  }


}

@media screen and (max-width: 540px) {
  .icon-cards.items6  .bottom .col .card {
    width: calc(50% - 9px);
  }

  .product-cards.product .img {
    width: 100%;
    position: relative;
    margin: 0;
    left: 0;
    margin-top: -24px;
  }

  .product-cards.product .info.second {
    width: 100%;
  }

  .product-cards.product .button {
    width: 100%;
    max-width: 100%;
    min-width: unset;
  }

  .points .point {
    width: calc(50% - 9px);
    min-width: unset;
    margin: 4.5px;
  }

  .partners .card {
    width: calc(50% - 9px);
  }

}

@media screen and (max-width: 400px) {

  .icon-cards.items4 .bottom .col .card, .icon-cards.items6 .bottom .col .card {
    width: calc(100% - 9px);
  }

}

@media screen and (max-width: 330px) {
  .icon-cards .bottom .col .card, .icon-card-counter .counter-wrapper { 
    width: calc(100% - 9px);
  }

  .points .point {
    width: calc(100% - 9px);
    margin: 4.5px;
  }

  .partners .card {
    width: calc(100% - 9px);
  }

}