.valign {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.valign-1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .valign-1 {
    position: relative;
    padding: 0;
  }
}
.halign {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.vhalign {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.offRight {
  left: 100%;
}
@media only screen and (max-width: 768px) {
  .servicesMacro__serviceContainer {
    display: block;
  }
}
.servicesMacro__intro {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .servicesMacro__intro {
    margin: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .servicesMacro__intro {
    margin: 0;
    margin-bottom: 30px;
    width: 100%;
    font-size: 1.2rem;
    line-height: 16px;
  }
}
.servicesMacro__content {
  height: 420px;
  font-family: "Poppins", serif;
}
@media only screen and (max-width: 992px) {
  .servicesMacro__content {
    max-width: none;
    width: 100%;
    height: 120px;
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    margin: 0;
  }
}
.servicesMacro__content:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media only screen and (max-width: 992px) {
  .servicesMacro__content:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.servicesMacro__content:hover .servicesMacro__content__inner--front {
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .servicesMacro__content:hover .servicesMacro__content__inner--front {
    opacity: 1;
  }
}
.servicesMacro__content:hover .servicesMacro__content__inner--back {
  opacity: 1;
}
.servicesMacro__content__inner {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.servicesMacro__content__inner--front {
  position: absolute;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.servicesMacro__content__inner--front .servicesMacro__content__inner__name p {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .servicesMacro__content__inner--front .servicesMacro__content__inner__name p {
    width: 33.333%;
    font-size: 1rem;
  }
}
.servicesMacro__content__inner--front .servicesMacro__content__inner__arrow {
  -webkit-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
@media only screen and (max-width: 992px) {
  .servicesMacro__content__inner--front .servicesMacro__content__inner__arrow {
    margin: 0;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 16.66%;
    left: auto;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media only screen and (max-width: 992px) {
  .servicesMacro__content__inner--front img {
    width: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 992px) {
  .servicesMacro__content__inner--front {
    position: relative;
  }
}
.servicesMacro__content__inner--back {
  opacity: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
@media only screen and (max-width: 1200px) {
  .servicesMacro__content__inner--back {
    display: none;
    padding: 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  .servicesMacro__content__inner--back__title {
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: auto;
    position: relative !important;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .servicesMacro__content__inner--back__summary {
    -webkit-transform: none;
            transform: none;
    top: auto;
    position: relative !important;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 992px) {
  .servicesMacro__content__inner--back__btn {
    position: relative!important;
  }
}
