.img-products {
    background-image: url('../../images/backgraund-us.png');
    background-size: cover;
    color: #ffffff;
    text-align: center;
    padding: 100px 0;
    align-items: center;
    align-content: center;
}

.bkg-color{
    background-color: #f1f1f1;
}

.icon {
    background: linear-gradient(91.29deg, #049F4B 18.03%, #3ECE1A 115.88%);
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
    color: #fff;
    border-radius: 50%;
    padding: 10px;
}

.icon:hover {
    box-shadow: 0 0 20px rgba(0, 255, 0, 1);
}

.card-text-tile {
    color: #000;
    font-size: 19px;
    font-weight: 700;

}

.welcome-container {
    justify-content: center;
    text-align: center;
    align-content: center;
}

.text-welcome {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
}

.title-kastek {
    font-weight: 700;
    font-size: 36px;
    color: #12582A;
}

.subtile-kastek {
    font-weight: 500;
    font-size: 24px;
}

.line-card {
    background-color: #1E5E2F;
    height: 10px;
}

@media (min-width: 992px) {
    .custom-card-height {
        
        height: 272px;
    }
}