#sectionAbout {
    background-image: url(assets/img/about_us-3.png);
}
.consultation-block__header-img{
	height: auto;
}
.sidebar__title--small {
    font-size: 24px;
}
.about-main-text p {
    color: var(--color-black);
    font-family: var(--open-sans);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 24px;
}
.consultations {
	justify-content: center;
}
.cqb {
    width: calc(100% / 3);
    position: relative;
}

.cqb+.cqb::before {
    content: '';
    position: absolute;

    height: 108px;
    width: 2px;

    top: 174px;
    left: -45px;

    opacity: 0.6;
    background-color: var(--color-brown--light);
}
[id^=bx_incl_area] {
	background: #0600ff0f;
    padding: 5px;
    width: 100%;
}
.peach-plan {
	min-height: 170px;
	height: auto;
}
#sectionHome{
	min-height: 530px;
    height: auto;
}
.search-input {
	width: 100%;
}
.tag-button {
	text-decoration: none;
}
@media (max-width: 1439px) {
	.cqb+.cqb::before {
        left: -37px;
    }
	#sectionHome {
        min-height: 410px;
		height: auto;
    }
	.about-main-text p {
		font-size: 16px;
        margin-top: 18px;
	}
	.peach-plan {
		min-height: 143px;
	}
	.search-input {
		width: 100%;
	}
}
@media (max-width: 999px) {
	.cqb+.cqb::before {
        height: 272px;
        left: -20px;
    }
	#sectionHome {
        min-height: 381px;
		height: auto;
		background-position: center;
    }
}
@media (max-width: 767px) {
	.cqb {
        width: 100%;
    }
    .cqb+.cqb::before {
        height: 2px;
        width: 100%;

        left: 0;
        top: -21px;
    }
	#sectionHome {
        min-height: 360px;
		height: auto;
    }
	.about-main-text p {
		font-size: 16px;
        margin-top: 12px;
	}
}
.article-body li {
    color: var(--color-black);
    font-family: var(--open-sans);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;

    position: relative;
}

.article-body li span {
    position: relative;
}

.article-body ul {
    padding-left: 32px;
    list-style-type: none;
}

.article-body ul li::before {
    content: '';
    position: absolute;
    top: 14px;
    left: -24px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: var(--color-black);
}

.article-body ol {
    padding-left: 32px;
}

.article-body p:not(.blog__quote) {
	margin-top: 20px;
    color: var(--color-black);
    font-family: var(--open-sans);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.article-body quote {
    color: #818181;
    font-family: var(--open-sans);
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

.article-body p+ p,
.article-body p+ ol, 
.article-body p+ ul, 
.article-body quote+ p, 
.article-body quote+ ol, 
.article-body quote+ ul, 
.article-body ul+ p, 
.article-body ol+ p, 
.article-body ol+ p, 
.article-body p+ quote, 
.article-body ul+ quote, 
.article-body ol+ quote {
    margin-top: 20px;
}

.article-body h1 {
    color: var(--color-black);
    font-family: var(--inter);
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.5px;

    margin-top: 24px;
}

.article-body h2 {
    color: var(--color-black);
    font-family: var(--inter);
    font-size: 38px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.5px;

    margin-top: 30px;
}

.article-body h3 {
    color: var(--color-black);
    font-family: var(--inter);
    font-size: 36px;
    font-weight: 600;
    line-height: 48.176px;
    letter-spacing: -0.5px;
    margin-top: 30px;
}

.article-body h4 {
    color: var(--color-black);
    font-family: var(--inter);
    font-size: 30px;
    font-weight: 600;
    line-height: 28.339px;
    letter-spacing: -0.5px;
    margin-top: 30px;
}

.article-body h5 {
    color: var(--color-black);
    font-family: var(--inter);
    font-size: 24px;
    font-weight: 600;
    line-height: 22.671px;
    letter-spacing: -0.5px;
    margin-top: 13px;
}
.article-body h3+p:not(.blog__quote),
.article-body h3+p:not(.blog__quote),
.article-body h2+p:not(.blog__quote),
.article-body h2+p:not(.blog__quote) {
    margin-top: 5px;
}
@media (max-width: 767px) {
    .article-body h1 {
        font-size: 32px;
        line-height: normal;
        margin-top: 12px;
    }
    .article-body h2 {
        font-size: 25px;
        line-height: normal;
        margin-top: 10px;
    }
    .article-body h3 {
        font-size: 22px;
        line-height: normal;
        margin-top: 10px;
    }
    .article-body h4 {
        font-size: 20px;
        line-height: normal;
        margin-top: 10px;
    }
    .article-body h5 {
        font-size: 16px;
        line-height: normal;
        margin-top: 16px;
    }
}
@media (max-width: 1439px) {
    .article-body p:not(.blog__quote){
        font-size: 20px;
    }
}
@media (max-width: 999px) {
    .article-body p:not(.blog__quote){
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .article-body p:not(.blog__quote){
        font-size: 16px;
    }
}



