
#sliding-popup {
    position: fixed;
    background: rgb(27, 149, 132) !important;
    z-index: 1;
}
#sliding-popup .btn--green {
    background-color: #0f6d60;
    font-weight: 400;
    font-size: 14px;
}
#sliding-popup .btn--green:hover {
    background-color: #0f6053;
}
#sliding-popup .btn--blue {
    background-color: #06564b;
    font-weight: 400;
    font-size: 14px;
}
#sliding-popup .btn--blue:hover {
    background-color: #064a3f;
}

#sliding-popup h4 {
    color: #FFF;
    font-weight: 500;
    font-family: ubuntu;
    font-size: 16px;
}

#sliding-popup p {
    color: #FFF;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.sliding-popup-bottom {
    bottom: 0;
}

.popup-content {
    display: flex;
    padding: 10px 20px;
}

.popup-content--text {
    flex: 1;
}

@media (max-width: 768px) {
    .popup-content {
        flex-direction: column;
    }

    .popup-content--text {
        margin-bottom: 20px;
    }
}
