.icon-content{
    margin-top: 50px;
}

.img-icon{
    position: absolute;
    height: 100px;
    width: 100px;
    margin-top: 43px;
    margin-left: -15px;
    z-index: 1;
}

.title{
    margin-top: -40px;
    margin-left: 10px;
}

.title1{
    font-size: 25px;
}

.title2{
    font-size: 35px;
    letter-spacing: 2px;
    margin-top: -10px;
    font-weight: 900;
}

.title3{
    font-size: 35px;
    margin-top: -10px;
    font-weight: 900;
    padding-left: 84px;
}

#icons-container .icon-card {
    width: 100px;
}

.t_header{
    font-size: 20px;
    font-weight: 500;
}

.img-header{
    height: 125px;
    width: auto;
}

.getwarga{
    margin-left: 50px;
}

.app-brand-logo{
    height: 40px;
    width: auto;
}

.text-menu{
    font-size: 30px;
}

.cardtitle{
    align-items: center;
    font-weight: 500;
    padding-top: 15px;
}


@media (max-width: 768px) {
    .img-icon{
        position: absolute;
        height: 100px;
        width: 100px;
        margin-top: 28px;
        margin-left: -15px;
        z-index: 1;
    }

    .title{
        margin-top: -40px;
    }

    .title1{
        font-size: 25px;
    }

    .title2{
        font-size: 25px;
        margin-top: -10px;
        font-weight: 900;
    }

    .title3{
        font-size: 22px;
        margin-top: -10px;
        font-weight: 900;
        text-align: end;
    }
  }