body {
	font-family: 'IBM Plex Sans Condensed', 'Tajawal', sans-serif;
}
.store-item {
    background: black;
    color: white!important;
    text-decoration: none!important;
    padding: 15px 20px;
    display: block;
    width: 220px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.store-item img {
    width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.store-item span1 {
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-size: 10px;
}

.store-item span2 {
    display: block;
    text-align: left;
    font-weight: 900;
    font-size: 16px;
}

h4 {
    margin-bottom: 25px;
    font-weight: 300;
}

h3 {
    font-weight: 300;
}