.dark .how-we-look-at-seo--right {
	background-color: #353D49;
	color: var(--white);
}
.dark .seo-features-list--item .number {
	color: var(--white);
}


.how-we-look-at-seo--right .seo-features-list--item {
	border-bottom: 0.65px solid #D7E1EC;
}

.how-we-look-at-seo {
    overflow: hidden;
}

.how-we-look-at-seo--left,
.how-we-look-at-seo--right {
    position: relative;
}

.how-we-look-at-seo__inner {
    height: 100%;
}


.how-we-look-at-seo--left {
    background-image: var(--left-bg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 20px 40px 20px;
}
.dark .how-we-look-at-seo--left {
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)) center / cover no-repeat, var(--left-bg) center/cover no-repeat ; 
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 20px 40px 20px;
}

.how-we-look-at-seo--left .how-we-look-at-seo--bottom {
    margin-top: 17px; 
}
.how-we-look-at-seo--left .how-we-look-at-seo--bottom .how-we-look-at-seo--button {
    max-width: 206px;
    width: 100%;
    display: block;
    margin-top: 17px; 
}

.how-we-look-at-seo--header {
    font-family: Unbounded;
    font-weight: 200;
    line-height: 1.17;
    letter-spacing: 0;
    color: var(--white);
    margin: 0;
}

.how-we-look-at-seo--description {
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
}

.how-we-look-at-seo--button .btn {
    background: var(--white);
    padding: 15px 36px;
    color: var(--text-basic);
    font-family: Wix Madefor Text;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.how-we-look-at-seo--button .btn img{
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    transition: filter 1s;
}
.how-we-look-at-seo--right {
    background-color: var(--background-light);
    padding: 20px;
}
.how-we-look-at-seo--description {
    font-family: 'Wix Madefor Text', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--white);
}


.seo-features-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.seo-features-list--item {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 10px;
    border-bottom: 0.65px solid var(--background-basic);
    padding-bottom: 13px;
    padding-top: 13px;
}
.seo-features-list--item:last-child {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.seo-features-list--item .number {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    width: 31px;
    height: 31px;
    color: var(--text-basic);
}
.seo-features-list--item .number::after {
    content: "";
    top: 0;
    position: absolute;
    z-index: -1;
    display: block;
    background-color: var(--white);
    width: 100%;
    height: 100%;
    border-radius: 50%;

}

.seo-features-list--value {
    flex: 1;
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;
}
.seo-features--description {
    margin-top: 20px;
}
.how-we-look-at-seo--right .seo-features--description {
    margin-top: 59px;
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;

}

.how-we-look-at-seo--left .how-we-look-at-seo--bottom {
    max-width: 500px;
    width: 100%;
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
}
.how-we-look-at-seo--left .how-we-look-at-seo--bottom .how-we-look-at-seo--button .btn {
    cursor: pointer;
    transition: color 1s, background-color 1s;
}
.how-we-look-at-seo--left .how-we-look-at-seo--bottom .how-we-look-at-seo--button .btn img {
    transition: filter 1s;
}
.how-we-look-at-seo--left .how-we-look-at-seo--bottom .how-we-look-at-seo--button .btn:hover {
    color: var(--white);
}
.how-we-look-at-seo--left .how-we-look-at-seo--bottom .how-we-look-at-seo--button .btn:hover img {
    filter: brightness(0) invert(1);
}
@media (min-width: 550px) {

    .how-we-look-at-seo--header {
        font-size: 32px;
    }

    .how-we-look-at-seo--description {
        font-size: 16px;
    }

    .how-we-look-at-seo__inner {
        padding-top: 72px;
        padding-bottom: 80px;
    }
}
@media (min-width: 678px) {
    .how-we-look-at-seo__grid {
        gap: 20px;
    }
    .how-we-look-at-seo__grid .wrapper-right {
        margin-right: auto;
    }
    .how-we-look-at-seo__grid .wrapper-left {
        margin-left: auto;
        margin-right: 145px;
    }
}
@media (min-width: 768px) {
    
	.how-we-look-at-seo__grid {
		gap: 12px;
	}
    .how-we-look-at-seo__grid .wrapper-left {
        margin-right: 30px;
    }
    .how-we-look-at-seo__inner {
        padding: 46px 0px 56px 0px;
    }

	.how-we-look-at-seo--left {

	}

	.how-we-look-at-seo--left .how-we-look-at-seo--bottom {
		font-family: Wix Madefor Text;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 0;
	}
	.how-we-look-at-seo--left .how-we-look-at-seo--description {
		max-width: 325px;
		width: 100%;
		font-family: Wix Madefor Text;
		font-weight: 400;
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0;

	}
	.how-we-look-at-seo--left .how-we-look-at-seo--bottom .how-we-look-at-seo--button {
		margin-top: 154px;
	}
	.how-we-look-at-seo--right {
		padding: 0;
	}
	.how-we-look-at-seo--right .how-we-look-at-seo__inner {
		padding: 52px 85px 46px 20px;
	}
	.how-we-look-at-seo--right .seo-features--description {
		margin-top: 37px;
	}
	.seo-features-list--item {
		padding-top: 0px;
	}
    .how-we-look-at-seo--button .btn img{
        width: 12px;
        height: 12px;
    }
}
@media (min-width: 1024px) {
    .how-we-look-at-seo__grid .wrapper-left {
        margin-right: 120px;
    }
}
@media (min-width: 1140px) {
    .how-we-look-at-seo__inner {
        padding: 46px 0px 56px 0px;
    }
    .how-we-look-at-seo__grid .wrapper-left {
        margin-right: 108px;
    }
    
	.how-we-look-at-seo--right .seo-features-list--item {
		padding-top: 0px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.how-we-look-at-seo--right .seo-features-list--item .number {
		font-family: Wix Madefor Text;
		font-weight: 400;
		font-size: 14px;
		line-height: 1;
		letter-spacing: 0;
		text-align: center;
	}
	.how-we-look-at-seo--right .seo-features-list--value {
		font-family: Wix Madefor Text;
		font-weight: 400;
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: 0;
	}
	.how-we-look-at-seo--left .how-we-look-at-seo--header {
		font-family: Unbounded;
		font-weight: 200;
		font-size: 32px;
		line-height: 1.17;
		letter-spacing: 0;
	}
	.how-we-look-at-seo--left .how-we-look-at-seo--description {
		max-width: 501px;
		font-family: Wix Madefor Text;
		font-weight: 400;
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: 0;
	}
	.how-we-look-at-seo--left .how-we-look-at-seo--bottom .how-we-look-at-seo--button {
		position: absolute;
		bottom: 78px;
		max-width: 316px;
		width: 100%;
	}
	.how-we-look-at-seo--left .how-we-look-at-seo--bottom .how-we-look-at-seo--button .btn {
		font-family: Wix Madefor Text;
		font-weight: 600;
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: 0;
		text-align: center;	
	}
    .how-we-look-at-seo--button .btn img{
        width: 18px;
        height: 18px;
    }
}
@media (min-width: 1350px) {
    .how-we-look-at-seo--left .how-we-look-at-seo--header {
        font-family: Unbounded;
        font-weight: 200;
        font-size: 48px;
        line-height: 1.17;
        letter-spacing: 0;
    }
}