

.section-1 {
    /* background-image: url(../../asset/Group3.png); */
    /* min-height: 100vh; */
    width: 100%;
    background-size: cover;
    background-position-x: left;
    background-position-y: bottom;
}
.bg-device {
    width: 100%;
}
.icon-header {
    width: 120px;
}
.section-2 {
    background-image: url(../../asset/Group-7.png);
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-color: #D7E5FC;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    padding-bottom: 200px !important;
}
.content-section-2 {
    height: 70vh !important;
    /* background-color: #D7E5FC !important; */
}.cards {
    width: 100%;
    padding: 16px;
    border: 1px solid #D7E5FC;
    border-radius: 16px;
    background-image: linear-gradient(#FFFFFF, #D7E5FC);
    height:480px;
}
.cards .img {
    width: 160px;
    margin: 0px auto;
}
.cards .title {
    font-weight: bold;
    margin-top: 24px;
}
.footer-slide-bisku {
    height: 16px;
    width: 100%;
    background-image: linear-gradient(to right,blue, red);
}

@media only screen and (max-width: 800px) {
    .section-2 {
    background-image: url();
    justify-content: start;
    padding-bottom: 32px !important;

    }
    .section-1 {
        background-image: url();
    }
    .icon-header {
        width: 60px;
    }
}