#card{
    width: 80% !important;
}
section{
    width:100%;
    overflow: hidden;
}
#card img{
    width: 400px !important;
    border-radius:12px 0px 0px 0px;
}
#card .card-body p{
    height: auto;
}
@media (min-width:200px)and (max-width:600px){
    #card img {
        width: 100% !important;
        border-radius: 12px 0px 0px 0px;
    }
}