.title-under-txt{
    padding: 10px;
    padding-bottom: 0;
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
}

.cryptocurrency-wrapper {
    margin-bottom: 20px;
    border-radius: 5px;
    color: #fff;
    background: #000;
    box-shadow: -2px 17px 31px -6px rgba(0, 0, 0, 0.75);
}
.cryptocurrency-wrapper.important {
    padding: 20px;
    margin-bottom: 0;
    border: 1px solid #fff;
}
.cryptocurrency-wrapper h3 {
    font-size: 4.2vw;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    background: #464646;
    border-bottom: 2px solid var(--gold-lt);
}
.cryptocurrency-wrapper.important h3 {
    max-width: 300px;
    margin: 0 auto;
    border-radius: 5px;
    color: #000;
    background: crimson;
    border-bottom: none;
}
.cryptocurrency-wrapper ul {
    padding: 20px;
    list-style: none;
}
.cryptocurrency-wrapper li {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 900px;
}
.cryptocurrency-wrapper li:last-child {
    margin-bottom: 0;
}
.cryptocurrency-wrapper p {
    padding-top: 20px;
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 900px;
}

@media screen and (min-width: 992px) {
    .cryptocurrency-wrapper h3 {
        font-size: 1.75rem;
    }
}
