.banner{
    background-image: url(../image/banner-28.jpg);
    background-color: rgb(0 0 0 / 37%);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: 50% 70% !important;
    background-size: cover;
    height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner h1{
    color: #fff;
    font-weight: 600;
}

.banner-content {
    position: absolute;
}

a {
    width: 100%;
    display: contents;

}

.w3-content:nth-child(1){
    padding: 0;
}

ul ,li{
    padding: 0;
    margin: 0;
    list-style-type: none;
} 

h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: left;
    align-items: center;
    margin-bottom: 16px;
}

.Feature-box {
    display: flex; 
    width: 100%; 
    background: #fff; 
}

.table-box {
    width: 100%; 
    background: #fff; 
    padding: 1%;
    display: block;
}

.table-box:nth-child(2) {
    margin-bottom: 16px;
}

.Feature-content {
    display: flex; 
    flex-direction: column; 
    width: 100%; 
    align-content: center;
}

ul > div {
    display: flex;
}

.Feature-title{
    font-weight: 600;
    color: #000;
    text-align: left;
}

.feature-list{
    display: flex;
}

.checkicon.fa-solid {
    color: #2956a5;
    margin: 2px 7px 2px 0;
}

.downloadicon.fa-solid {
    color: #007bff;
    margin: 0 10px 0 0;
}

thead {
    color:#204a88;
    font-weight: 700;
}

.w3-table td {
    padding: 15px 8px;
}

th:nth-child(3){
    padding-left: 2.2rem !important;
}

td:nth-child(1){
    font-weight: 600;
}

td:nth-child(3) {
    color: #007bff;
}

@media (max-width:1024px) {
    .banner-content {
        position: absolute;
    }

}

@media (max-width:768px) {
    .banner{
        height: 35vh;
    }

    .banner-content {
        position: absolute;
        top: 8em;
    }

    .banner h1{
        font-size: 20px;
        margin: revert;
    }

    .Feature-box {
        display: flex; 
        flex-direction: column;
        width: 100%;
    }

    td:nth-child(1){
        font-weight: 600;
        width: 5rem;
    }
    
    th:nth-child(3){
        padding: 0.5rem 0 0 !important;
    }

    .downloadicon.fa-solid {
        float: right;
    }

    .span-list {
        display: none;
    }
}