@media only screen and (max-width: 768px) {
    #clock {
        display: none;
    }
}

@media (max-width: 570px) {
    .nav.nav-tabs {
        display: block !important;
        float: none !important;
        text-align: center !important;
        border-bottom: 1px solid #444;
    }

    .img-block-quote {
        display: none;
    }
}

.pricing{
    padding-bottom: 0;
}

#clock {
    margin: 24px 0px;
    text-align: center;
}

.nav.nav-tabs {
    display: flex;
    padding-right: 0;
}

.in-the-name-of-god {
    padding: 10px 0;
}

.title-head-gold-coins{
    margin-bottom: 5%;
}

.title-head-pricing {
    padding: 0 20%;
}

.title-head-pricing p {
    background: rgb(85,80,173);
    background: linear-gradient(157deg, rgba(85,80,173,1) 8%, rgba(44,44,186,1) 29%, rgba(52,52,132,1) 49%, rgba(51,51,129,1) 62%, rgba(0,212,255,1) 90%);
    text-align: center;
    border: 1px solid;
    border-bottom: 3px inset #585858;
    margin-top: -4px;
    border-radius: 0 0px 5px 5px;
}