.text-sections{display:flex;flex-direction:column;gap:80px;margin:0 auto;max-width:1172px;width:100%}@media screen and (max-width:900px){.text-sections{gap:0}}.text-sections__container{padding:60px 48px}.text-sections .article{align-items:center;display:flex;gap:24px 60px;position:relative}@media screen and (max-width:900px){.text-sections .article{border-bottom:4px dotted grey;flex-wrap:wrap;justify-content:center;padding:40px 0}.text-sections .article:after,.text-sections .article:before{display:none}}.text-sections .article:nth-child(2n){flex-direction:row-reverse}.text-sections .article:nth-child(2n):before{content:"";height:400px;position:absolute;top:-200px;width:100%;z-index:-1}.text-sections .article:nth-child(odd):before{content:"";height:450px;position:absolute;top:-250px;width:100%;z-index:-1}@media screen and (max-width:900px){.text-sections .article:first-child{padding-top:0}}.text-sections .article:first-child:before{content:"";height:240px;position:absolute;top:-30px;width:100%;z-index:-1}@media screen and (max-width:900px){.text-sections .article:last-child{border-bottom:none;padding-bottom:0}}.text-sections .article:last-child:after{bottom:-30px;content:"";height:310px;position:absolute;width:100%;z-index:-1}.text-sections .article:last-child:nth-child(2n):after{display:none}.text-sections .article__body{flex:500px}@media screen and (max-width:900px){.text-sections .article__body{flex:100%;text-align:center}}.text-sections .article__title{font-size:35px;font-weight:700;margin:0 0 18px;text-transform:uppercase}@media screen and (max-width:767px){.text-sections .article__title{font-size:26px}}.text-sections .article__text{font-size:1rem;font-weight:400;margin:0 0 32px}.text-sections .article__text p{font-size:inherit;font-weight:inherit}.text-sections .article__text>::last-child{margin-bottom:0}.text-sections .article__image{flex:0 1 410px}@media screen and (max-width:900px){.text-sections .article__image{flex:0 1 200px;order:-1}}.text-sections .article__image img{aspect-ratio:1;border-radius:50%;box-shadow:0 8px 24px hsla(210,8%,62%,.2);display:block;height:auto;object-fit:cover;width:100%}