/*! Place your custom styles here */

.nowrap {
  white-space: nowrap;
}

.icon {
    color: #624fec;
}

ul.lead li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: center url(../img/check.svg) no-repeat;
    background-size: contain;
    margin-right: 15px;
}

p.lead strong {
    color: inherit;
    font-size: 1.1em;
}

table {
    font-size: 1.4em;
}

table th {
    background-color: #fdc968;
    color: #fff;
}

.table--alternate-row tbody tr:nth-child(even) {
    background-color: #fff2db;
}

.background-image-holder.contain {
    background-position: center !important;
}

@media (min-width: 1201px) {
    .background-image-holder.contain {
        background-color: #fff !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        -webkit-background-size: contain !important;
        background-size: contain !important;
    }
}
    

@media (max-width: 990px) {
    .logo.logo-light {
        display: none;
    }
}

@media (max-width: 767px) {
    .imageblock .imageblock__content {
        min-height: 65vw;
    }
}
.CryptoFin_row{

}
.CryptoFin_row .col-md-4{

}
.CryptoFin{
    border-radius: 20px;
    background: #624fec;
    color: #fff;
    padding: 40px 20px;
    height: 290px;
    margin-bottom: 20px;
}
.CryptoFin h3{
    color: #fff;
    font-size: 19px;
}

