@media (min-width: 992px){
  .flex-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
  }
}


.engagement_item {
  padding: 30px;
  max-width: 650px;
  margin-bottom: 30px;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (min-width: 992px){
  .engagement.flex-row>* {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
  }
}


@media (min-width: 992px){
.engagement_item {
    padding: 40px;
    /*padding: 80px 10px 80px 44px;*/
    display: inline;
    margin-bottom: 0;
}
}

/*.engagement_item:hover {
  background: #1b2934;
}
*/
.engagement--light.engagement_item:hover {
  background: #fff;
  box-shadow: 0 2px 16px 0 rgba(88,101,129,0.1);
}

.engagement_item .flex-row {
  align-items: flex-start;
}

.engagement_item .flex-row>img {
  max-width: 59px;
  margin-right: 40px;
}

@media (min-width: 992px){
  .engagement_item .flex-row>div h3 {
      max-width: 90%;
  }

  .engagement_item .flex-row>div p {
      margin: 20px 0 !important;
  }
}



.engagement_item .flex-row>div h3 {
  font-family: "Oxygen-Bold";
  font-display: auto;
  font-size: 25px;
  font-weight: 900;
  margin: 0;
  color: #000;
  line-height: 1.8;
}

.engagement_item .flex-row>div p {
  font-family: "Oxygen-Light";
  font-weight: 300;
  font-display: auto;
  font-size: 20px;
  color: #0000008c;
  line-height: 1.5;
  margin: 40px 0;
}

.engagement_item mark {
  background: #3cd5af9e !important;
  color: black;
}

.engagement_item:hover span.arrow-nav:before {
  width: calc(100% + 25px) !important;
}



.services-picker__back {
  align-self: flex-start;
  color: #7E8495;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 30px;
  padding-left: 48px;
  position: relative;
}


.services-picker__back:before,
.services-picker__back:after {
content: '';
position: absolute;
}

.services-picker__back:before {
  background: #FBFBFB;
  border-radius: 50%;
  border: 2px solid #E8EBF3;
  height: 32px;
  left: 0;
  margin-top: -16px;
  top: 50%;
  width: 32px;
  transition-property: background-color,border-color;
  transition-duration: 300ms;
}

.services-picker__back:after {
  border-left: 2px solid #7E8495;
  border-top: 2px solid #7E8495;
  height: 9px;
  left: 13px;
  margin-top: -4px;
  top: 50%;
  transform: rotate(-45deg);
  width: 9px;
  transition: border-color 300ms;
}

.services-picker__back:hover:before {
  background-color: var(--main-accent-dark-color);
  border-color: var(--main-accent-dark-color);
}


.services-picker__back:hover:after {
  border-left-color: #fff;
  border-top-color: #fff;
}


.btn--wide{
  font-family: "Oxygen-Bold";
  font-display: auto;
  font-size: 18px;
  color: #202020;
  font-weight: 900;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  border: 0;
  box-shadow: 0 2px 16px 0 rgba(88,101,129,0.1);
  background: var(--main-accent-dark-color);
  text-transform: uppercase;
  cursor: pointer;
  min-width: 157px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-decoration: none;
  text-align: center;
}


.btn--wide>span {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  padding-right: 50px;
  background: url(img/ic_arrow_right_gray.svg) center right no-repeat;
}


.btn--wide {
  width: 100%;
}
