/*.domination-gif{*/
    /*width: 474px;*/
    /*position: absolute;*/
    /*top: 4px;*/
    /*left: 0;*/
    /*display: none;*/
/*}*/

/*input:hover + .domination-gif {*/
    /*display: block;*/
/*}*/

.ready_to_learn_block{
    display: table;
    background-color: #009a7a;
    width: 100%;
    height: 300px;
    position: relative;
    bottom: -60px;
}

.ready_to_learn_block_inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 42px;
}

.ready_to_learn_block p{
    font-size: 42px !important;
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 30px !important;
}

.ready_to_learn_block a{
    display: inline-block;
    background: #fff;
    font-size: 24px;
    line-height: 64px;
    font-weight: bold;
    padding: 0 30px;
}

.donation-img-animation-container{
    width: 474px;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 4px;
    left: 0px;
    cursor: pointer;
    background: none;
    border: none;
}

.donation-img-animation{
    position: absolute;
    width: 12px;
    height: 12px;
    border: 3px solid #1fdeb3;
    border-radius: 50px;
    top: 0;
    right: 17%;
}

.donation-img-animation-container:hover .donation-img-animation{
    animation: move-in-steps 1.5s both;
}

@keyframes move-in-steps {
    0% {
        top: 0px;
    }
    100% {
        top: 24px;
    }
}

@media screen and (max-width: 500px) {
    .donation-img-animation{
        border: 2px solid #1fdeb3;
    }
}

@media screen and (max-width: 460px) {
    .donation-img-animation{
        width: 9px;
        height: 9px;
    }

    @keyframes move-in-steps {
        0% {
            top: 0px;
        }
        100% {
            top: 20px;
        }
    }
}

@media screen and (max-width: 390px) {
    .donation-img-animation {
        width: 5px;
        height: 5px;
        right: 17.6%;
    }

    @keyframes move-in-steps {
        0% {
            top: 0px;
        }
        100% {
            top: 18px;
        }
    }
}

@media screen and (max-width: 340px) {
    @keyframes move-in-steps {
        0% {
            top: 0px;
        }
        100% {
            top: 14px;
        }
    }
}
