.title-head { 
    height: 200px;
}

.title-head p {
    color: white;
    font-family: Gilroy-Heavy;
    font-size: 35pt;
    text-transform: uppercase;
    text-decoration: underline;
    position: absolute;
    margin-top: -100px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title-head h1 {
    color: white;
    font-family: Gilroy-Heavy;
    font-size: 35pt;
    text-transform: uppercase;
    text-decoration: underline;
    position: absolute;
    margin-top: -100px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 2rem;
    text-align: center;
}

@media (max-width: 767.98px) {
    .title-head h1 {
        font-size: 200%;
    }    
}

.title-head img {
    object-fit: cover;
}

.title-head.hotel-details .rating {
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin-top: -50px;
}

.title-head.hotel-details h1 {
    text-transform: capitalize !important;
}