.engloba-cases{width: 96%;float: left;margin: 60px 2% 20px 2%;display: flex;flex-wrap: wrap;gap: 60px 0;justify-content: space-between;}
.engloba-divs-case{width: 46%;float: left;display: flex;justify-content: space-between;flex-direction: column-reverse;align-items: center}
.div-direita{flex-direction: row-reverse;}
.container-player {width: 100%;float: left;text-align: center;margin: 0 0 0}
.player {width: auto;display: inline-block;position: relative}
.player img {width: 100%;height: auto;}
.player-prev {font-size: 0;float: left;width: 55px;height: 55px; position: absolute;bottom: 3px;right: 0;margin: 0 55px 0 0;cursor: pointer;background: url(../img/prev.svg)no-repeat center #07a75c;background-size: 16px;}
.player-next {font-size: 0;float: right;width: 55px;height: 55px;position: absolute;bottom: 3px;margin: 0 0 0 0;right: 0;cursor: pointer;background: url(../img/next.svg)no-repeat center #015f33;background-size: 16px;}

.txt-case-div{float: left;width: 100%;text-align: center;}
.titulo-txt-case{font:33.6px montserrat-bold;color: #4d4d4d;margin: 30px 0;}
.titulo-txt-case span{color: #015f33;}
.txt-case-div .txt{font:15.3px montserrat-light;color: #7a7980;text-align: justify;line-height: 27.6px;}


 @media(max-width:1040px){
   .titulo-txt-case {font-size: 28.6px;}
 }
 @media(max-width:990px){
    .engloba-cases{justify-content: center;margin: 35px 2% 20px 2%;gap: 50px 0;}
    .engloba-divs-case {align-items: center;width: 80%;}
    .player img {width: 100%;height: auto;}
    .txt-case-div {float: left;width: 100%;}
    .titulo-txt-case {font-size: 20.6px;text-align: center;margin: 0 0 20px 0;}

    .player-prev {width: 35px;height: 35px;margin: 0 35px 0 0;background-size: 10px;}
    .player-next {width: 35px;height: 35px;background-size: 10px;}
 }