/*------------------------------------*\
  Benefits CSS
\*------------------------------------*/

 .text-headline {
  padding: 20px 40px 60px 40px;
}

.benefits-container {
  width: 100%;
  max-width: 1360px;
  margin: 112px auto;
}

.benefits-block {
  width: 100%;
}

.benefit-item {
  width: 25%;
  max-width: 325px;
  float: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.benefit-item-icon {
  width: 128px;
  height: 128px;
  background-size: contain;
  background-position: center;
  margin: 10px 0 60px 0;
}

.benefit-item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #084066;
  text-align: center;
  min-height: 61px;
}

.benefits-cta-container {
  margin: 0 auto;
  width: 100%;
  max-width: 660px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}

.benefits-cta-1 {
  padding: 12px 73px;
  background-color: #fff;
  border: 3px solid #084066;
  color: #084066;
}

.benefits-cta-1 a {
  font-size: 30px;
  color: #084066;
}

.benefits-cta-1:hover {
  background-color: #084066;
  color: #fff;
}

.benefits-cta-1:hover a {
  color: #fff;
}


.benefits-cta-2 {
  padding: 12px 73px;
  background-color: #084066;
  border: 3px solid #084066;
  color: #ffffff;
}

.benefits-cta-2 a {
  font-size: 30px;
  color: #ffffff;
}

.benefits-cta-2:hover {
  background-color: #fff;
  border: 3px solid #084066;
  color: #084066;
}

.benefits-cta-2:hover a {
  color: #084066;
}
.benefits-container .text-headline-container h2{
  font-size: 42px;
  line-height: 51px;
  padding-bottom: 1%;
  font-weight: 900;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  width: 100%;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {

  .benefit-item {
    width: 33%;
    max-width: 325px;
  }

}

@media screen and (max-width: 767px) and (min-width: 481px) {

  .benefit-item {
    width: 50%;
    max-width: 325px;
  }

}

@media screen and (max-width: 480px) {

  .benefits-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
  }

  .benefit-item {
    width: 100%;
    max-width: 325px;
  }

  .benefits-cta-container {
    margin: 0 auto;
    width: 100%;
    max-width: 660px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .benefits-cta-1 {
    padding: 12px 73px;
    background-color: #fff;
    border: 3px solid #084066;
    color: #084066;
    margin: 0 0 30px 0;
  }

}
