.graphic-industries {
    background: #FCFCFC;
}

.industry-card {
    max-width: 302px;
}

.industry-types-bottom,
.industry-types-top,
.industry-types-third {
    margin: unset;
}

.feature-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feature-img {
    max-width: 350px;
    max-height: 156px;
    overflow: hidden;
    border-radius: 12px;
}

.feature-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feature-text span {
    color: #018F83;
}

.feature-text h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
}

.feature-subtext p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    color: #2B2C2D;
}

.feature-text .content-list li::before {
    content: url(../images/pen.svg);
}

.figma-features .gx-5 {
    --bs-gutter-x: 48px;
}

.figma-features .gy-3 {
    --bs-gutter-y: 30px;
}

.how-our-sction {
    z-index: -1;
    position: relative;
    background: url(../images/figma-design/bg.png);
}

.how-our-sction .double-circle-heading {
    color: #FFFFFF !important;
}

.how-our-sction .double-circle-heading::before {
    content: url(../images/fade-double-circle.svg);
}

.how-our-sction .texts {
    color: #BBBBBB;
}

.service-showcase {
    width: 100%;
    /* height: 100%; */
    border-radius: 0px 30px 30px 30px;
    position: relative;

}

.service-showcase img {
    object-fit: contain;
    border-radius: 0px 30px 30px 30px;
    z-index: 2;
    position: relative;
}

.service-showcase::before {
    content: '';
    position: absolute;
    display: block;
    right: -30px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    border-radius: 0px 30px 30px 30px;
    border: 4px solid #46E2D5;
}

.how-card {
    display: flex;
    padding: 16px;
    gap: 16px;
    background: #FFFFFF;
    border: 1px dashed #3C3C3B;
    box-shadow: 6px 7px 0px 0px #018F83;
    border-radius: 12px;
    height: 100%;
}

.how-img {
    min-width: 52px;
    max-height: 52px;
    overflow: hidden;
}

.how-texts {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.how-texts h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: #2B2C2D;
    font-weight: 600;
}

.how-texts p {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    color: #2B2C2D;
}

.how-our-sction .hovering-square-dottes-one {
    right: 0;
    left: 0;
    top: 0;
}







@media (max-width:991px) {
    .service-showcase::before {
        right: -16px;
        bottom: -20px;
    }

    .feature-img {
        max-width: 100%;
    }

    /* .gy-3 {
    --bs-gutter-y: 1rem;
} */
    .feature-text h3 {
        font-size: 16px;
    }

    .feature-subtext p {
        font-size: 14px;
    }

    .how-texts h3 {
        font-size: 16px;
    }

    .how-texts p {
        font-size: 14px;
    }

    .how-img {
        min-width: 48px;
        max-height: 48px;
    }
}