.anorex-content {
    position: relative;
    z-index: 2;
}
.mobile-app__wrap{
    padding: 50px 30px 20px !important; 
}
.anorex-title {
    font-size: 24px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 0 0 20px 0;
    line-height: 1.2;
    font-family: Montserrat, sans-serif;
}

.anorex-description {
    font-size: 13px;
    color: #666;
    margin: 0 0 30px 0;
    line-height: 1.5;
    max-width: 480px;
}


.anorex-feature {
    display: flex;
    align-items: center;
    margin: 20px 0;
    gap: 15px;
}

.anorex-feature-icon {
    height: 40px;
    display: flex;
    align-items: center;
}

.anorex-feature-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.anorex-feature-text {
    font-size: 14px;
    color: #2c2c2c;
    line-height: 1.4;
    margin-top: 8px;
}

.anorex-btn {
    margin-top: 30px;
}

.mobile-app__teaser ul {
    margin: 90px -6px 18px;
}

.mini-exchange__btn {
    bottom: 35px;
}
.mini-exchange__btn a{
    padding: 12px 22px;
}

@media (max-width: 768px) {
    .anorex-block {
        padding: 25px 20px;
    }

    .mobile-app__btn {
        max-width: unset;
    }

    .anorex-title {
        font-size: 24px;
    }

    .anorex-feature {
        gap: 12px;
    }

    .anorex-feature-icon {
        width: 35px;
        height: 35px;
    }

    .anorex-feature-text {
        font-size: 14px;
    }
}