.consulting-section[data-v-3260843f] {
    direction: rtl;
    overflow-x: hidden
}

.section-title[data-v-3260843f] {
    color: #414042;
    font-family: Cairo, sans-serif;
    font-weight: 700
}

@media(max-width:991px) {
    .section-title[data-v-3260843f] {
        font-size: 24px;
        text-align: center
    }
}

.section-description[data-v-3260843f] {
    color: #717171;
    font-size: 16px;
    line-height: 2
}

@media(max-width:991px) {
    .section-description[data-v-3260843f] {
        font-size: 14px;
        text-align: center
    }
}

.image-wrapper[data-v-3260843f] {
    display: flex;
    justify-content: center
}

.image-wrapper .custom-rounded[data-v-3260843f] {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05)
}

.learn-more__btn[data-v-3260843f] {
    align-items: center;
    background-color: #fff;
    border: 1px solid #3e9b8e;
    border-radius: 8px;
    color: #3e9b8e;
    display: flex;
    font-size: 14px;
    height: 44px;
    justify-content: center;
    transition: all .3s ease-in-out;
    width: 168px
}

@media(max-width:991px) {
    .learn-more__btn[data-v-3260843f] {
        margin: 0 auto
    }
}

.learn-more__btn[data-v-3260843f]:hover {
    background-color: #3e9b8e;
    border: 1px solid #3e9b8e;
    color: #fff;
    transform: translateY(-2px)
}

@media(min-width:992px) {
    .text-content[data-v-3260843f] {
        padding-left: 2rem
    }
}