.financiamento__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 30px 0px 43px 0px;
  margin-bottom: 15px;
}
.financiamento__item:last-child{
    border-bottom:0px
}
.financiamento__item__titulo--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.financiamento__item__titulo--flex img {
  margin-right: 15px;
}

.financiamento__item__titulo__texto h2 {
  color: #636363;
  
  font-size: 34px;
  font-weight: 700;
  line-height: 37px;
}

.financiamento__item__titulo__texto p {
  opacity: 0.5;
  color: #636363;
  
  font-size: 27px;
  font-weight: 500;
}

.financiamento__item__texto p {
  color: rgba(29, 29, 29, 0.75);
  
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 15px;
}

.financiamento__item__link {
  margin: 38px 0px 30px 0px;
}

    .financiamento__item__link a {
        border-radius: 20px;
        background-image: -webkit-gradient(to right, #F9EB8C 0%, #BB2649 53%, #2C3E50 100%);
        background-image: -o-linear-gradient(to right, #F9EB8C 0%, #BB2649 53%, #2C3E50 100%);
        background-image: linear-gradient(to right, #F9EB8C 0%, #BB2649 53%, #2C3E50 100%);
        padding: 10px 12px;
        color: #ffffff !important;
        text-decoration: none !important;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        max-width: max-content;
        display: block;
        text-align: center;
        margin-bottom:10px;
    }
.financiamento__item__link a:hover{
  background-image: -webkit-gradient(linear, left top, right top, from(#fecb2f), color-stop(44%, #f9a628), color-stop(77%, #f58220), to(#f36e21));
    background-image: -o-linear-gradient(left, #fecb2f 0%, #f9a628 44%, #f58220 77%, #f36e21 100%);
    background-image: linear-gradient(to right, #fecb2f 0%, #f9a628 44%, #f58220 77%, #f36e21 100%);
}
.financiamento__item:last-child(){
  border: 0px;
}