body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
}

h1 {
    margin-top: 50px;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}

p {
    width: 70%;
    margin: auto;
    font-size: 18px;
    margin-bottom: 50px;
    background-color: #2c2c2c;
    padding: 20px;
    border-radius: 8px;
    color: #fff;
}

div#img {
    border-top: 2px solid #e04242;
    background-image: linear-gradient(to bottom, #2c2c2c, #2c2c2c9f);
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-size: cover;
    background-position: bottom;
    background-image: url("../img/oque_fazemos.jpg"); */
}

div#img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#menu-trigger {
    top: 0px !important;
}

/* @media(max-width: 800px) and (min-width:400px) {
    #menu-trigger {
        top: 35px !important;
        right: 5px !important;
    }
} */