*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
}
.container{
    background-color: rgba(71, 89, 98, 0.656);
    height: 163vh;
    padding-bottom: 20px;
}
.text_head{
    text-align: center;
    font-size: 100px;
    background-color: red;
    color: white;
}
.img_style{
    width: 100%;
    height: 165vh;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}
.image{
    margin: 10px;
    height: 550px;
    border: 3px solid #578fb9;
    background-image: url(./images/Ratan-Tata.jpg);
    transition: background-image 0.3s ease-in-out;
}
.image:hover{
    background-image: url(./images/ratan_tata_young.jpg);
}
.row{
    column-count: 3;
    padding-bottom: 20px;
    padding-top: 15px;
}
marquee{
    color: rgb(238, 236, 232);
    background-color: rgb(84, 83, 83);
    margin-top: 10px;
    font-size: 35px;
}
.column_content{
    padding-top: 15px;
    /* color: rgb(25, 21, 21); */
    color: rgba(245, 245, 245, 0.885);
    font-size: 14px;
}
.tv_ad{
    width: 90%;
    height: 250px;
    border-radius: 40px;
    padding-top: 15px;
    padding-left: 20px;
    box-shadow: 10px 9px 4px 0px rgba(38, 66, 81, 0.656);
    opacity: 0.6;
    transition: 0.3s;
}
.tv_ad:hover{
    opacity: 1;
}
.row_2{
    column-count: 2;
}
.sub_news{
    padding-top: 15px;
    /* color: rgb(25, 21, 21); */
    color: rgba(245, 245, 245, 0.885);
    font-size: 20px;
    padding-left: 13px;
    padding-bottom: 20px;
}
.rbi_style{
    padding-top: 15px;
    padding-left: 20px;
    height: 400px;
    padding-bottom: 20px;
    border-radius: 50%;
    box-shadow: 10px 9px 4px 0px rgba(89, 136, 161, 0.656);
    transition: transform .2s;
}
.rbi_style:hover{
    transform: scale(.5);
}