/*@media screen and (max-width: 767px) {
    .download-app .app-item {
        margin-left: 28px !important;
    }
}*/

.download-app .app-item {
    display: block;
}

.download-app .widget-app-store {
    font-size: 16px;
    text-align: left;
    width: 168px;
    height: 52px;
    background-color: #1184be;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    transition-property: background-color;
    transition-duration: 400ms;
}

.download-app .widget-app-store i {
    background: url('../images/apple_logo_white.svg');
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center center;
}

.download-app .widget-google-play i,
.download-app .widget-app-store i {
    width: 50px;
    height: 48px;
}

.download-app .widget-app-store p {
    margin: 0;
    position: absolute;
    left: 44px;
    font-size: 22px;
    line-height: 16px;
    font-family: 'freightsans_promedium';
}

.download-app .widget-google-play i {
    background: url('../images/google_play_icon.svg');
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center center;
}

.download-app .widget-google-play {
    font-size: 16px;
    text-align: left;
    width: 168px;
    height: 52px;
    background-color: #1184be;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    transition-property: background-color;
    transition-duration: 400ms;
   /*  background: url('../images/google_play_text.png');
   background-size: 63% auto;
   background-repeat: no-repeat;
   background-color: #1184be;
   background-position: 43px 19px; */
}

.download-app .widget-google-play p{
    font-size: 18px;
    color: white;
    padding-left: 15px;
    padding-top: 5px;
    line-height: 16px;
    font-family: 'freightsans_promedium';
}
.download-app .widget-google-play p span {
    font-size: 12px !important;
}
/* 
.download-app .widget-google-play {
    text-align: left;
    width: 168px;
    height: 52px;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    transition-property: background-color;
    transition-duration: 400ms;
}
 */
.download-app .size-logo {
    color: white;
    font-size: 44px;
    float: left;
}

.download-app .widget-google-play:hover,
.download-app .widget-app-store:hover {
    background-color: #1192d5;
}

.download-app .widget-app-store p {
    font-size: 18px;
    color: white;
    padding-left: 15px;
    padding-top: 5px
}

.download-app .widget-app-store p span {
    font-size: 12px !important;
}