span.head-2.wow {
    color: #bedcf4;
}
.blog-section .head-1 {
    color: #002949;
    font-family: 'Raleway', sans-serif !important;
    font-size: 52px !important;
    font-weight: 600;
    line-height: 44px;
    text-transform: uppercase;
    display: block;
    animation-delay: 0.4s;
    margin-top: 10px;
    animation: slideInUpSmall 1s linear;
}
.blog-section .head-2 {
    text-align: left;
    font-family: 'Playfair Display', serif !important;
    color: #5489b6;
    font-size: 31px;
    font-weight: 300;
    line-height: 44px;
    text-transform: uppercase;
    display: block;
    max-width: 600px;
    width: 100%;
    animation-delay: 0.8s;
    animation: slideInUpSmall 2s linear;
}
.blog-section .head-2:after {
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: relative;
    background: #5489b6;
    margin: 19px 0;
}
