.modal{
    h3{
        color: darkblue;
        font-family: 'Poppins';
    }
    p{
        
            font-family: 'Raleway';
            color: black;
            line-height: 22px;
            text-align: justify;
        
    }
}

@media only screen and (max-width: 600px) {
    .single-header-info, .search-box {
      display: none !important;
    }
    .navigation .nav-header {
        width: 350px !important;
    }
}