#section-subscribe h2 {
    margin-bottom: 30px;
}

#section-subscribe .small-wrap p {
    font-size: large;
    line-height: 25px;
    margin-bottom: 60px;
}

#section-subscribe .downloads {
    border-top: 1px dotted #00A5B4;
    list-style: none;
    margin: 0 auto;
    width: 600px;
    padding: 0;
}
#section-subscribe ol li {
    border-bottom: 1px dotted #00A5B4;
    text-align: left;
}
#section-subscribe ol li a {
    color: #00A5B4;
    display: block;
    line-height: 26px;
    padding: 0 10px;
    text-decoration: none;
    margin: 13px 0px;
}
#section-subscribe ol li a img {
    float: right;
    margin-top: 5px;
}

@media all and (max-width: 1280px) {
    #section-subscribe .small-wrap {
        padding-top: 300px;
    }
}

@media all and (min-width: 500px) and (max-width: 1024px) and (orientation:landscape) {
    #section-subscribe .footer {
        bottom: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    #section-subscribe .small-wrap {
        padding: 80px 0 10px 0;
        width: 700px;
    }
    #section-subscribe h2 {
        font-size: 20px;
        margin: 10px auto;
    }
    #section-subscribe ol {
        margin: 20px auto;
    }
    #section-subscribe .small-wrap .footer {
        bottom: 20px;
        left: 0;
        margin: 30px auto 0 auto;
        position: relative;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) and (orientation:portrait) {
    #section-subscribe .small-wrap {
        padding: 0 10px;
        margin-top: 120px;
        width: 600px;
        max-width: 100%;
    }
    #section-subscribe ol {
        border-top: 1px dotted #00A5B4;
        list-style: none;
        margin: 50px auto 100px auto;
        padding: 0;
        max-width: 400px;
    }
}

@media only screen and (max-width: 768px) and (orientation:landscape) {
    #section-subscribe .small-wrap {
        padding: 0 10px;
        width: 575px;
    }
    #section-subscribe ol {
        margin-bottom: 50px;
    }
    #section-subscribe ol li a {
        line-height: 40px;
    }
    #section-subscribe ol li a img {
        margin-top: 12px;
    }
    #section-subscribe h2 {
        font-size: 20px;
        margin: 10px auto;
    }
    #section-subscribe p {
        font-size: 14px;
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    #section-subscribe .small-wrap {
        padding: 80px 10px 0;
        width: 100%;
    }
    #section-subscribe .small-wrap p {
        margin-bottom: 10px;
    }

    #section-subscribe ol {
        margin-bottom: 40px;
        width: 100%;
    }
    #section-subscribe ol li a {
        line-height: 40px;
    }
    #section-subscribe ol li a img {
        margin-top: 12px;
    }
    #section-subscribe h2 {
        font-size: 20px;
        margin: 10px auto;
    }
    #section-subscribe p {
        font-size: 14px;
    }
    #section-subscribe .footer {
        margin: 20px 0;
        position: unset;
    }
}