.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 h2{
    margin: 0;
    font-size: 50px !important;
    color: #fff;
}

.banner-content {
    position: absolute;
}

.w3-content {
    padding: 0;
}

a {
    width: 100%;
    display: contents;

}

h2 {
    text-align:center; 
    font-weight: 600;
    margin-bottom: 32px;
    color: #000;
}

h4 {
    font-weight: 600;
    color: #000;
    text-align: left;
    align-items: center;
}

#system h4 {
    margin-bottom: 16px;
}

#app h4 {
    margin-bottom: 16px;
}

.button_LearnMore{
    margin-top: 3%;
    margin-right: 2%;
    font-size: 16px !important;
    text-transform: uppercase;
    background: #2956A5;
    border: #2956A5 2px solid;
    color: #fff;
    font-weight: 600;
    padding: 1.5% 3%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.button_LearnMore:hover{
    color: #2956A5;
    font-weight: 600;
    background: none;
    border: #2956A5 2px solid;
}

.button_download{
    margin-top: 3%;
    margin-right: 2%;
    font-size: 16px !important;
    text-transform: uppercase;
    background: #fff;
    border: #ff8000 2px solid;
    color: #ff8000;
    font-weight: 600;
    padding: 1.5% 3%;
    transition: all 0.3s ease;
    cursor: pointer;
}

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

.Feature-img {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 4% 0;
    margin-right: 5%;
    width: 60%;
}

.Feature-img > img {
    width: 85%;
}

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

.Feature-content p {
    font-size: 16px;
    color: #484848;
    line-height: 1.8;
}

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

ul > div {
    display: flex;
}

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

.downloadicon.fa-solid {
    color: #ff8000;
    margin: 0 10px 0 0;
    transition: all 0.3s ease;
}

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

td:nth-child(1){
    color:#000;
    font-weight: 700;
    width: 14rem;
}

.app-box {
   padding: 2rem 0; 
    display: flex; 
    justify-content: space-around;
}

.app-box > img {
    width: 100%;
}

@media (max-width:1024px) {
    .banner-content {
        position: absolute;
    }
    
    .Feature-img {
        display: flex;
        justify-content: center;
        align-content: center;
        padding: 1rem 0 5rem;
    }

    .button_download {
        padding: 1.5% 3%;
    }
}

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

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

    .banner h2{
        margin: 0;
        color: #fff;
        letter-spacing: 2px;
    }

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

    .Feature-img {
        display: flex;
        width: 100%;
        justify-content: center;
        align-content: center;
        padding: 1rem 0;
    }

    .Feature-img > img {
        width: 100%;
    }

    .button_LearnMore {
        display: flex;
    }

    .button_download{
        padding: 1.5% 3%;
    }

    td:nth-child(1){
        color:#000;
        font-weight: 700;
        width: 7rem;
    }

    .app-box > img {
        width: 100%;
    }

}