.contact_text {
    text-align: center;
    margin: 100px 0;
}

.contact_sendConpletely {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #4e4e4e;
    margin: 100px 0 60px;

}

.contact_sendConpletely span {
    background-image: url(/image/common/contct_check_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto 15px;
}



@media screen and (max-width:430px) {
    .contact_text {
        text-align: start;
    }

    .contact_sendConpletely {
        margin-top: 60px;
    }
}