.welcome-section .welcome-banner {
    height: 382px;
    width: 100%;
}

.welcome-section .welcome-banner .welcome-banner__bg {
    background: url('../assets/img/banner-welcome-mob.png') repeat fixed 100%;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.welcome-section .welcome-banner .welcome-banner__bg a {
    margin-top: 7em;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 11px 14px;
}

.welcome-section .welcome-banner .welcome-banner__bg a:hover {
    background-color: rgb(255 255 255 / 12%);
}

.welcome-section .welcome-banner .welcome-banner__bg a img {
    height: 20px;
    margin-left: 5px;
}

.welcome-section .welcome-content {
    background: url('../assets/img/bg-content-welcome.png') no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 767px;
    padding: 26px 0;
}

.welcome-section .welcome-content article {
    margin-bottom: 20px;
}

.welcome-section .welcome-content article .card {
    background: #000000;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    height: 220px;
}

.welcome-section .welcome-content article .card .welcome-content__banner {
    overflow: hidden;
    background-color: #f3f3f3;
    background-image: url('../assets/icon/ic-product.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    min-height: 150px;
}

.welcome-section .welcome-content article .card .welcome-content__banner .card-img-top {
    transition: transform .3s;
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.welcome-section .welcome-content article .card:hover {
    background-color: rgba(0, 0, 0, 0.809);
    overflow: hidden;
}

.welcome-section .welcome-content article .card:hover .welcome-content__banner .card-img-top {
    transform: scale(1.1);
    transform-origin: 50% 50%;
}

.welcome-section .welcome-content article .card .card-body {
    padding: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    height: 75px;
}

.welcome-section .welcome-content article .card .card-body .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 576px) {
    .welcome-section .welcome-banner .welcome-banner__bg {
        background: url('http://localhost:92/static/uploads/landing_banner/file-2023060406091700000036159142.jpeg') no-repeat;
        background-position: center;
        background-size: cover;
    }
}

@media (min-width: 992px) {
    .welcome-section .welcome-banner .welcome-banner__bg a {
        margin-top: 9em;
    }
    .welcome-section .welcome-banner {
        height: 654px;
    }
    .welcome-section .welcome-content {
        padding: 60px 0;
    }
    .welcome-section .welcome-content article {
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .welcome-section .welcome-content article .card {
        height: 260px;
    }
    .welcome-section .welcome-content article .card .welcome-content__banner {
        min-height: 185px;
    }
    .welcome-section .welcome-content article .card:hover .welcome-content__banner .card-img-top {
        transform: scale(1.1);
        transform-origin: 50% 50%;
    }
}