.grid-child{
    /* border: 1px solid #0c1d57; */
    width: 100%;
    background-color: white;
    color: #0a1d57 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-radius: 10px;
    border: 1px solid white;
}

.grid-child:hover{
    border: 1px solid #0a1d57;
    color: #0a1d57 !important;
}

.grid-container{
    max-width: 70%;
    padding: 20px 20px 20px 0;
}

.grid-picture{
    padding: 12px;
    width: 140px;
}

.main-text{
    font-size: medium;
    font-weight: 500;
    color: #0c1d57;
}

.hot{
    margin: 5px 0;
    background-color: #ea2e49;
    border-radius: 7px;
    padding: 5px;
    color: white;
    font-weight: 800;
    /* width: 100%; */
    width: 240px;
}

.hot i{
    color: white;
}


@media (max-width: 1199px) {

    .grid-child{
     margin-top: 20px;
    }
  
  
  
  }
  