.container_service{
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.box_img_service{
    width: 250px;
    height: auto;
}

.box_img_service img{
    width: 100%; height: 100%;
    object-fit: contain;
}

.description_service{
    white-space: pre-line;
}