.container-1{width: 100%;float: left;margin: 65px 0 0 0;}
.engloba-estadia{width: 95%;float: left;display: flex;align-items: center;margin: 0 2.5% 65px 2.5%;}

.icon-estadia {width: 118px;height: 118px;float: left;border-radius: 60px;}

.icon-estadia-1{background: url(../img/servicos/icons-sevicos/1.svg)no-repeat center #00d0b3;background-size: 50px 50px;}
.icon-estadia-2{background: url(../img/servicos/icons-sevicos/2.svg)no-repeat center #00d0b3;background-size: 50px 50px;}
.icon-estadia-3{background: url(../img/servicos/icons-sevicos/3.svg)no-repeat center #00d0b3;background-size: 50px 50px;}

.engloba-textos-estadia{width: 915px;float: left;margin: 0 0 0 32px;}
.txt-estadia-1{width: 100%;float: left;font: 50.11px robotolight;color: #5b5a68;}
.txt-estadia-1 b{font-family: robotobold;}
.txt-estadia-1 span{color: #00d0b4;}

.txt-estadia-2{width: 94%;float: left;font: 14.49px montserrat-regular;color: #868592;line-height: 26.96px;margin: 0 0 0 6%;}

.engloba-servicos{width: 100%;float: left;display: flex;flex-flow: wrap;justify-content: space-between;margin: 0 0 63px 0;}
.engloba-servicos p{width: 24%;float: left;font: 14.54px montserrat-regular;color: #908686;margin: 10px 0;display: flex;align-items: center;line-height: 24.08px;}
.engloba-servicos p i{background: url(../img/servicos/check.svg)no-repeat center #00d1b6;padding: 10px 10px;background-size: 9px;border-radius: 60px;margin: 0 12px 0 0;}

@media(max-width: 1200px){
    .engloba-textos-estadia{width: 695px;}
}

@media(max-width: 990px){
    .container-1{margin: 20px 0 0 0;}

    .engloba-estadia{width: 100%;margin: 0;flex-flow: column;}

    .icon-estadia{width: 50px;height: 50px;background-size: 25px;}

    .engloba-textos-estadia{width: 100%;margin: 0;}

    .txt-estadia-1{width: 96%;font-size: 20px;text-align: center;margin: 20px 2% 0 2%;}
    .txt-estadia-2{width: 96%;margin: 20px 2% 10px 2%;text-align: justify;}

    .txt-estadia-1 span{display: none;}

    .engloba-servicos{margin: 0 0 20px 0;}
    .engloba-servicos p{width: 96%;margin: 10px 2%;}
}