.email_refusal_main {
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f6f6f6 ;
}

.email_refusal_main .img_refual {
    display: none;
}

.email_refusal_main .img_refual img {
    width: 100%;
    max-width: 219px;
    max-height: 165px;
}

.email_refusal_main .txt_refual {
    float: left;
    width: 100%;
    padding: 180px 80px 50px;
    background-image: url(../images/emailIcon.png);
    background-repeat: no-repeat;
    background-position: center 50px;
    text-align: center;
}

.email_refusal_main .txt_refual dt {
    font-weight: 700;
    font-size: 18px;
    color: #282830;
}

.email_refusal_main .txt_refual dd {
    margin-top: 15px;
    font-size: 13px;
    line-height: 24px;
    color: #828282;
}

.email_refusal_main .txt_refual p {
    display: none;
    margin-top: 33px;
    font-weight: bold;
    font-size: 15px;
    color: #282830;
}

/***** media_queries start *****/
@media screen and (max-width: 1199px) and (min-width: 992px) {}

@media screen and (max-width: 991px) and (min-width: 768px) {}

@media screen and (max-width: 767px) {
    .email_refusal_main .txt_refual {
        padding: 180px 20px 50px;
    }
}
/***** media_queries end *****/
