.img-cover {
    background-image: url('../../images/backgraund-home.png');
    background-size: cover;
    color: #ffffff;
    text-align: center;
    padding: 100px 0;
    align-items: center;
    align-content: center;
}



.text-welcome {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
}

.text-kastek {
    font-weight: 700;
    font-size: 36px;
    color: #12582A;
}

.text-subtitle-kastek {
    font-weight: 500;
    font-size: 24px;
}

.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);
}


.img-backgraud-f1 {
    background-image: url('../../images/home-f1.png');
    background-size: cover;
    color: #ffffff;
    text-align: center;
    align-items: center;
    align-content: center;
}

.img-backgraud-f2 {
    background-image: url('../../images/home-f2.png');
    background-size: cover;
    color: #ffffff;
    text-align: center;
    align-items: center;
    align-content: center;
}

.img-backgraud-f3 {
    background-image: url('../../images/home-f3.png');
    background-size: cover;
    color: #ffffff;
    text-align: center;
    align-items: center;
    align-content: center;
}

.img-backgraud-f4 {
    background-image: url('../../images/home-f4.png');
    background-size: cover;
    color: #ffffff;
    text-align: center;
    align-items: center;
    align-content: center;
}

.text-subtitle {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
}

.card-tile {
    justify-content: center;
    text-align: center;
    align-content: center;
}

.text-title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #fff;
}