#download-app {
    display: none;
}

.open-app {
    background-color: rgb(0, 135, 95);
    display: block;
    color: white !important;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    text-decoration: none !important;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 4px;
    padding-bottom: 5px;
    padding-top: 10px;
    height: 35px;
    width: 320px;
    position: relative;
}

.app-description {
    position: relative;
}

.app-description__main-content {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-family: Roboto, UILanguageFont, Arial, sans-serif;
    font-weight: 300;
}

.active, .collapsible:hover {
    background-color: #555;
}

.content {
    overflow: hidden;
}

.app-description .expand {
    transition-property: height;
    transition-duration: .4s;
    padding-bottom: 30px;
}

@media screen and (max-width: 576px) {
    .app-comp__install-wrapper {
        padding: 0 0px  !important;
        position: relative;
        width: calc(100vw - 64px)  !important;
    }
}
#app-description__main-content {
    margin-left: 10px;
    margin-right: 10px;
    width: 95% !important;
}

@media screen (min-width: 576px) and (max-width: 840px) {
    .app-comp__install-wrapper {
        position: relative;
        width: 100px  !important;
    }
}
/*
@media screen and (max-width: 840px) {
    .app-comp__install-wrapper {
        padding: 0 0px  !important;
        position: relative;
        width: calc(100vw - 64px)  !important;
    }
}*/