@media screen and (max-width: 970px) {
  .item_servico {display: table;}
  .coluna_itemservico {width: calc(100%);}

  .foto_item_servico {width: 442px; height: 316px; margin: 40px auto;}
  .moldura1 {display: none;}
  .moldura2 {display: table;}
}


@media screen and (max-width: 530px) {
  .btn_servico {padding-right: 10px;}
  .texto_item_servico {padding-left: 0;}
  .foto_item_servico {width: 100%; height: 260px;}
  .foto_item_servico img {width: 100%; height: auto;}
  .foto_ilustra_servico {width: 90%; height: auto; right: 0; top: 0;}
  .titulo_item_servico {font-size: 22px;}
}


@media screen and (max-width: 420px) {
  .foto_item_servico {width: 100%; height: 190px;}
}


