body {
    background-color: #262626;
    color: #fff;
}

body p {
    font-size: 32px;
    padding: 0px 100px;
    font-weight: 400;
    line-height: 38.53px;
    color: #9B9B9B;
    text-transform: uppercase;
}

.contact-construcao {
    display: flex;
    max-width: 510px;
    width: 100%;
    justify-content: space-evenly;
}

.contact-construcao h1 {
    font-size: 30px;
    line-height: 36.12px;
}

.contact-construcao span {
    font-size: 14px;
    line-height: 16.8px;
}

.hr-contrucao {
    border: 1px solid #fff;
    width: auto;
}

.contrucao-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contrucao-title img {
    width: fit-content;
}

.construcao-cases {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-around;
    align-items: center;
}

@media (max-width: 768px) {
    .contrucao-title img {
        width: 360px;
    }

    body p {
        font-size: 24px;
    }
}

@media (max-width: 551px) {
    body p {
        font-size: 18px;
    }
}