.popular-pack-item .features {
    padding: 0 5px;
    width: 100%;
    align-self: flex-start;
}

.popular-pack-item .features ul {
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.popular-pack-item .features lu li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.popular-pack-item .features ul li .icon {
    min-width: 34px;
    height: 34px;
    max-width: 34px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c) !important;
    background: transparent !important;
    font-size: 16px;
    z-index: 1;
}

.popular-pack-item .features ul li .icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    background: var(--c);
    opacity: .12;
    z-index: -1;
}

.popular-pack-item .features ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.popular-pack-item .features ul li span {
    font-weight: 500;
    color: var(--soft-text);
}

#intro + .us-data-bar + #popular-packs {
    padding-top: 60px;
}

section#popular-packs {
    padding: 25px 0;
}

section#blog {
    margin-top: 50px;
}
.service--pack_content .pack .features ul li > span {
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal;
}

.features--alert {
    background: #28c78630;
    border: 1px solid #28c78652;
    padding: 8px 15px;
    width: 100%;
    text-align: center;
    border-radius: 30px;
    color: #28c786;
    font-size: 14px;
    font-weight: 500;
}

.main--intro .intro--image {
    max-width: 520px;
}

.popular-pack-item .detail span.price::before {
    display: none;
}

.popular-pack-item .detail span.price {
    background: #545c7e;
    padding: 5px 13px;
    border-radius: 4px;
    color: #fff;
}

.popular-pack-item .butto-popular-buy {
    background: #545c7e;
    color: #fff;
}

.review--card .rc--content {
    width: 100%;
    top: 0;
    bottom: 0;
    transform: none;
    left: 0;
}
.header .logo img {
    height: 42px;
}
    
.service--content .pack--list .pack span.price {
    width: 100%;
    border-radius: 7px;
    background: var(--main-color);
    color: #fff;
    padding: 8px 10px;
}

@media(max-width: 768px) {
    .popular--packs {
        display: flex;
        overflow: auto;
        margin: 0 -15px;
        padding: 0 20px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        padding-bottom: 10px;
    }
    
    .popular--packs .popular-pack-item {
        min-width: 52%;
        scroll-snap-align: center;
    }
}

@media(max-width: 600px) {
    .popular--packs .popular-pack-item {
        min-width: 85%;
    }
    .service--content .pack--list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 500px) {
    .popular-pack-item {
        flex-wrap: wrap !important;
    }
    .popular-pack-item .butto-popular-buy {
        min-width: 100%;
    }
    .service--content .pack--list .pack span.type {
        font-size: 15px;
        margin-top: 2px;
    }
    
    .service--content .pack--list .pack {
        align-items: flex-start;
        padding: 15px 10px;
    }
    
    .service--content .pack--list .pack span.amount {
        font-size: 18px;
    }

    .service--content .pack--list .pack span.price {
        padding: 5px;
        font-size: 12px;
    }
}