.launch-heading{
    color:#a86523;
    display: block;
    text-transform: capitalize;
}
.card-heading{
    color: rgb(168 101 35);
    margin-top: 10px;
}
.content-sect-2-card{
    color: rgb(34, 34, 34);
}
.content-sect-2-card{
    margin-top: 5px;
}
@media(max-width:991px){
    .section-2-card img{
        width: 100%;
    }
}