.vc-three_columns_image_box .container {
  display: flex;
  max-width: 1240px;
  justify-content: space-between;
  padding: 25px;
  background-color: #E4EEFE;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .vc-three_columns_image_box .container {
    flex-direction: column;
  }
}
.vc-three_columns_image_box__box {
  width: calc(33.33% - 13px);
}
@media screen and (max-width: 992px) {
  .vc-three_columns_image_box__box {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.vc-three_columns_image_box__box__link {
  text-decoration: none;
}
.vc-three_columns_image_box__box__link:hover {
  text-decoration: none;
}
.vc-three_columns_image_box__box__link__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 992px) {
  .vc-three_columns_image_box__box__link__inner {
    height: 170px;
  }
}
.vc-three_columns_image_box__box__link__inner::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vc-three_columns_image_box__box__link__inner span {
  z-index: 1;
}
