/* bbecome a mentor */
@media screen and (max-width: 989px) {
  .become-mentor .reason {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .become-mentor .wp-block-heading {
    margin-bottom: 15px;
  }
}

.testimonial .swiper-slide {
    padding: 0 40px;
}

.quote-1, .quote-2 {
    position: absolute;
}

.quote-1 {
    left: 32px;
    top: -10px;
}

.quote-2 {
    top: 41%;
    left: 49%;
}

@media screen and (min-width: 989px) {
    .become-mentor figure {
        max-width: 75px;
    }

     .testimonial .swiper-slide {
        padding: 0 100px;
    }

    .quote-1 {
        left: 60px;
    }

    .quote-2 {
        top: 34%;
    }

    .ninja-star {
        position: absolute;
        bottom: -3%;
        left: 10%;
        z-index: 2;
    }
}

.testimonial .wp-block-cb-carousel-v2 .cb-button-next{
    right: 0;
}

.testimonial .wp-block-cb-carousel-v2 .cb-button-prev {
    left: 0;
}

.testimonial .wp-block-cb-carousel-v2 .cb-button-next:after, 
.testimonial .wp-block-cb-carousel-v2 .cb-button-prev:after {
    color: var(--wp--preset--color--accent-3);
}

.testimonial .wp-block-cb-carousel-v2 .cb-pagination .cb-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--wp--preset--color--accent-3);
}

.how-it-works .wp-block-create-block-polygon,
.how-it-works .polygon-wrapper {
    width: 270px;
    height: 270px;
    display: block;
    margin: auto;
}

.how-it-works .wp-block-create-block-polygon .wp-block-heading {
    margin: 0;
    margin-top: -50px;
}

.dual-polygon .polygon-wrapper {
    width: 300px;
    height: 300px;
}


.polygon-wrapper {
    clip-path: polygon(50% 0, 90% 10%, 100% 50%, 90% 90%, 50% 100%, 8% 90%, 0 50%, 8% 10%);
    box-sizing: content-box;
}

@media screen and (max-width: 989px) {
    .how-it-works .wp-block-create-block-polygon .wp-block-heading {
        margin-top: -29px;
        font-size: 95px !important;
    }

    .how-it-works .wp-block-create-block-polygon,
    .how-it-works .polygon-wrapper {
        width: 230px;
        height: 230px;
    }

    .how-it-works .wp-block-column:first-child,
    .how-it-works .wp-block-column:nth-child(3) {
        margin-right: 100px;
    }

    .how-it-works .wp-block-column:nth-child(2) {
        margin-top: -68px;
        margin-left: 103px;
    }

    .how-it-works .wp-block-column:nth-child(3) {
        margin-top: -40px;
    }

    .dual-polygon .polygon-wrapper {
        width: 220px;
        height: 220px;
    }

    .dual-polygon .second-quote {
        margin-top: -50px;
        left: 37%;
    }
}

.testimanial-slider .wp-block-cb-carousel-v2 .cb-pagination.swiper-pagination-horizontal {
    bottom: -30px;
}

.button-width-text {
    max-width: 500px;
    width: 100%;
}

.wp-block-create-block-polygon.polygon-about-us {
    width: 310px;
    height: 310px;
}

.polygon-about-us-quote {
    position: absolute;
    top: 0;
    left: 20%;
}

.inline-block {
    display: inline-block;
}

@media screen and (min-width: 989px) {
    .polygon-about-us-quote {
        top: 20px;
        right: 20%;
        left: initial;
    }
	
	.polygon-with-image .polygon-with-qoute {
		margin-left: -35px;
    	margin-top: 66px !important;
	}
}


.polygon-with-qoute .quote {
    position: absolute;
    right: 20%;
    top: -7%;
}

@media screen and (max-width: 989px) {
    .polygon-with-image .polygon-with-qoute {
		position: absolute;
		left: 22%;
    	bottom: -37%;
		width: 260px;	
		height: 260px;
	}
	
	.polygon-with-qoute .quote {
		top: -11%;
	}
}

.support .wp-block-gutsliders-photo-carousel .swiper-pagination.swiper-pagination-horizontal {
	bottom: -5px;
}

.wp-block-gutsliders-photo-carousel .swiper-pagination-bullet-active {
	background-color: var(--wp--preset--color--accent-3);	
}
