.great-ra-text p {
    font-size: 2rem;
    text-align:justify;
}


.hero-great-text ul {
    list-style-type: none
  }
  
  .hero-great-text p {
    display: grid;
    grid-template-columns: 20px auto;
    justify-content: start;
    align-items:flex-start;
  }
  
 .hero-great-text .fa-star {
 margin-top: 0.6rem;
    font-size:1.7rem;
    color: #FFD500;
    
  }
  .hero-great-text p span {
    font-size: 1.8rem;
    color: black;
    vertical-align: middle;
    font-weight: 400;
margin-left: 1.5rem;
line-height: 1.8;
       text-align:justify;
  }

.great-hall-row{
    /* margin-top: 5%; */
    padding: 3% 0% 3% 2%;
   
}
.great-hall-row h4{
font-size: 2.5rem;
font-weight: 500;
margin-bottom: 3%;

}
.great-hall-row p{
    font-size:1.7rem;
    font-weight: 400;
     text-align:justify;
}
.great-hall-row img{
    width:100%;
    margin-top: -2%;
}
@media (max-width:700px) {
    .great-hall-row img{
        width: 100%; 
    }
    .great-head{
        margin: 4rem 0rem;
    }
    .great-ra-text p {
        font-size: 1.6rem;
    }
    .hero-great-text li span {
        font-size: 1.6rem;}
        .hero-great-text p span {
            font-size: 1.4rem;
            margin-left: 0.8rem;
        }
            .hero-great-text  .fa-star{
                font-size: 1.3rem;   
            }
            .row{
padding-left: 0% !important;
padding-right: 0% !important;
            }
}
