section {
    background: #c5dfe0;
    padding: 30px;
    margin-bottom: 24px;
    border-radius: 12px;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 5px;
}

section#imagens-servicos {
    display: flex;
    flex-wrap: wrap;
}

section#imagens-servicos img{
    margin-right: 20px;
    transition: transform 0.5s ease;
}

section#imagens-servicos img:hover{
    transform: scale(1.10);
    cursor: pointer;
}

section#contatos a{
    margin-right: 20px;
}

section#contatos a img{
    transition: transform 0.5s ease;
}

section#contatos a img:hover{
    transform: scale(1.20);
    cursor: pointer;
}