.box-custo-beneficio{
  width: 100%;
  padding: 40px 40px 20px 40px;
  background: #199e8f;
  margin-top: 40px;
}
.box-custo-beneficio .col:first-child{
  max-width: 360px!important;
  margin-right: 50px
}
.box-custo-beneficio .col:last-child{
  max-width: 370px!important;
}
.box-custo-beneficio h2{
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  line-height: 45px;
}
.box-custo-beneficio h2:after{
  content: '';
  display: block;
  border-bottom: solid 2px #fff;
  width: 100%;
  padding-top: 30px;
}
.box-custo-beneficio strong{
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.box-custo-beneficio strong:after{
  content: '';
  width: 197px;
  height: 85px;
  display: block;
  position: absolute;
  bottom: -51px;
  left: 74%;
  transform: translate(-50%);
  background: url(../../img/seta-custo-beneficio.png) no-repeat 0px 0px;
}
.box-custo-beneficio .bt{
  width: 100%;
  height: auto;
  padding: 11px 20px 10px;
  font-size: 24px;
  border-bottom: solid 3px #314cb0;
}
.box-custo-beneficio .bt:hover{
  background: #00003a;
  border-bottom: solid 3px #00001a;
}
.box-custo-beneficio .bt i{
  float: right;
  line-height: 32px;
}
.box-custo-beneficio .form li{
  margin-bottom: 20px;
}

/*RESPONSIVO*/

@media screen and (max-width: 745px){
  .box-custo-beneficio h2{
    font-size: 27px;
  }
  .box-custo-beneficio strong{
    font-size: 29px;
  }
}
@media screen and (max-width: 692px){
  .box-custo-beneficio {
    flex-flow: wrap;
  }
  .page-produtos .col:first-child, .page-produtos .col:last-child{
    max-width: 100%!important;
    margin-right: 0;
  }
  .box-custo-beneficio strong:after{
    display: none;
  }
  .box-custo-beneficio h2 br, .box-custo-beneficio strong br{
    display: none!important;
  }
  .box-custo-beneficio h2{
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
  }
  .box-custo-beneficio h2:after{
    padding-top: 10px;
  }
  .box-custo-beneficio strong{
    font-size: 22px;
  }
}
@media screen and (max-width: 400px){
  .box-custo-beneficio{
      padding: 20px 20px 10px 20px;
  }
  .box-custo-beneficio h2{
    font-size: 19px!important;
  }
  .box-custo-beneficio strong{
    font-size: 19px;
  }
  .box-custo-beneficio .col:last-child{
    margin-top: 0!important;
  }
}
