﻿.bottom-links-apps .container {
    padding: 25px 7px;
    text-align: center;
    padding-top: 80px;
}

.bottom-links-apps a {
    display: inline-block;
    border-radius: 5px;
    width: 171px;
    height: 50px;
    background-size: cover;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 11px;
    background-color: #5b5b5b;
    background-repeat: no-repeat;
    background-position: center;
}

.bottom-links-apps a {
    width: 130px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
}

.bottom-links-apps a.appstore {
    background-image: url(https://koronapay.com/amp/!old/transfers-landings/assets/_layout/img/IOS_Download2.svg);
}

.bottom-links-apps a.googleplay {
    background-image: url(https://koronapay.com/amp/!old/transfers-landings/assets/_layout/img/Android_Download2.svg);
}