.banner {
    background: url(/uploads/page/product-uninstall/banner-bg.png) no-repeat center center;
    background-size: cover;
    padding: 58px 0 75px;
}
.banner .flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}
.banner-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-info h1 {
    color: #061C3D;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}
.banner-info p {
    margin-top: 15px;
    max-width: 650px;
    font-size: 16px;
    color: #464646;
    line-height: 1.5;
}
.banner-info a {
    color: #2F82FF;
    text-decoration: none;
}
@media (max-width: 768px) {
    .banner {
        padding: 31px 0 52px;
    }
    .banner .flex-wrapper .banner-info h1 {
        font-size: 28px;
    }
    .banner .flex-wrapper .banner-info p {
        font-size: 14px;
    }
}
.bottom {
    margin-bottom: 100px;
}
.bottom .flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    flex-wrap: wrap;
}
.bottom .flex-wrapper .bottom-item {
    flex: 1;
}
.bottom .flex-wrapper .bottom-item-header {
    width: 100%;
    text-align: center;
    background-image: url(/uploads/page/product-uninstall/unstall-box-1-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 43px 46px;
    border-radius: 14px 14px 0 0;
    position: relative;
}
.bottom .flex-wrapper .bottom-item-header:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 24px solid white;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.bottom .flex-wrapper .bottom-item-header h3 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
}
.bottom .flex-wrapper .bottom-item-header h3 span {
    color: #FFD83B;
}
.bottom .flex-wrapper .bottom-item-header > p {
    margin-top: 10px;
    color: #F2F2F2;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.bottom .flex-wrapper .bottom-item-content {
    border-radius: 0px 0 14px 14px;
    border-left: 1px solid #e5edf3;
    border-right: 1px solid #e5edf3;
    border-bottom: 1px solid #e5edf3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 38px 0 54px;
    min-height: 290px;
}
.bottom .flex-wrapper .bottom-item .product-name {
    color: #061C3D;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.bottom .flex-wrapper .bottom-item .product-price {
    color: #FF803B;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin: 15px 0 11px;
}
.bottom .flex-wrapper .bottom-item .product-tax {
    color: #C4C4C4;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.bottom .flex-wrapper .bottom-item .bottom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #151515;
    font-size: 18px;
    border-radius: 7px;
    background: #FFC439;
    padding: 15px 50px;
    text-decoration: none;
    margin-top: 30px;
}
.bottom .flex-wrapper .bottom-item .bottom-btn:hover {
    background: #FD8B08;
    color: #fff;
}
.bottom .flex-wrapper .bottom-item .bottom-btn.download {
    background-color: #007BFF;
    color: #fff;
}
.bottom .flex-wrapper .bottom-item .bottom-btn.download:hover {
    background-color: #0056b3;
}
.bottom .flex-wrapper .bottom-item.right .bottom-item-header {
    height: 246px;
    background-image: url(/uploads/page/product-uninstall/unstall-box-2-header.png);
    position: relative;
}
.bottom .flex-wrapper .bottom-item.right .bottom-item-header::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 278px;
    height: 143px;
    background-image: url(/uploads/page/product-uninstall/unstall-box-2-dialog.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-shadow: 0px 13px 40.5px -11px rgba(163, 204, 222, 0.79);
    right: 76px;
    bottom: -40px;
}
.bottom .flex-wrapper .bottom-item.right .bottom-item-content {
    padding: 68px 0 54px;
}
.bottom .flex-wrapper .bottom-item .bottom-item-content_info {
    color: #061C3D;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}
.bottom .flex-wrapper .bottom-item .bottom-item-content_info a {
    color: #428EFF;
    text-decoration: none;
}
@media (max-width: 996px) {
    .bottom .flex-wrapper {
        flex-direction: column;
    }
    .bottom .bottom-item {
        flex: unset;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .bottom .flex-wrapper .bottom-item.right .bottom-item-header {
        height: 221px;
        background-image: url(/uploads/page/product-uninstall/unstall-box-2-header-mb.png);
    }
    .bottom .flex-wrapper .bottom-item.right .bottom-item-header::before {
        display: none;
    }
    .bottom .flex-wrapper .bottom-item.right .bottom-item-header::after {
        display: none;
    }
}
