.banner {
    background-image: url(/uploads/page/product-uninstall/banner-bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0 0;
}
.banner-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.banner-info h1 {
    color: #061C3D;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
}
.banner-info p {
    color: #061C3D;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
}
.banner .order-info {
    margin-top: 30px;
    padding: 0 56px 32px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
}
.banner .order-info-header {
    display: flex;
    justify-content: space-between;
    padding: 44px 0 30px;
    border-bottom: 1px solid #E3E3E3;
}
.banner .order-info-header-item {
    display: flex;
    gap: 5px;
    align-items: center;
}
.banner .order-info-header-item span {
    color: #061C3D;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.banner .order-info-body {
    margin-top: 30px;
}
.banner .order-info-body ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.banner .order-info-body ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner .order-info-body ul li.order-heightline {
    justify-content: flex-start;
    gap: 10px;
    color: #061C3D;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}
.banner .order-info-body ul li span,
.banner .order-info-body ul li a {
    font-size: 20px;
    font-weight: 300;
}
@media screen and (max-width: 768px) {
    .banner {
        padding: 60px 0 0;
        background-image: url(/uploads/page/common/faqs-banner-mb-bg.png);
    }
    .banner-info h1 {
        font-size: 28px;
    }
    .banner .order-info {
        margin-top: 36px;
        padding: 0 20px 22px;
        border-radius: 10px;
    }
    .banner .order-info-header {
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 22px 0 25px;
    }
    .banner .order-info-header-item {
        justify-content: space-between;
    }
    .banner .order-info-body {
        margin-top: 25px;
    }
    .banner .order-info-body ul {
        gap: 15px;
    }
    .banner .order-info-body ul li {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 3px;
    }
    .banner .order-info-body ul li.order-heightline {
        flex-direction: row;
        gap: 5px;
        font-size: 20px;
    }
    .banner .order-info-body ul li span {
        font-size: 16px;
        font-weight: 300;
        word-break: break-all;
    }
}
.wrap-notes {
    margin: 70px 0 86px;
}
.wrap-notes h2 {
    color: #061C3D;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}
.wrap-notes ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}
.wrap-notes ul li {
    color: #414141;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    list-style: outside;
    margin-left: 15px ;
}
.wrap-notes ul li a {
    color: #007BFF;
}
@media screen and (max-width: 768px) {
    .wrap-notes {
        margin: 40px 0 50px;
    }
    .wrap-notes h2 {
        font-size: 24px;
    }
    .wrap-notes ul li {
        font-size: 14px;
    }
}
