.heading{
    width:auto;
    height: 130px;
    background-image: linear-gradient(to bottom right,  rgb(243, 132, 92),rgb(255 251 235));
    text-align: center;
    padding: 30px 30px 30px 30px;
}

.container{
    display: flex;
    flex-wrap: wrap;
    background-image: linear-gradient(to bottom right,  rgb(243, 132, 92),rgb(255 251 235));
}
 .box{
    margin: 10px 10px 10px 10px;

    >.inside-box{
        width :340px;
        height: 150px;
        padding: 20px 0px 0px 10px;
        background-image: linear-gradient(to bottom right,  rgb(243, 132, 92),rgb(255 251 235));
    }
}