.section_5{
    min-height: 60vh;
    background-color: rgba(2, 71, 78, 1);
    position: relative;
}

.contato {
    text-align: center;
    padding-top: 5rem;
}

.contato h1 {
    font-size: 5rem;
    margin-bottom: 4rem;
    font-weight: 400;
}

.contato h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 400;
}

.contato h5 {
    font-size: 2rem;
}

.contato_logo {
    display: flex;
    position: absolute;
    bottom: 35%;
    left: 15%;
    flex-direction: column;
    width: 20rem;
}

.contato_img {
    display: flex;
    position: absolute;
    bottom: 15%;
    right: 15%;
    flex-direction: column;
}
.contato_img img{
    width: 7rem;
}

.contato_img a {
    margin-bottom: 3rem;
}

.contato_img a:hover {
    filter: brightness(60%);
    transition: 0.3s ease;
}