a.download-buttons {
    padding: 15px;
    border-radius: 30px;
    color: #FFF;
    background-image: linear-gradient(to right, #1886A5, #063534);
    width: 100%;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    font-family: "Open Sans", "Times New Roman", Time, SansSerif;
    font-size: 14px;
}

a.download-buttons:hover {
    color: #FFF;
    text-decoration: underline;
}

.download-section-wrapper {
    min-height: 200px;
    padding: 10px 0 40px 0;
}

.link-wrapper {
    width: 300px;
    padding: 0 20px;
}

.useful-links {
    width: 200px;
    padding: 0 20px;
}

.arrow-links {
    position: absolute;
    left: 4px;
    top: 3px;
}