.section-purchase-introduction .sw--purchase-tab {
    margin-bottom: 56px;
}

.section-purchase-introduction .sw--purchase-tab .swiper-slide {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-purchase-introduction .sw--purchase-tab .swiper-slide a {
    background-color: #F5F5F5;
    width: 88px;
    height: 2rem;
    text-align: center;
    transition: 0.3s;
    color: var(--color3);
}

.section-purchase-introduction .sw--purchase-tab .swiper-slide a:hover,
.section-purchase-introduction .sw--purchase-tab .swiper-slide a.active {
    background-color: var(--color2);
    color: #FFF;
}

.section-purchase-introduction .tab-content.image-content {
    padding-bottom: 1.5rem;
    margin: auto;
}

.section-purchase-introduction .purchase-bg {
    content: '';
    position: absolute;
    right: 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-purchase-introduction .purchase-bg-left {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    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;
}

@media screen and (max-width:767.99px) {
    .section-purchase-introduction .purchase-bg {
        top: 20%;
        right: 0;
        bottom: 60%;
        width: 50%;
    }

    .section-purchase-introduction .purchase-bg-left {
        display: none;
    }

    .section-purchase-introduction .section-title {
        text-align: center;
    }

    .section-purchase-introduction .section-title .top-title-heading {
        margin-left: 0;
    }
}

@media screen and (min-width:768px) {

    .section-purchase-introduction:has(.purchase-bg-left) .section-title .top-title-heading {
        color: var(--color1);
    }

    .section-purchase-introduction:has(.purchase-bg-left) .section-title .top-title-heading::after {
        background-color: var(--color1);
    }

    .section-purchase-introduction:has(.purchase-bg-left) .sw--purchase-tab .swiper-slide a:hover,
    .section-purchase-introduction:has(.purchase-bg-left) .sw--purchase-tab .swiper-slide a.active {
        background-color: var(--color1);
    }

    .section-purchase-introduction .purchase-bg-left {
        width: 6%;
    }
}