.our-solutions-wrapper {
  padding: 120px 0;
  clear: both;
  float: left;
  width: 100%;
}

.our-solutions-wrapper .page-center {
  padding-left: 0;
  padding-right: 0;
}

.our-solutions-wrapper .top-section {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

.our-solutions-wrapper .left-col,
.our-solutions-wrapper .right-col {
  min-height: 1px;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 16.6667%;
}

.our-solutions-wrapper .mid-col {
  min-height: 1px;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 66.6667%;
}

.our-solutions-wrapper .heading-title {
  color: #55565b;
  margin: 0;
  margin-bottom: 30px;
  line-height: 1.3em;
  font-size: 36px;
  font-weight: 700;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.02em;
}

.our-solutions-wrapper .heading-text {
  margin-top: 20px;
  font-weight: 400;
  line-height: 1.75;
}

.our-solutions-wrapper .heading-text p {
  margin: 0;
}

.our-solutions-wrapper .bottom-section {
  margin-top: 30px;
  width: 100%;
  float: left;
}

.our-solutions-wrapper .item {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.our-solutions-wrapper .main-item {
  float: left;
  position: relative;
  padding: 30px 0 0;
  overflow: hidden;
  min-height: 360px;
  width: 100%;
}

.our-solutions-wrapper .case-item__thumb {
  float: left;
  margin: 0 40px;
  box-shadow: 30px 0 25px 0 rgb(0 0 0 / 20%);
  transition: all .3s ease;
  transition-delay: 0s;
  position: relative;
  transform: perspective(50em) translateZ(0) translate(0%, 0%) rotateY(30deg) rotateX(20deg);
}

.our-solutions-wrapper .main-item:hover .case-item__thumb {
  transform: perspective(50em) translateZ(0) translate(0%, 0%) rotateY(0deg) rotateX(0deg);
}

.our-solutions-wrapper .case-item__thumb a {
  display: block;
}

.our-solutions-wrapper .case-item__thumb img {
  display: inline-block;
  vertical-align: bottom;
}

.our-solutions-wrapper .square-colored {
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  border-radius: 10px;
  height: 350px;
}

.our-solutions-wrapper .square-colored:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .3s ease;
  border-radius: 10px;
}

.our-solutions-wrapper .case-item-content {
  overflow: hidden;
  position: relative;
  padding: 85px 20px 30px 0;
  color: #fff;
  width: 60%;
  margin-top: -30px;
  float: left;
}

.our-solutions-wrapper h5 {
  margin: 0.5em 0;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
  color: #fff;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.02em;
}

.our-solutions-wrapper h5 {
  margin: 0.5em 0;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
  color: #55565b;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.02em;
}

.our-solutions-wrapper h2 {
  margin: 0.5em 0;
  font-size: 38px;
  line-height: 1.3em;
  font-weight: 700;
  color: #fff;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.02em;
}

.our-solutions-wrapper .top-section:after {
  clear: both;
}

.our-solutions-wrapper .item:after {
  clear: both;
}


@media only screen and (min-width: 1000px) and (max-width: 5000px) {

  .our-solutions-wrapper .left-col,
  .our-solutions-wrapper .right-col {
    width: 15%;
  }

  .our-solutions-wrapper .mid-col {
    width: 70%;
  }
}

@media (max-width: 1200px) {

  .our-solutions-wrapper .case-item__thumb {
    float: none;
    display: inline-block;
  }
}

@media only screen and (min-width: 1147px) {

  .our-solutions-wrapper .main-solutions {
    width: 48%;
    float: left;
    height: 360px;
    margin-right: 20px;
  }

  .our-solutions-wrapper .main-item {
    padding: 15px 0 0;
  }

  .our-solutions-wrapper .case-item__thumb {
    float: left;
    margin: 0 40px;
    box-shadow: 30px 0 25px 0 rgb(0 0 0 / 20%);
    transition: all .3s ease;
    transition-delay: 0s;
    position: relative;
    transform: perspective(50em) translateZ(0) translate(0%, 0%) rotateY(30deg) rotateX(20deg);
  }
}


@media screen and (min-width: 999px) {

  .our-solutions-wrapper .top-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 1200px) {

  .our-solutions-wrapper .case-item-content {
    padding: 30px;
  }
}

@media (max-width: 1146px) {

  .our-solutions-wrapper .main-item {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 980px) {

  .our-solutions-wrapper .heading-text {
    font-size: 20px;
  }
}

@media (max-width: 800px) {

  .our-solutions-wrapper {
    padding: 60px 0;
  }

  .our-solutions-wrapper .heading-title {
    font-size: 1.8em;
  }

  .our-solutions-wrapper h2 {
    font-size: 1.9em;
  }
}

@media (max-width: 799px) {

  .our-solutions-wrapper .top-section {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .our-solutions-wrapper .left-col, 
  .our-solutions-wrapper .right-col,
  .our-solutions-wrapper .mid-col {
    width: 100%;
  }
}

@media (max-width: 768px) {

  .our-solutions-wrapper .mid-col, 
  .our-solutions-wrapper .right-col {
    margin-top: 40px;
  }
}

@media (max-width: 640px) {

  .our-solutions-wrapper .heading-title {
    font-size: 1.6em;
  }

  .our-solutions-wrapper h2 {
    font-size: 1.7em;
  }
}

@media (max-width: 570px) {

  .our-solutions-wrapper .heading-text {
    font-size: 16px;
  }
}

@media (max-width: 480px) {

  .our-solutions-wrapper .heading-title {
    font-size: 1.4em;
  }

  .our-solutions-wrapper h2 {
    font-size: 1.5em;
  }
}

@media (max-width: 450px) {
  
  .our-solutions-wrapper .case-item-content {
    width: 100%;
  }
}

@media (max-width: 360px) {

  .our-solutions-wrapper {
    padding: 30px 0;
  }

  .our-solutions-wrapper .heading-title {
    font-size: 1.2em;
  }

  .our-solutions-wrapper h2 {
    font-size: 1.3em;
  }
}

