.pagina-galeria {
    background-color: rgb(158, 255, 255);
}
.galeria {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.galeria img {
    width: 300px;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
}
img {
    display: block;
    width: 170px !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
}
.Porque {
    padding: 50px 20px;
    text-align: center;
}
.Porque-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.Serviço-item {
    width: 250px;
    padding: 25px;
    border-radius: 10px;
    background-color: rgb(67, 68, 70);
}
.Problema {
    padding: 50px 20px;
    text-align: center;
}

.Problema-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.Porque-item {
    width: 250px;
    padding: 25px;
    border-radius: 10px;
    background-color: rgb(146, 180, 230);
}
.Inicio {
    background-color: rgb(0, 102, 204);
}
.Serviços {
    background-color: rgb(124, 124, 124);
    border-radius: 10px;
}
.Contatos {
    background-color: rgb(242, 244, 247);
    border-radius: 10px;
}
body {
font-family: 'Rubik', sans-serif;
font-weight: 400;
font-size: 18px;
}
h1 {
font-weight: 700;
}
p {
font-weight: 300;
}