.posA{
    position:absolute;
    width: 100%;
}
.bottom5{
    bottom: 0px;
}
.country {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    width: 100%;
}
.posA.bottom5 .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 5px 5px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 60%, transparent 100%);
    color: #fff;
    box-sizing: border-box;
}

.posA.bottom5 .overlay h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.icon-level {
    margin-left: auto; 
    padding-right: 5px;
}
span.icon-level img {
    max-height: 16px;
}
.icon-ngonngu {
    padding-left: 5px;
}

@media(max-width:768px){
    .compnay-products-item {
        width: 50%;
        position: relative;
    }
    .country .icon-ngonngu {
        padding-left: 0px;
        font-size: 11px;
    }
    .country .icon-level{
        padding-right: 0;
    }
    .country span.icon-level img {
        max-height: 14px;
    }
    .posA.bottom5 .overlay h3 {
        font-size: 13px;
    }
}
