.bg-gray {
    background: #f8f8f8;
}

.section-title {
    margin-bottom: 30px;
}

.btn-outline-primary {
    color: #ffbc3b;
    background-color: transparent;
    border: 1px solid #ffbc3b;
}

.card-date {
    position: absolute;
    background: #ffbc3b;
    font-family: "futura-bold";
    text-align: center;
    padding: 10px;
    color: #fff;
    top: 0;
    left: 0;
    text-transform: uppercase;
}

.text-primary {
    color: #ffbc3b !important;
}

.overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #1a1a37;
    opacity: .8;
}

h2 {
    color: #fff;
}

.single-page-header h2 {
    text-align: left
}

.hover-shadow {
    transition: .3s ease;
}

.card-date {
    position: absolute;
    background: #ffbc3b;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 10px;
    color: #fff;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-weight: 700
}

.card-date span {
    font-size: 40px;
    font-weight: 700
}

.btn-outline-primary {
    border: 1px solid red
}

.btn-outline-primary {
    color: #ffbc3b;
    background-color: transparent;
    border: 1px solid #ffbc3b !important;
}

.btn {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    padding: 15px 40px;
    border-radius: 0;
    font-weight: 500;
    border: 0;
    position: relative;
    z-index: 1;
    transition: .2s ease;
    overflow: hidden;
    white-space: nowrap;
}

.btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary.active {
    color: #fff;
    background-color: #ffbc3b !important;
    border-color: #ffbc3b !important;
}

.related-header h2 {
    color: #1e1e4b
}