@media screen and (max-width: 700px) {
    .box-texto {
        margin: 0 40px;
    }

    .contato-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4rem;
        justify-content: space-around;
    }
}