.heading--blue-small {
    color: #009ddc;
}
.card {
    border: none !important;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    border-radius: 0 !important;
}

.card-body h5 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 1rem !important;
    display: block;
    font-family: 'DIN Next LT W01 Bold', sans-serif;
}

.card-body.blog__sidebar h5 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 1.5rem !important;
    display: block;
    font-family: 'DIN Next LT W01 Bold', sans-serif;
}

.newsletter__card {
    background-color: #009ddc !important;
    color: white;
}

.blog__element .card .card-footer{
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.blogPost__card i {
    font-size: 18px;
    font-family: "Font Awesome\ 5 Pro";
}


.blog .card {
    min-height: 520px;
}

.newsletter__content *{
    color: #fff;
}

.blog__element input {
    padding: 0.8rem .75rem;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0rem - 0px);
    border-top-right-radius: calc(0rem - 0px);
}


.pagination span {
    font-family:'DIN Next LT W01 Bold' !important;
    margin-right: 15px;
    margin-top: 8px;
    font-size: 28px;
    color: #009ddc;
}

.pagination a {
    font-family:'DIN Next LT W01 Medium' !important;
    font-size: 20px;
    margin-right: 15px;
    margin-top: 8px;
}

.blog__tag {
    padding: .2rem .8rem;
    font-size: 16px;
    border-radius: 999px;
    background-color: #009ddc;
    color: #fff;
    text-transform: capitalize;
    border-color: transparent;
    font-family:'DIN Next LT W01 Medium' !important;
}

.blog__tag:hover {
    background-color: #00b0f7;
    color: #fff;
}

.card{
    display: block;
}

@media (max-width: 991.98px) {
    .blog .card.form-signin {
        min-height: 0;
    }
}