.our-solution-container {
  background-color: #364558;
  width: 100%;
}
.our-solution-container .our-solution-content {
  width: 90%;
  padding: 40px 0;
  margin: 0 auto;
}
.our-solution-container .our-solution-content .bg-image {
  width: 40%;
  padding: 25%;
  display: inline-block;
  transform: translateX(95%);
  -webkit-transform: translateX(95%);
  -moz-transform: translateX(95%);
  -o-transform: translateX(95%);
  -ms-transform: translateX(95%);
}
.our-solution-container .our-solution-content .callout-box {
  width: 40%;
  background-color: #2c323e;
  position: absolute;
  padding-bottom: 10%;
  display: inline-block;
  transform: translate(-90%, 28%);
  -webkit-transform: translate(-90%, 28%);
  -moz-transform: translate(-90%, 28%);
  -o-transform: translate(-90%, 28%);
  -ms-transform: translate(-90%, 28%);
}
.our-solution-container .our-solution-content .callout-box .box-content {
  color: white;
  padding: 5%;
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.our-solution-container .our-solution-content .callout-box .box-content .header {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .our-solution-container .our-solution-content .callout-box .box-content .header {
    font-size: 25px;
  }
}
.our-solution-container .our-solution-content .callout-box .box-content p {
  color: #b0b8c3;
  margin: 8% 0;
  font-size: 20px;
  line-height: 1.4;
}
.our-solution-container .our-solution-content .callout-box .box-content a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #ff543e;
}
.our-solution-container .our-solution-content .callout-box .box-content a:hover {
  color: #ff543e;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 1102px) {
  .our-solution-container .our-solution-content .callout-box {
    padding-bottom: 7%;
    transform: translate(-90%, 20%);
    -webkit-transform: translate(-90%, 20%);
    -moz-transform: translate(-90%, 20%);
    -o-transform: translate(-90%, 20%);
    -ms-transform: translate(-90%, 20%);
  }
}
@media screen and (max-width: 932px) {
  .our-solution-container .our-solution-content .callout-box {
    padding-bottom: 5%;
    transform: translate(-90%, 13%);
    -webkit-transform: translate(-90%, 13%);
    -moz-transform: translate(-90%, 13%);
    -o-transform: translate(-90%, 13%);
    -ms-transform: translate(-90%, 13%);
  }
}
@media screen and (max-width: 832px) {
  .our-solution-container .our-solution-content .callout-box {
    padding-bottom: 5%;
    transform: translate(-90%, 8%);
    -webkit-transform: translate(-90%, 8%);
    -moz-transform: translate(-90%, 8%);
    -o-transform: translate(-90%, 8%);
    -ms-transform: translate(-90%, 8%);
  }
}
@media screen and (max-width: 768px) {
  .our-solution-container .our-solution-content {
    padding: 40px 0 20px 0;
  }
  .our-solution-container .our-solution-content .bg-image {
    width: 12%;
    padding: 45%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
  .our-solution-container .our-solution-content .callout-box {
    width: 80%;
    position: relative;
    padding-bottom: 0%;
    -webkit-transform: translate(20%, -6%);
  }
  .our-solution-container .our-solution-content .callout-box .box-content {
    position: relative;
  }
  .our-solution-container .our-solution-content .callout-box .box-content p {
    font-size: 20px;
  }
}
