.featured-text-list {
    position: relative;
    margin: 0;
    z-index: 2;
}
.featured-text-list .b2-inner-content {
    padding: 0 240px;
}
.ftl-top {
    margin-bottom: 120px;
}
.ftl-top .b2-row {
    align-items: end;
}
.ftl-heading {
    position: relative;
    padding-top: 48px;
}
.ftl-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(112, 207, 232, .3), transparent);
    pointer-events: none;
}
.ftl-heading::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--primary-color);
    pointer-events: none;
}
.ftl-top img {
    margin-left: 20%;
}
.ftl-item {
    position: relative;
    padding-top: 48px;
    min-height: 216px;
}
.ftl-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(112, 207, 232, .3), transparent);
    pointer-events: none;
}
.ftl-item::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--primary-color);
    pointer-events: none;
}
.ftl-item strong {
    display: block;
    font-family: var(--title-font);
    font-size: 1.125rem;
    margin-bottom: 18px;
}
.ftl-item p {
    font-family: var(--title-font);
    color: var(--secondary-color);
}
.ftl-bottom {
    padding-bottom: 80px;
}
.ftl-bottom .ftl-item {
    margin-bottom: 120px;
}
.ftl-bottom-img1 {
    margin-top: 50px;
    margin-left: -150px;
}
.ftl-bottom-img2 {
    margin-top: -4%;
    float: right;
    margin-right: -7%;
}
.ftl-flow-line-h {
    position: absolute;
    top: -1px; left: 0;
    width: 100%;
    height: 1px;
    pointer-events: none;
    overflow: hidden;
    z-index: 10;
}
.ftl-flow-line-h::after {
    content: "";
    position: absolute;
    top: 0;
    height: 5px;
    width: 150px;
    background: linear-gradient(to left, transparent, #1ebae3, transparent);
    opacity: 0;
    animation: flowRight var(--hdur, 3s) var(--hdelay, 0s) ease-in-out infinite;
}

@keyframes flowRight {
    0%   { left: -100px; opacity: 0; }
    10%  { opacity: 1; }
    90%  { opacity: 1; }
    100% { left: 100%; opacity: 0; }
}

@media only screen and (max-width: 1500px) { /* check 1401 */
    .featured-text-list .b2-inner-content {
        padding: 0 150px;
    }
    .ftl-top img {
        margin-left: 0;
    }
    .ftl-bottom-img1 {
        margin-left: -50px;
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 1400px) { /* check 1367 */
    .ftl-top img {
        margin-left: 10%;
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 1280px) { /* check 1081 */
    .featured-text-list .b2-inner-content {
        padding: 0 50px;
    }
    .ftl-top .b2-row {
        display: flex;
    }
    .ftl-bottom {
        padding-bottom: 0;
    }
    .ftl-top .b2-row .b2-col:nth-child(1) {
        order: 2;
    }
    .ftl-top .b2-row .b2-col:nth-child(2) {
        order: 3;
    }
    .ftl-top .b2-row .b2-col:nth-child(3) {
        order: 1;
    }
    .ftl-top {
        margin-bottom: 0;
    }
    .ftl-top img {
        display: block;
        margin-left: auto;
        max-width: 200px;
        height: auto;
    }
    .ftl-heading {
        padding-top: 20px;
        margin-top: -15px;
        margin-bottom: 60px;
    }
    .ftl-heading h2 {
        font-size: 1.9rem;
    }
    .ftl-item {
        padding-top: 36px;
        min-height: auto;
        margin-left: 60px;
    }
    .ftl-bottom-img1 {
        margin-top: 50px;
        margin-left: 0;
        margin-bottom: -15px;
        max-width: 175px;
        height: auto;
    }
    .ftl-item strong {
        font-size: 1rem;
    }
    .ftl-item p {
        font-size: .875rem;
    }
    .ftl-bottom .ftl-item {
        margin-bottom: 60px;
    }
    .ftl-bottom-img2 {
        float: none;
        max-width: 233px;
        height: auto;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: -51px;
    }
}