@media (min-width: 992px) {
    .popular_prop {
        margin-top: 5rem; 
    }
    .ready{
        margin-top: 9rem;
    }
    
}


.custom-btn {
    background-color: #1A75BC; 
    color: white;  
    border: none; 
    margin-bottom: 60px;
}

.custom-btn:hover {
    background-color: #000;  
    color: white;  
}

.blog_display{
        margin-bottom: 60px!important;
    }


