#why-us{
    width: 100%;
    padding: 96px 111px;
    background: linear-gradient(180deg, rgba(22, 15, 35, 0) 0%, #160F23 50%, rgba(22, 15, 35, 0) 100%);
}

.why-us-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
}

.why-us-container > .text{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 50%;
    gap: 24px;
}

.why-us-container > .image >img{
    width: 500px;
    height: 400px;
    mix-blend-mode: color-dodge;
}

.heading{
    font-family: rubik;
    font-size: 48px;
    font-weight: 400;
    line-height: 57.6px;
    letter-spacing: -0.25px;
    text-align: left;
    color: #FAFAFA;
    margin-bottom: 20px;
}

.heading > span{
    font-family: rubik;
    font-size: 48px;
    font-weight: 400;
    line-height: 57.6px;
    background: var(--app-name-bg);
    -webkit-background-clip: text;
    background-clip: #FAFAFA;
    color: transparent;
}

.points{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
}

.points > div{
    display: flex;
    align-items: start;
    gap: 16px;
    width: 50%;
}

.points > img{
    width: 24px;
    height: 32px;
}

.points > div > p{
    font-family: Urbanist;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    color: #FAFAFA;
}