.details-header {
    min-height: 200px;
    background-image: url(../images/ramanujan.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-blend-mode: multiply;
    background-color: rgba(82, 54, 95, 0.9)
}



.details-header p {
    color: #f1f1e8;
    max-width: 50%;
    width: 100%;
    font-size: 1rem
}
.details-header h1 {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
}