@import url("style.css");
.news-section-01::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 64%, rgba(0, 0, 0, 1) 100%);
    z-index: 0;
}

.heading {
    font-size: var(--l-size-);
    line-height: 74px;
    text-transform: capitalize;
    font-weight: 400;
}


/*new-section-2*/

.news-2-sub-2 {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
    justify-content: center;
}

.news-2-sub-2-0 {
    display: grid;
    align-items: center;
    text-align: center;
    width: 200px;
    font-family: regular;
    color: var(--color-5);
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 400;
    cursor: pointer;
    margin: 10px;
}

.news-2-sub-2-0:hover {
    background-color: var(--color-1);
}

.news-2-sub-2-0 p {
    font-weight: 400;
    font-family: light;
    color: #0260af;
}

.newsroom {
    width: inherit;
    text-decoration: none;
}

.newsroom img {
    width: 100px;
}


/*new-section-2*/


/*new-section-3*/

.new-3-sub-1,
.new-3-sub-1 div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-3-sub-2 table {
    width: 100%;
    border: 1px solid var(--color-1);
    padding: 20px;
}

.new-3-sub-2 table tr:first-of-type th {
    border-bottom: 1px solid var(--color-1);
}


/* .new-3-sub-2 table tr td {
    border: ipx solid pink;
} */

.new-3-sub-2 table tr th {
    text-align: left;
    padding: 10px 0;
}

.new-3-sub-2 table tr td {
    text-transform: capitalize;
    padding: 10px 0;
}

.new-3-sub-2 table tr td input {
    margin-right: 30px;
}

td.with-the-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}


/*new-section-3*/


/*new-section-4*/

.new-section-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tablets {
    width: 345px;
    height: 85vh;
    margin: 10px 1vw;
}

.new-4-sub-1 {
    background-color: var(--color-1);
    padding: 30px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tablets img {
    width: inherit;
    height: 50%;
}

.new-4-sub-7 {
    width: 100%;
    text-align: center;
    margin: var(--topDown-);
}


/*new-section-4*/