html, body{
    height: 100%;   
}
body{
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
}
.header {
    height: 90px;
    padding: 0 0 20px 0;
}
.tatagroup {
    text-align: right;
}
.contentRow {
    background-repeat: no-repeat;
    background-image: url(Background_image_desktop_large.jpg);
    padding: 12.824vh 0 12.824vh 0;
    background: cover;
    /* height: 80%; */
    background-position: center;
    background-size: cover;

    flex: 1 0 auto;
    /* min-height: 100%; */
    /* margin-bottom: -145px;
    margin-top: 90px; */
    align-content: center ;
    
}
.bold-large-text {
    font-weight: bold;
    font-size: 32px;
    margin: 0;
}
.primary-blue-btn {
    padding: 15px 33px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #3D7EDB;
    border: none;
    margin: 36px 0;
}
.no-padding-margin {
    padding: 0;
    margin: 0;
}
.footer {
    
    padding: 22px 0 33px 0;
    background-color: #000;
    height:  110px;
    min-height: 110px;
    width: 100%;
    bottom: 0;
    left: 0;
    flex-shrink: 0;
    flex-direction: row;
    position: relative;
    align-content: center ;
    font-size: 12px;
}
.footer p {
    color: #fff;
    padding: 0;
    margin: 0;
}
p {
    line-height: 1.5;
}
.box-container, .icon-container, .text-container {
    width: 80.2%;
    margin: auto;
}
.left-box, .right-box {
    padding: 64.5px 78px;
    background-color: #fff;
    min-height: 30.556vh;
}

a:link { text-decoration: none; color:#fff; padding: 0; } 
a:visited { text-decoration: none; color:#fff} 
a:hover { text-decoration: none; color:#fff} 
a:active { text-decoration: none; color:#fff}

@media only screen and (min-width: 320px)  and (max-width: 374px) {
    .box-container, .icon-container, .text-container {
        width: 91.4%;
        margin: auto;
    }
    .left-box, .right-box {
        padding: 10px 10px;
        min-height: auto;
        /* width: 35.80%; */
    }
    .left-box {
        margin-bottom: 33px;
    }
    .header {
        height: 70px;
        padding: 10px 0 10px 0;
    }
    p {
        line-height: 1.25;
        font-size: 12px;
    }
    .tatasteel {
        padding: 0;
    }
    .tatasteel img {
        height: 75%;
    }
    .tatagroup {
        padding: 0;
    }
    .tatagroup img {
        height: 75%;
    }
    .contentRow {
        background-repeat: no-repeat;
        background-image: url(Background_image_desktop_large.jpg);
        padding: 1.625vh 0 1.625vh 0;
        background: cover;
        background-position: center;
        background-size: cover;
        flex: 1 0 auto;
        align-content: center ;
    }
    .footer {
        padding: 5px 0 5px 0;
        background-color: #000;
        height:  80px;
        min-height: 80px;
        width: 100%;
        bottom: 0;
        left: 0;
        flex-shrink: 0;
        flex-direction: row;
        position: relative;
        font-size: 11px;
        line-height: 1.25;
        align-content: center ;
    }
}



@media only screen and (max-width: 991px) and (min-width: 375px)  {
    html, body{
        height: 100%;   
    }
    body{
        font-family: Arial, Helvetica, sans-serif;
        display: flex;
        flex-direction: column;
    }
    .header {
        height: 75px;
        padding: 10px 0 10px 0;
    }
    .box-container, .icon-container, .text-container {
        width: 91.4%;
        margin: auto;
    }
    p {
        line-height: 1.25;
        font-size: 12px;
    }
    .tatasteel {
        padding: 0;
    }
    .tatasteel img {
        height: 75%;
    }
    .tatagroup {
        padding: 0;
    }
    .tatagroup img {
        height: 75%;
    }
    .only-desktop {
        display: none;
    }
    .left-box, .right-box {
        padding: 27px 15px;
        min-height: auto;
    }
    .left-box {
        margin-bottom: 33px;
    }
    .bold-large-text {
        font-size: 24px;
    }
    .primary-blue-btn {
        padding: 10px 20px;
        font-size: 12px;
        margin: 26px 0;
    }
    .contentRow {
        background-repeat: no-repeat;
        background-image: url(Background_image_desktop_large.jpg);
        padding: 3vh 0;
        background: cover;
        background-position: center;
        background-size: cover;
        flex: 1 0 auto;
        align-content: center ;
    }
    .footer {
        padding: 5px 0 5px 0;
        background-color: #000;
        height:  100px;
        min-height: 100px;
        width: 100%;
        bottom: 0;
        left: 0;
        flex-shrink: 0;
        flex-direction: row;
        position: relative;
        font-size: 11px;
        line-height: 1.25;
        align-content: center ;
    }
}




@media only screen and (min-width: 768px)  and (max-width: 1299px) {
     .contentRow {
        background-repeat: no-repeat;
        background-image: url(Background_image_desktop_large.jpg);
        padding: 13.021vh 0;
        background: cover;
        background-position: center;
        background-size: cover;
        flex: 1 0 auto;
        align-content: center ;
    }
    p {
        line-height: 1.5;
        font-size: 14px;
    }
    .footer {
        padding: 5px 0 5px 0;
        background-color: #000;
        height:  125px;
        min-height: 125px;
        width: 100%;
        bottom: 0;
        left: 0;
        flex-shrink: 0;
        flex-direction: row;
        position: relative;
        font-size: 12px;
        line-height: 1.5;
        align-content: center ;
    }
}



@media only screen and (min-width: 992px)  {

    .left-box, .right-box {
        width: 45.80%;
    }  
}
