.stripe{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row;
    position: relative;
    height: 30.7vh;
    width: 100%;
}
.stripe::before{
    content: '';
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    position: absolute;
    background-image: url('https://www.raeto.com.br/images/para-empresa/seguros/stripe/Riscos.jpg');
    filter: brightness(0.7);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.stripe-text{
    z-index: 1;
    color: white;
    text-shadow: 0px 0px 7px rgb(0 0 0 / 60%);
    font-size: 5vh;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.speech-text{
    font-family: 'Poppins', sans-serif;
    width: 60%;
    font-size: 2.3vh;
    text-align: center;
    margin: 8vh 0;
}
.container-info{
    display: flex;
    align-items: center;
    flex-flow: row;
    width: 60vw;
    height: auto;
    border-radius: 2vh;
    margin-bottom: 3vh;
    background-color: #f5f5f5;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.info-title{
    color: #C49109;
    font-family: 'Poppins', sans-serif;
    font-size: 3vh;
    font-weight: bolder;
    margin: 0 0 1vh 3vw;
}
.info-text{
    width: 80%;
    font-family: 'Poppins', sans-serif;
    font-size: 2vh;
    margin-left: 3vw;
}
.info-text i{
    font-size: 0.8vh;
    color: #353535;
    margin: 0 1.5vh 0 0;
}
.info-img{
    width: 30.5vw;
    border-top-right-radius: 2vh;
    border-bottom-right-radius: 2vh;
}