.featured-item {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 20px;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    direction: rtl;
    border-radius: 6px;

}
.featured-item_description {
    align-items: center;
    background: #ffffff;
    border-radius: 6px;
    padding: 30px;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    direction: rtl;

}
.featured-item .f-icon-s {
    background: #bd2a2a;
    font-size: 3rem;
    margin-left: 10px;
    line-height: 5rem;
    height: 5rem;
    width: 5rem;
    color: wheat;
    text-align: center;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-5:before {
    content: "\f100";
}

.flaticon-sass:before {
    content: "\f101";
}

.flaticon-website:before {
    content: "\f102";
}

.flaticon-fast:before {
    content: "\f103";
}

.flaticon-monitor-screen:before {
    content: "\f104";
}

.flaticon-responsive:before {
    content: "\f105";
}

.flaticon-eye-scanner:before {
    content: "\f106";
}

.flaticon-maximize:before {
    content: "\f107";
}

.flaticon-ads:before {
    content: "\f108";
}

.flaticon-web-browser:before {
    content: "\f109";
}

.flaticon-document:before {
    content: "\f10a";
}

.flaticon-arrow-pointing-north:before {
    content: "\f10b";
}

.flaticon-customer-service:before {
    content: "\f10c";
}