.sent_mail{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 200px;
    padding: 0px 32px;
}

@media(max-width: 580px){
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 20px;
    }
}