﻿.vc-eight-icons-grid {
  padding: 0 20px;
}
@media screen and (max-width: 500px) {
  .vc-eight-icons-grid {
    padding: 0 10px;
  }
}
.vc-eight-icons-grid .container {
  max-width: 1240px;
  margin: 0 auto;
}
.vc-eight-icons-grid ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.vc-eight-icons-grid ul li {
  padding: 20px 0 36px 0;
  position: relative;
  background-image: linear-gradient(to right, #D2D2D2 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center bottom;
  background-size: 6px 1px;
  background-repeat: repeat-x;
}
.vc-eight-icons-grid ul li:after {
  content: " ";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background-image: linear-gradient(180deg, #D2D2D2 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center bottom;
  background-size: 1px 6px;
  background-repeat: repeat-y;
}
.vc-eight-icons-grid ul li:nth-of-type(5),
.vc-eight-icons-grid ul li:nth-of-type(6),
.vc-eight-icons-grid ul li:nth-of-type(7),
.vc-eight-icons-grid ul li:nth-of-type(8) {
  padding-top: 60px;
  background: none;
}
.vc-eight-icons-grid ul li:nth-of-type(4):after,
.vc-eight-icons-grid ul li:nth-of-type(8):after {
  display: none;
}
.vc-eight-icons-grid ul li em {
  height: 110px;
  position: relative;
  display: block;
}
.vc-eight-icons-grid ul li em img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
}
.vc-eight-icons-grid ul li strong {
  padding: 34px 0 0 0;
  display: block;
  font-family: Sora;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #023444;
}
@media screen and (max-width: 1000px) {
  .vc-eight-icons-grid ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .vc-eight-icons-grid ul li {
    padding: 30px 20px;
  }
  .vc-eight-icons-grid ul li:nth-of-type(5),
  .vc-eight-icons-grid ul li:nth-of-type(6) {
    background-image: linear-gradient(to right, #D2D2D2 33%, rgba(255, 255, 255, 0) 0%);
    background-position: center bottom;
    background-size: 6px 1px;
    background-repeat: repeat-x;
  }
  .vc-eight-icons-grid ul li:nth-of-type(5),
  .vc-eight-icons-grid ul li:nth-of-type(6),
  .vc-eight-icons-grid ul li:nth-of-type(7),
  .vc-eight-icons-grid ul li:nth-of-type(8) {
    padding-top: 30px;
  }
  .vc-eight-icons-grid ul li:nth-of-type(7),
  .vc-eight-icons-grid ul li:nth-of-type(8) {
    background: none;
  }
  .vc-eight-icons-grid ul li:nth-of-type(2):after,
  .vc-eight-icons-grid ul li:nth-of-type(6):after {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .vc-eight-icons-grid ul li {
    padding: 20px 10px !important;
  }
  .vc-eight-icons-grid ul li em {
    height: 70px;
  }
  .vc-eight-icons-grid ul li strong {
    padding: 22px 0 0 0;
    font-size: 14px;
    line-height: 22px;
  }
}