body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: rgb(245, 240, 240);
}
.box-raaj{
    display: flex;
    flex-wrap: wrap;
}
.our-courses h1{
    text-align: center;
    padding-top: 50px;
    font-size: 50px;
    color: black;
   
}
.box{
    width: 350px;
    height: 450px;
    margin: auto;
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    background-color: white;
}
.main-header-one__bottom{
    background-color: white;
}
 .courses-one__single-img{
    height: 250px !important;
   margin-bottom: 10px;
    
} 
.courses-one__single-content h6{

    color: rgb(45, 45, 153);
}
.courses-one__single-content h3{
    margin-bottom: 10px;
    top: 0;
}
.courses-one__single{
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1) ;
    height: auto;
    margin-bottom: 50px;
    cursor: pointer;
    text-decoration: none;
}