.preview-container{
    margin-top: 30px!important;
    margin-bottom: 30px!important;


}

.preview-link-mobile{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.preview-container:hover{
    cursor: pointer;
}

.preview-link{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.preview-img{
    width:80px;
    height:80px;
}
.preview-img-apple{
    align-self: center;
    height:45px;
}

.preview-img-android{
    align-self: center;
    height:60px;
}

.preview-text{
    font-size: 15px;
}

.preview-coopevtc-container{
    margin-top: 30px!important;
    margin-bottom: 30px!important;
    display: flex!important;
    justify-content: space-around;
    align-items: center;
}

.preview-coopevtc-text{
    font-size: 12px;
}
