.ulavel_banner {
    position: relative;
    height: 360px; /* Adjust height as needed */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ulevel-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.ulevel-text {
    padding: 55px; 
}
.ulevel-text h1 {
    color: #ffff;
    font-size: 45px;
    font-weight: 600;
}
.ulevel-btn {
    margin-top: 30px; 
     align-items: center;
     display: flex;
    gap: 17px;
}
a.in, a.up {
    background: #ffc107;
    font-size: 18px;
    padding: 8px 24px;
    border-radius: 5px;
    color: #fff;
}
h5.card-title {
    font-weight: 600;
}
h5.card-title {
    font-weight: 600;
}
.blog-section a.card-title {
    font-weight: 600;
}
.prodect-card .card-body {
    text-align: center;
}
@media (max-width: 576px) {
a.in, a.up {
    padding: 5px 10px;
}
}

