 
 .parcas .descricao .texto{
    text-align: center;
    width: 100%;
    padding-left:32px 
}
.parcas .descricao .texto .saber{
     padding: 10px 30px 10px 30px;
     border-radius: 30px;
     background: #EADA94;
     color: #011B33;;
     font-family: 'Roboto';
     font-size: 15px;
     font-style: normal;
     font-weight: 500;
     line-height: 40px; /* 266.667% */
     text-decoration: none;
 }
 @media (max-width:1100px) {
    .parcas .descricao .texto{
  
        padding-left:0 
    }
 }