.brand-para{padding:140px 0;width:100%;box-sizing:border-box}
.brand-para__container{width:100%;margin:0 auto;text-align:center;transform:translateY(120px);opacity:0;transition:transform 1200ms ease-out,opacity 1200ms ease-out}
.brand-para__container.brand-para__container--animate{transform:translateY(0);opacity:1}
.brand-para__content{max-width:1100px;margin:0 auto;padding:0 24px;font-family:"Inter",sans-serif;font-style:normal;font-weight:500;text-align:center}
.brand-para__content p{color:#000;text-align:center;font-family:"Inter" !important;font-size:48px;font-style:normal;font-weight:500;line-height:64px}
.brand-para .brand-para__char{display:inline;transition:color .2s ease-out}
.brand-para .brand-para__char.brand-para__char--active{color:#1a1a1a !important}
.brand-para__divider{background:var(--Brand-Primary-100,#00a8a3);margin:80px auto;transition:margin 1200ms ease-out}
.brand-para__container.brand-para__container--animate .brand-para__divider{margin:32px auto}
.brand-para__description{text-align:center}
.brand-para__description-text{font-family:"Inter",sans-serif;font-style:italic;font-weight:500;color:var(--Grey-Grey-90,#1a1a1a);margin:0}
@media(min-width:1024px){.brand-para__content{font-size:48px;line-height:64px}
.brand-para__divider{width:211px;height:1px}
.brand-para__description-text{font-size:24px;line-height:24px}
}
@media(max-width:1100px){.brand-para{padding:73px 0}
.brand-para__content{font-size:26px;line-height:35px;padding:0 16px}
.brand-para__divider{width:156px;height:1px;margin:24px auto}
.brand-para__description-text{font-size:16px;line-height:24px}
}
@media(max-width:900px){.brand-para__content p{font-size:26px;line-height:35px}
.brand-para{padding:60px 48px}
}