.sectionTitleDescription:before{
	background: #00000045;
}
.sectionTitleDescription .title {font-size: 4em}
.sectionImgArticleDescription {padding-top: 0;padding-bottom: 3em}
.sectionImgArticleDescription article, .sectionImgArticleDescription article p {text-align: left}
.sectionImgArticleDescription .subTitle:after {margin: .2em auto 0 0}
.sectionImgArticleDescription .uniformSpacing {display: flex;align-items: center;justify-content: space-between;flex-direction: row-reverse}
.sectionImgArticleDescription .svgImg {transform: translateX(5em);margin-right: 0;width: 30%}
.sectionImgArticleDescription .disappearArticle {transform: translateX(-5em)}
.sectionImgArticleDescription article {margin: 0;width: 60%}
.divSectionTitleDescription .svgRound.white path {fill: var(--basicColor5)}


@media screen and (max-width: 1100px) {
	.sectionImgArticleDescription .svgImg {width: 40%}
	.sectionImgArticleDescription article {width: 50%}
}
@media screen and (max-width: 1000px) {
	.sectionImgArticleDescription .uniformSpacing {flex-direction: column}
	.sectionImgArticleDescription {padding-bottom: 7em}
}