.eighteen-class {
    border: 1px solid;
    padding: 5px;
    border-radius: 50%;
    margin-left: 1rem;
    margin-right: 1rem;
    color: #ffab00;
}

#promo-header .promo-header {
    font-size: 5vw;
    background-color: #b7b7b7;
    background-image: linear-gradient(180deg, #b7b7b7, #c37a1d);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.footer-section {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.default-padding.blog-section {
    padding: 120px 0 240px;
}