.desc-article a {
    color: #0a58ca;
    font-weight: 600;
    text-decoration: none;
}

.ulstyle3 {
    columns: 2;
    font-size: 15px;
    list-style: none;
    padding: 0;
line-height: 1.8;

}

@media screen and (max-width: 768px) {
    .ulstyle3 {
        columns:1;
        font-size: 15px;
        list-style: none;
        padding: 0;
line-height: 2;
    }
}

.ulstyle1 {
    columns: 3;
    column-gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight:500;
}

.ulstyle1 li {
    display: flex;
    align-items: center;
    break-inside: avoid;
    margin-bottom: 5px;
    line-height: 1.6;
    background: #fff;
    border-radius: 8px;
    transition: all .3s ease;
}


.ulstyle1 li i,
.ulstyle1 li svg {
    color: #198754;
    margin-right: 10px;
    font-size: 16px;
    flex-shrink: 0;
    font-weight:normal;
}

@media (max-width:768px) {

    .ulstyle1 {
        columns: 1;
    }

    .ulstyle1 li {
        padding: 0 10px;
    }

}


.package-action{
    padding-top:25px;
    margin-top:25px;
}

.package-action .btn{
    min-width:250px;
    font-weight:600;
    border-radius:6px;
    transition:all .25s ease;
}

.package-action .btn-success{
    background:#25D366;
    border-color:#25D366;
}

.package-action .btn-success:hover{
    background:#1ea952;
    border-color:#1ea952;
}

.package-action .btn-outline-primary:hover{
    color:#fff;
}

@media (max-width:768px){

.package-action .btn{
    width:100%;
    margin:6px 0;
}

}