.big-card-div {
    width:300px;
    margin:10px 40px;
    float: left;
}
.big-card-image {
    height:325px;
    width:100%;
    object-fit:cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.big-card-text-div {
    white-space:normal;
    width:100%;
    height:130px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding-top:20px;
    background-color:#FDE1DF;
}
@media (max-width: 1199px) {
    .big-card-div {
        margin-bottom:45px;
    }
}
@media (max-width: 767px) {
    .big-card-div {
        width:300px;
        margin:30px auto;
        float: none;
    }
}