/* .offer-section {
    padding: 0 var(--Side-Padding-Small);
    text-align: left;

    .offer {
        position: relative;
        display: flex;
        justify-content: space-between;
        background-color: var(--Colors-Main-Dark);
        padding: 200px 180px;
        border-radius: 100px;
    
        .offer-content {
            display: flex;
            flex-direction: column;
            align-items: start;
            justify-content: center;
            gap: 32px;
        
            .offer-text {
                font-size: 48px;
                font-weight: 700;
                line-height: 68px;
                max-width: 600px;
                letter-spacing: -0.96px;
                color: var(--Colors-Text-Primary-Light);

                span {
                    white-space: nowrap;
                }
            }
    
            .offer-logo {
                height: 74px;
            }
        }
    
        .purple-arrow {
            position: absolute;
            bottom: -136px;
            left: 38%;
            transform: rotateY(180deg);
        }

        @media screen and (max-width: 1800px) {
            padding: 200px 155px;
        }
    
        @media screen and (max-width: 1680px) {
            padding: 200px 130px;
        }
    
        @media screen and (max-width: 1560px) {
            padding: 200px 105px;
        }
    
        @media screen and (max-width: 1440px) {
            padding: 200px 80px;
        }

        @media screen and (max-width: 1360px) {
            padding: 200px 72px;
            gap: 64px;
        }

        @media screen and (max-width: 1280px) {
            padding: 180px 64px;
        }

        @media screen and (max-width: 1200px) {
            .offer-image {
                max-width: 404px;
                max-height: 299px;
            }

            .purple-arrow {
                width: 178px;
                height: 260px;
                bottom: -104px;
            }
        }

        @media screen and (max-width: 1024px) {
            padding: 180px 40px;
        }

        @media screen and (max-width: 560px) {
            .offer-logo {
                max-width: 283px;
                max-height: 208px;
            }
        }
    }

    @media screen and (max-width: 1024px) {
        padding: 0;

        .offer {
            border-radius: 0;
        }
    }

    @media screen and (max-width: 900px) {
        .offer {
            flex-direction: column;
            align-items: center;
            padding: 104px 40px;
            gap: 72px;

            .offer-content {
                align-items: center;
                .offer-text {
                    text-align: center;
                }
            }

            .purple-arrow {
                width: 103px;
                height: 149px;
                bottom: -56px;
                left: unset;
            }
        }
    }

    @media screen and (max-width: 560px) {
        .offer {
            .offer-content {
                .offer-text {
                    font-size: 40px;
                    line-height: 56px;
                    letter-spacing: unset;
                }
            }

            .offer-image {
                max-width: 283px;
                max-height: 208px;
            }
        }
    }
}

html[dir="rtl"] {

    .offer-section {
        text-align: right;

        .offer {

            .purple-arrow {
                transform: none;
            }

            @media screen and (min-width: 900px) {
                flex-direction: row-reverse;
            }
        }
    }
} */

.offer-section {
    padding: 0 var(--Side-Padding-Small);
    text-align: left;
}
.offer-section .offer {
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: var(--Colors-Main-Dark);
    padding: 200px 180px;
    border-radius: 100px;
}
.offer-section .offer .offer-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 32px;
}
.offer-section .offer .offer-content .offer-text {
    font-size: 48px;
    font-weight: 700;
    line-height: 68px;
    max-width: 600px;
    letter-spacing: -0.96px;
    color: var(--Colors-Text-Primary-Light);
}
.offer-section .offer .offer-content .offer-text span {
    white-space: nowrap;
}
.offer-section .offer .offer-content .offer-logo {
    height: 74px;
}
.offer-section .offer .purple-arrow {
    position: absolute;
    bottom: -136px;
    left: 38%;
    transform: rotateY(180deg);
}
@media screen and (max-width: 1800px) {
    .offer-section .offer {
        padding: 200px 155px;
   }
}
@media screen and (max-width: 1680px) {
    .offer-section .offer {
        padding: 200px 130px;
   }
}
@media screen and (max-width: 1560px) {
    .offer-section .offer {
        padding: 200px 105px;
   }
}
@media screen and (max-width: 1440px) {
    .offer-section .offer {
        padding: 200px 80px;
   }
}
@media screen and (max-width: 1360px) {
    .offer-section .offer {
        padding: 200px 72px;
        gap: 64px;
   }
}
@media screen and (max-width: 1280px) {
    .offer-section .offer {
        padding: 180px 64px;
   }
}
@media screen and (max-width: 1200px) {
    .offer-section .offer .offer-image {
        max-width: 404px;
        max-height: 299px;
   }
    .offer-section .offer .purple-arrow {
        width: 178px;
        height: 260px;
        bottom: -104px;
   }
}
@media screen and (max-width: 1024px) {
    .offer-section .offer {
        padding: 180px 40px;
   }
}
@media screen and (max-width: 560px) {
    .offer-section .offer .offer-logo {
        max-width: 283px;
        max-height: 208px;
   }
}
@media screen and (max-width: 1024px) {
    .offer-section {
        padding: 0;
   }
    .offer-section .offer {
        border-radius: 0;
   }
}
@media screen and (max-width: 900px) {
    .offer-section .offer {
        flex-direction: column;
        align-items: center;
        padding: 104px 40px;
        gap: 72px;
   }
    .offer-section .offer .offer-content {
        align-items: center;
   }
    .offer-section .offer .offer-content .offer-text {
        text-align: center;
   }
    .offer-section .offer .purple-arrow {
        width: 103px;
        height: 149px;
        bottom: -56px;
        left: unset;
   }
}
@media screen and (max-width: 560px) {
    .offer-section .offer .offer-content .offer-text {
        font-size: 40px;
        line-height: 56px;
        letter-spacing: unset;
   }
    .offer-section .offer .offer-image {
        max-width: 283px;
        max-height: 208px;
   }
}
html[dir="rtl"] .offer-section {
    text-align: right;
}
html[dir="rtl"] .offer-section .offer .purple-arrow {
    transform: none;
}
@media screen and (min-width: 900px) {
    html[dir="rtl"] .offer-section .offer {
        flex-direction: row-reverse;
   }
}
