.timer {
    width: 273px;
    display: inline-block;
}

.timer>span:nth-child(n+4) {
    line-height: 46px;
}

.present1 .timer>span,
.present2 .timer>span {
    width: 100px;
    font-size: 67px;
    padding: 40px 13px;
    margin-top: 30px;
}

div#about_org {
    text-align: justify;
}

i.far.fa-play-circle.play_video {
/*     display: none; */
}

p.step_name {
    font-weight: bold;
    text-align: center;
}

p.step_sum {
    text-align: center;
}

span.step_note {
    display: block;
}
h4.donate_now {
    background-color: #0e243c;
    padding: 4px;
    text-align: center;
    margin-bottom: 1px;
    color: #fff;
    text-decoration: underline;
}
span.payments {
    color: #fff;
    font-size: 22px;
    padding: 20px;
}
p.name {
    margin-bottom: 0;
    font-size: 20px;
}
span.step_sum_no {
    font-size: 15px !important;
}
@media (max-width: 769px) {
    .col-sm-12.col-md-4.steps {
        display: block;
    }
    .step {
        width: 32%;
        display: inline-table;
        margin: auto;
        text-align: center;
        padding: 10px;
    }
    span.step_sum_no {
        font-size: 1.3em;
    }
    p.step_name {
        color: #4A4A4A;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 5px;
        height: 45px;
    }
    .form-group.col-sm-6 {
        max-width: 100% !important;
        width: 100%;
    }
    #topSteps {
        display: block;
    }
}

@media screen and (max-width: 605px) and (min-width: 590px) {
    .row.smartsite {
        display: none;
    }
}


}