﻿.vp-home-image-bg-home-1 {
  background: url(../media/images/MicrosoftTeams-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  height: 823px;
  padding-top: 100px;
  padding-right: 900px;
  padding-left: 10px;
}
.vp-home-image-bg-home-1 .green-container {
  --bg-opacity: .8;
  width: 567px;
  border-radius: 10px 10px 0px 0px;
  padding: 60px 40px 0px 40px;
}

.vp-home-image-bg-home-2 {
  padding-top: 150px;
  background: url(../media/images/world.png);
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  /*width: 1014px;*/
  width: auto;
  height: 570px;
  overflow: hidden;
}
.vp-home-image-bg-home-2 .text-box {
  width: 700px;
}

.vp-home-industries-component {
  padding: 35px 50px 15px 0px;
}
.vp-home-industries-component .image-container {
  width: 73px;
  height: 73px;
}
.vp-home-industries-component .text-container {
  width: 360px;
}

.vp-home-industries-image {
  width: 30%;
  height: auto;
  object-fit: cover;
}

.vp-home-quote-box {
  padding: 30px 100px 0px 50px;
  width: 608px;
}
.vp-home-quote-box .quote-image {
  height: 68px;
}
.vp-home-quote-box .quote-text {
  font-style: italic;
  font-weight: 100;
  padding: 60px 0px 100px 0;
}

@media (max-width: 991.98px) {
  .vp-home-image-bg-home-1 {
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 0px;
    height: 623px;
  }
  .vp-home-image-bg-home-1 .green-container {
    width: 70%;
  }
  .vp-home-image-bg-home-2 {
    padding-bottom: 70px;
    width: auto;
    height: auto;
  }
  .vp-home-industries-component .text-container {
    width: 460px;
  }
  .vp-home-quote-box {
    padding: 15px 50px 0px 25px;
    width: auto;
  }
  .vp-home-quote-box .quote-image {
    height: 68px;
  }
  .vp-home-quote-box .quote-text {
    font-style: italic;
    font-weight: 100;
    padding: 60px 0px 100px 0;
  }
}
@media (max-width: 575.98px) {
  .vp-home-image-bg-home-1 {
    padding-right: 0px;
    height: 550px;
  }
  .vp-home-image-bg-home-1 .green-container {
    width: 85%;
    padding: 30px 20px 0px 20px;
  }
  .vp-home-image-bg-home-2 {
    padding-bottom: 70px;
    width: auto;
    height: auto;
  }
  .vp-home-industries-component {
    padding-bottom: 40px;
  }
  .vp-home-industries-component .image-container {
    width: 48px;
    height: 48px;
  }
  .vp-home-industries-component .image-container .image {
    height: 24px;
  }
  .vp-home-industries-component .text-container {
    width: 120px;
  }
  .vp-home-quote-box {
    padding: 15px 50px 0px 25px;
    width: auto;
  }
  .vp-home-quote-box .quote-image {
    height: 34px;
  }
  .vp-home-quote-box .quote-text {
    padding: 30px 0px 50px 0;
  }
}
.vp-home-clients-card {
  padding: 10px;
}
.vp-home-clients-card .image-container {
  height: 151px;
  width: 220px;
  --bg-opacity: .2;
  --rgb: 255,255,255;
  background-color: var(--vp-bg-grey);
}
