.dark .do-many-requests--right {
    background-color: #353D49;
}
.dark  .do-many-requests__inner .seo-features-list--item .number {
    color: var(--white);
}
.dark .seo-features-list--item .number::after {
    background-color: #515860;
}
.dark .do-many-requests__inner .seo-features-list--item .seo-features-list--value {
    color: var(--white);
}
.dark .do-many-requests__inner .seo-features-list--item .seo-features-list--value:after {
    filter: brightness(0) invert(1);
}
.dark .do-many-requests__inner .seo-features-list--item.active .seo-features-list--bottom {
    color: var(--white);
}
.do-many-requests--button {
    margin-top: 17px;
}

.do-many-requests {
    overflow: hidden;
}

.do-many-requests--left,
.do-many-requests--right {
    position: relative;
}

.do-many-requests__inner {
    height: 100%;
}
.dark .seo-features-list--item {
    border-bottom: 0.65px solid #515860;
}

.do-many-requests--left {
    background-image: var(--left-bg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 20px 40px 20px;
}
.dark .do-many-requests--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;
}
.do-many-requests--left .do-many-requests--bottom {
    margin-top: 17px; 
}
.do-many-requests--left .do-many-requests--bottom .do-many-requests--button {
    max-width: 206px;
    width: 100%;
    display: block;
    margin-top: 17px; 
}

.do-many-requests--header {
    font-family: Unbounded;
    font-weight: 200;
    line-height: 1.17;
    letter-spacing: 0;
    color: var(--white);
    margin: 0;
}

.do-many-requests--description {
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
}

.do-many-requests--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;
}

.do-many-requests--right {
    background-color: var(--background-light);
    padding: 20px;
}
.do-many-requests--description {
    font-family: 'Wix Madefor Text', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--white);
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
}


.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;
}
.do-many-requests--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;

}

.do-many-requests--left .do-many-requests--bottom {
    max-width: 500px;
    width: 100%;
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
}

.do-many-requests--button {
    width: 216px;
    margin-top: 17px;

}
.do-many-requests--button .btn {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap:10px;
   justify-content: center;
}
.do-many-requests--button .btn img{
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    transition: filter 1s;
}

.do-many-requests--button .btn {
    cursor: pointer;
    transition: color 1s, background-color 1s;
}
.do-many-requests--button .btn:hover {
    color: var(--white);
}
.do-many-requests--button .btn:hover img {
    filter: brightness(0) invert(1);
}
@media (min-width: 550px) {

    .do-many-requests--header {
        font-size: 32px;
    }

    .do-many-requests--description {
        font-size: 16px;
    }

    .do-many-requests__inner {
        padding-top: 72px;
        padding-bottom: 80px;
    }
}
@media (min-width: 678px) {
    .do-many-requests__grid {
        gap: 20px;
    }
    .do-many-requests--left .wrapper-right {
        margin-right: auto;
    }
    .do-many-requests--left .wrapper-left {
        margin-left: auto;
        margin-right: 145px;
    }
}
@media (min-width: 768px) {
	.do-many-requests__grid {
		gap: 12px;
	}

    .do-many-requests--left .wrapper-left  {
        margin-right: 30px;
    }
    .how-we-look-at-seo__inner {
        padding: 46px 0px 56px 0px;
    }

	.do-many-requests--left {

	}
    .do-many-requests__inner .seo-features-list--item.active .seo-features-list--bottom {
        padding-left: 48px;
    }
	.do-many-requests--left .do-many-requests--bottom {
		font-family: Wix Madefor Text;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 0;
	}
	.do-many-requests--left .do-many-requests--description {
		max-width: 325px;
		width: 100%;
		font-family: Wix Madefor Text;
		font-weight: 400;
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0;

	}
	.do-many-requests--left .do-many-requests--bottom .do-many-requests--button {
		margin-top: 154px;
	}
	.do-many-requests--right {
		padding: 0;
	}
	.do-many-requests--right .do-many-requests__inner {
		padding: 52px 85px 46px 20px;
	}
	.do-many-requests--right .seo-features--description {
		margin-top: 37px;
	}
	.seo-features-list--item {
		padding-top: 0px;
	}

    .do-many-requests--button .btn img{
        width: 12px;
        height: 12px;
    }
    .do-many-requests--button {
        margin-top: 114px;
    }

}
@media (min-width: 1024px) {
    .do-many-requests--left .wrapper-left {
        margin-right: 120px;
    }
}

@media (min-width: 1140px) {
    .do-many-requests--button .btn img{
        width: 18px;
        height: 18px;
    }
    .how-we-look-at-seo--right .how-we-look-at-seo__inner {
        padding-right: 0;
        padding-left: 32px;
    }
    .do-many-requests--left .do-many-requests--description {
        max-width: 501px;
        width: 100%;
        font-family: Wix Madefor Text;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0;
    }
    .do-many-requests--button {
        width: 316px;
        position: absolute;
        bottom: 78px;
    }
    .do-many-requests--button .btn {
        font-family: Wix Madefor Text;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0;
    }
    .seo-features-list--item .number {
        font-family: Wix Madefor Text;
        font-weight: 400;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;
    }
    .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--right .seo-features--description {
        font-family: Wix Madefor Text;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}
@media (min-width: 1350px) {    
    .do-many-requests--left .do-many-requests--header {
        font-family: Unbounded;
        font-weight: 200;
        font-size: 48px;
        line-height: 1.17;
        letter-spacing: 0;
    }
    .do-many-requests--button {
        margin-top: 161px;
    }   
    .do-many-requests__inner .seo-features-list--item.active .seo-features-list--bottom {
        padding-left: 70px;
    }
}