.servicios-container{
    display: flex;
    flex-direction: column;
    width: 80%;
}

img{
    width: 170px;
    height: auto;
}

table, th, td {
    border: 1px solid;
  }

table {
    border-collapse: collapse;
    width: 100%;
  }