.section-learn-more {
    margin: 64px auto !important;
}

.section-learn-more .learn-more-bg {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    background-color: var(--color2);
    z-index: -1;
    background-image: url(../../img/bg-pattern-desktop.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-learn-more .learn-more-img img {
    width: 100%;
    height: 100%;
    display: block;
}

@media screen and (max-width: 767.99px) {
    .section-learn-more .learn-more-bg {
        top: 10%;
        right: 0;
        bottom: 73%;
        width: 50%;
    }

    .section-learn-more .section-title {
        margin-bottom: 4rem;
    }

    .section-learn-more .learn-more-img {
        margin-bottom: 1.5rem;
    }

    .section-learn-more .learn-more-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) {
    .section-learn-more {
        margin: 128px auto !important;
    }

    .section-learn-more .learn-more-content {
        display: table;
        margin-left: auto;
    }

    .section-learn-more .learn-more-btn {
        margin-left: 1rem;
    }
}

.section-learn-more .learn-more-bg-right {
    display: none;
}

@media screen and (min-width: 768px) {
    .section-learn-more .learn-more-bg-right {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 6%;
        background-color: var(--color2);
        z-index: -1;
        background-image: url(../../img/bg-pattern-desktop.svg);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }
}