.page-template-page-ai-prompt .feature-video .v-title {
    text-align: center;
    margin: 0 auto;
	padding-top: 30px;
}

@media (min-width: 768px) {
.page-template-page-ai-prompt .feature-video .v-title {
	width: 670px;
    min-width: 670px;
}
}

@media (max-width: 768px) {
.page-template-page-ai-prompt .feature-video .v-title {
   padding-top: 30px;
}	
}

.page-template-page-ai-prompt .feature-video .v-description-wrapper {
    justify-content: center;
	    text-align: center;
		margin-top: 30px;
}

.page-template-page-ai-prompt .feature-video .v-description-wrapper123 {
   margin-bottom: 0px;
}

.page-template-page-ai-prompt .feature-button-wrapper {
	padding-top: 60px;
    display: flex;
    justify-content: center;
}

.page-template-page-ai-prompt .feature-button {
    background: linear-gradient(90deg, #2886f1 0%, #7b61fd 100%);
    padding: 12px 24px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    border: none;
    margin-bottom: 0;
    transition: all 0s ease;
    position: relative;
}


.page-template-page-ai-prompt .ai-features .ai-feature img {
    border-radius: 16px;
}


.page-template-page-ai-prompt .web-design-platforms {
     padding: 0 0 130px 0;
}

.page-template-page-ai-prompt .web-design-platforms .section-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-template-page-ai-prompt .web-design-platforms-heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #28293d;
    font-family: var(--title-font); /* вместо $title-font */
    margin-bottom: 48px;
}

.page-template-page-ai-prompt .web-design-platform-wrapper {
    width: auto;
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    background: #f8f8fa;
    position: relative;
    border-radius: 100px;
    gap: 78px;
    flex-wrap: wrap;
	align-items: center;
}

.page-template-page-ai-prompt .web-design-platform-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 100px;
    background: linear-gradient(
        146deg,
        #00fabb 0%,
        #11e3c7 15.13%,
        #3ca8e4 46.71%,
        #4d90f0 58.7%,
        #568af0 67.64%,
        #6e79f0 82.14%,
        #945ff0 100%
    );
    z-index: -1;
}

.page-template-page-ai-prompt .web-design-platform-item-img {
    height: 28px;
}

.page-template-page-ai-prompt .web-design-platform-item-img-cstm1 {
	height: 22px !important;
}

.page-template-page-ai-prompt .web-design-platform-item-img-cstm2 {
	height: 18px !important;
}




@media (max-width: 1279px) {
    .page-template-page-ai-prompt .web-design-platforms {
         padding: 0 0 130px 0;
    }

    .page-template-page-ai-prompt .web-design-platform-wrapper {
        width: 100%;
        flex-wrap: wrap;
        gap: 52px;
        border-radius: 24px;
        justify-content: center;
    }

    .page-template-page-ai-prompt .web-design-platform-wrapper::after {
        display: none;
    }

    .page-template-page-ai-prompt .web-design-platform-item-img {
        height: 28px;
    }
}



@media (max-width: 600px) {
    .page-template-page-ai-prompt .web-design-platforms {
         padding: 0 0 96px 0;
    }

    .page-template-page-ai-prompt .section-wrapper {
        /* пусто — оставил для возможных правок */
    }

    .page-template-page-ai-prompt .web-design-platforms-heading {
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 32px;
    }

    .page-template-page-ai-prompt .web-design-platform-wrapper {
        gap: 20px;
        column-gap: 10px;
    }

    .page-template-page-ai-prompt .web-design-platform-item-img {
        height: 28px;
    }
}



