.benefits-gp {
  position: relative;
  padding-top: 124px;
  padding-bottom: 174px;
  margin-bottom: 100px;
  background-color: #001c4f;
}
.benefits-gp .container {
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
  z-index: 4;
}
.benefits-gp::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 40%;
  height: 100%;
  background-image: url(https://f.hubspotusercontent-eu1.net/hubfs/25231604/flexigoNov2021/images/benefits-illustration-1.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}
.benefits-gp::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: block;
  width: 40%;
  height: 100%;
  background-image: url(https://f.hubspotusercontent-eu1.net/hubfs/25231604/flexigoNov2021/images/blue-gb.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}
.benefits-gp .benefits-content .row {
  margin: 0 -50px;
  justify-content: center;
}
.benefits-gp .section-title h3 {
  color: #FFF;
  margin-bottom: 50px;
}
.benefits-gp .benefits-content {
  margin-bottom: 80px;
}

.benefits-gp .top-section-itmes *{
  color:#fff;
}

.benefits-gp .top-section-itmes {
  padding: 0 50px;
}
.benefits-gp .top-section-itmes h3 {
  margin-bottom: 30px;
}
.benefits-gp .top-section-itmes ul{
  padding-left:18px;
}
.benefits-gp .top-section-itmes ul li {
  list-style: disc;
  margin-bottom: 8px;
  opacity: 0.9;
}
.benefits-gp .top-section-itmes ul ul {
  padding-left: 20px;
  margin-top: 8px;
}
.benefits-gp.benefits-box-content {
  position: relative;
}
.benefits-gp .benefits-box-content-pin {
  font-family: Gordita-Regular;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0 8px 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255,255,255,0.2);
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  z-index: 2;
}
.benefits-gp .benefits-box-content-pin.-comfort {
  bottom: 20px;
  left: -32px;
  padding-right: 40px;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  -webkit-animation-duration: 0.6s, 2.6s;
  animation-duration: 0.6s, 2.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
}
.benefits-gp .benefits-box-content-pin::before {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  content: '';
}
.benefits-gp .benefits-box-content-pin.-comfort::before {
  background-image: url(https://f.hubspotusercontent-eu1.net/hubfs/25231604/flexigoNov2021/images/benefits-check-comfort.svg);
}
.benefits-gp .benefits-box-content-pin.-cost {
  top: 50px;
  right: -40px;
  padding-right: 44px;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  -webkit-animation-duration: 1.6s, 1.6s;
  animation-duration: 1.6s, 1.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
}
.benefits-gp .benefits-box-content-pin.-cost::before {
  background-image: url(https://f.hubspotusercontent-eu1.net/hubfs/25231604/flexigoNov2021/images/benefits-check-cost.svg);
}
.benefits-gp .benefits-box-content-pin.-sustainability {
  right: -32px;
  bottom: 70px;
  padding-right: 32px;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  -webkit-animation-duration: 0.9s, 4.6s;
  animation-duration: 0.9s, 4.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
}
.benefits-gp .benefits-box-content-pin.-sustainability::before {
  background-image: url(https://f.hubspotusercontent-eu1.net/hubfs/25231604/flexigoNov2021/images/benefits-check-sustainability.svg);
}
.benefits-gp .benefits-box-content-image {
  z-index: 3;
  overflow: hidden;
  height: 345px;
  border-radius: 345px;
}
.benefits-gp .benefits-box-content-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  border-radius: 500px;
  content: '';
}
.benefits-gp .benefits-box-content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

@media only screen and (min-width: 1200px){
  .benefits-gp::after {
    right: -30px;
    background-size: contain;
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      -webkit-transform:translateY(-4px);
      transform:translateY(-4px);
    }
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media(max-width:991px) and (min-width:768px){
  .benefits-gp .benefits-content .row {
    margin: 0 -25px;
  }
  .benefits-gp .top-section-itmes {
    padding:0 25px;
  }
}

@media(max-width:767px){
  .benefits-gp .benefits-content .row {
    margin:0;
  }
  .benefits-gp .top-section-itmes {
    padding: 0;
  }
  .benefits-gp {
    padding-top: 40px;
    padding-bottom: 52px;
    margin-bottom: 60px;
  }
  .benefits-gp .top-section-itmes {
    margin-bottom: 30px;
  }
  .benefits-gp .section-title h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .benefits-gp .benefits-box-content-pin.-cost {
    top: 30px;
    right: -20px;
    padding-right: 12px;
  }
  .benefits-gp .benefits-box-content-pin.-sustainability {
    right: -16px;
    bottom: 32px;
    padding-right: 12px;
  }
  .benefits-gp .benefits-box-content-image {
    height: 168px;
    border-radius: 168px;
  }
  .benefits-gp .benefits-box-content-pin::before {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  .benefits-gp .benefits-box-content-pin {
    padding: 4px 0 4px 4px;
    font-size: 10px;
    line-height: 10px;
  }
  .benefits-gp .benefits-content {
    margin-bottom: 30px;
  }
  .benefits-gp .top-section-itmes {
    font-size: 14px;
    line-height: 22px;
  }
  .benefits-gp::after {
    width: 50%;
    background-image: url(https://f.hubspotusercontent-eu1.net/hubfs/25231604/flexigoNov2021/images/mobile-blue-bg.svg);
    background-size: contain;
    background-position: top;
  }
  .benefits-gp .top-section-itmes h3 {
    font-size: 16px;
  }
  .benefits-gp .top-section-itmes ul {
    font-size: 15px;
    line-height: 1.87;
  }
}