.promise-section{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}
.promise-box{
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 5%;

}
.promise-logo{
    width: 100%;
}
.promise-text-1{
    color: var(--01, #6316DB);
    text-align: right;
    position: relative;
    display: block;
    font-family: year, sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px; /* 114.286% */
}
.promise-text-2{
    color: var(--02, #9582EF);
text-align: right;

/* TITLE/HEADLINE 4 (24) MONTSERRAT AR */
font-family: Montserrat-Arabic, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 133.333% */
}
.promise-happy-img{
    width: 70%;
}
.promise-arrow{
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}

/* Media Queries for Responsive Font Sizes */
@media (max-width: 1400px) {
    .promise-text-1 {
        font-size: 48px;
        line-height: 56px;
    }

    .promise-text-2 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 1024px) {
    .promise-text-1 {
        font-size: 40px;
        line-height: 48px;
    }

    .promise-text-2 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 920px) {
    .promise-text-1 {
        font-size: 36px;
        line-height: 44px;
    }

    .promise-text-2 {
        font-size: 16px;
        line-height: 24px;
    }
    .promise-box svg{
        display: none;
    }
}

@media (max-width: 768px) {
    .promise-text-1 {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }

    .promise-text-2 {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    .promise-happy-img{
        width: 100%;
    }
}
