.learning-paths-wrapper.future-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.learning-paths-wrapper h1:not(.ready-to-start-title) {
    padding-top: 50px;
    padding-bottom: 35px;
}
.learning-paths-wrapper p {
    color: rgba(62, 61, 61, 0.8);
}
.learning-paths-wrapper .learning-paths-bg {
    background-image: url('../images/GroupL59.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.faqs-page-wrapper .learning-paths-bg {
    background-image: url('../images/GroupL59.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.learning-paths-wrapper .contry-selection {
    text-align: center;
    padding-top: 50px;
}
.learning-paths-wrapper .contry-selection .abjad-card {
    margin: 75px auto 75px;
}
.learning-paths-wrapper .abjad-link a {
    color: #4D4D4D;
    text-decoration: none;
}
.learning-paths-wrapper .abjad-title h5{
    padding: 25px 0 35px 0;
    font-weight: bold;
}

.questions-wrapper .question-image {
    height: 150px;
}

.questions-wrapper .question-card .question {
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative;
}








.questions-wrapper .question-card .answer {
    padding-top: 25px;
}

.have-idea-wrapper {
    background-color: #2F855A;
    border-top-left-radius: 50% 7%;
    border-top-right-radius: 50% 7%;
    color: white;
}
.have-idea-wrapper .arrow-wrapper > div{
    display: inline-block;
    position: relative;
}
.have-idea-wrapper .arrow-wrapper > div .arrow {
    position: absolute;
    height: 95px;
    left: -70px;
    top: -15px;
}
.have-idea-wrapper .btn-green {
    padding-left: 50px;
    padding-right: 50px;
    
    border: none;
    margin-top: 40px;
}
.have-idea-wrapper .btn-green:focus {
    
    display: inline-block;
}
.have-idea-wrapper p {
    color: white;
}

@media (max-width: 768px) {
    .learning-paths-wrapper .main-image {
        max-width: 99%
    }
    .learning-paths-wrapper h1:not(.ready-to-start-title) {
        padding: 50px 20px 35px 20px;
    }
    .learning-paths-wrapper .learning-paths-bg {
        background-position: bottom center;
    }
    .faqs-page-wrapper .main-image {
        max-width: 79%
    }
    .questions-wrapper {
        padding: 20px;
    }
    .questions-wrapper .question-card {
        padding-bottom: 40px;
    }
}
@media (min-width: 960px) {
    .learning-paths-wrapper:not(.faqs-page-wrapper) .main-image {
        height: 70vh;
    }
    .faqs-page-wrapper .main-image {
        height: 45vh;
        margin-bottom: 100px;
    }
    [dir="rtl"] .questions-wrapper .question-card .question.odd {
        margin-right: 30px;
    }
    [dir="rtl"] .questions-wrapper .question-card .question.odd:before {
        right: -30px;
    }
    [dir="ltr"] .questions-wrapper .question-card .question.odd {
        margin-left: 30px;
    }
    [dir="ltr"] .questions-wrapper .question-card .question.odd:before {
        left: -30px;
    }
    .questions-wrapper .question-card .answer {
        padding-top: 25px;
    }
    [dir="rtl"] .questions-wrapper .question-card .question.even {
        margin-left: 30px;
    }
    [dir="rtl"] .questions-wrapper .question-card .question.even:before {
        left: -30px;
    }
    [dir="ltr"] .questions-wrapper .question-card .question.even {
        margin-right: 30px;
    }
    [dir="ltr"] .questions-wrapper .question-card .question.even:before {
        right: -30px;
    }
    .questions-wrapper {
        padding: 100px;
    }
    .questions-wrapper .question-card .question:before {
        content: "";
        display: inline-block;
        width: 10px;
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: #013E5F;
        border-top-right-radius: 50% 7px;
        border-top-left-radius: 50% 7px;

        border-bottom-right-radius: 50% 7px;
        border-bottom-left-radius: 50% 7px;
    }
    [dir="rtl"] .text-end2 {
        text-align: left;
    }
    [dir="ltr"] .text-end2 {
        text-align: right;
    }
    .questions-wrapper .question-card {
        padding-bottom: 200px;
    }
}