.containerService {
  box-shadow: 0 5px 10px 0 rgba(19, 17, 17, 0.34);
  background-color: #cccccc;
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  width: 100%;
  padding: 16% 10%  10% 10%;
}



.fa-file-pdf-o {
    padding-right: 13px;
    color: #ff0000;
    font-size: 25px;
    vertical-align: middle;
    line-height: 34px;
}

.containerService_title {
    text-align: center;
    margin-top: -10%;
    margin-bottom: 4%;
    color: white;
    width: 100%;
    padding: 4%;
    font-family: "Fira Sans", sans-serif;
    font-size: 2.4vw;
    background: #051b39ed;
    box-shadow: 0 4px 8px 0 rgba(19, 17, 17, 0.34);
}

.containerService_card {
  
  background: #ffffffd4;
  margin-top: -4%;
}

.card_subtitle{
  font-size: 180%;
  color: rgb(255, 102, 0);
  margin-bottom: 10%;
}

.card_itemText{
  text-align: left; margin-bottom: 5%; font-size: 120%;
}

.card_itemImage{
  margin-right: 8px; 
  color: rgb(255, 102, 0);
}
