#tit {
    width: 100%;
    text-align: center;
    font-family: 'inter';
    font-weight: bold;
    font-size: 45px;
    margin-top: 5%;
}

#conteiner_serv {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}

#cont2 {
    width: 85%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.serv {
    width: 30%;
    box-shadow: 0px 0px 20px rgb(177, 177, 177);
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3%;
}

.serv img {
    width: 80%;
    border-radius: 15px;
}

.serv h4 {
    margin-top: 10%;
}

.esp {
    margin-left: 5%;
}

#linha {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#linha hr {
    width: 10%;
    border: 1px solid #646464;
}

.text h5 {
    font-family: 'inter';
}

#hamburguer1 {
    display: none;
}


@media (max-width: 430px) {
    #tit {
        font-size: 31px;
        margin-top: 10%;
    }

    #linha hr {
        width: 36%;
    }

    #linha {
        margin-top: 6%;
    }

    #cont2 {
        flex-direction: column;
        align-items: center;
    }

    .serv {
        width: 100%;
        margin-top: 10%;
        flex-direction: column !important;
    }

    .text {
        width: 90%;
    }

    .tit1{
        width: 88% !important;
    }

    .serv img {
        width: 54% !important;
        margin: 5%;
    }
    .serv h4 {
        font-weight: lighter !important;
    }

    #tit {
        width: 96%;
    }
}

@media (max-width: 800px) {
    #linha hr {
        width: 27%;
    }

    #cont2{
        flex-direction: column;
    }

    .serv {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 5%;
    }
    .serv img {
        width: 37%;
    }

    .serv h4{
        font-weight: bold;
    }

    .tit1{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 56%;
    }

    .text{
        text-align: justify;
    }

    .serv h4 {
        margin: 0;
    }
    
    #conteiner_serv{
        margin: 0;
    }
}