.banner_section{min-height:640px;position:relative;text-align:center;padding:96px 0;display:flex;justify-content:space-between;align-items:center;background:var(--banner-bg,#4a4742)}.banner_section .name{font-family:var(--font-family);font-weight:600;font-size:16px;line-height:100%;letter-spacing:.13em;text-transform:uppercase;text-align:center;color:var(--t-white-60);margin-bottom:16px}.banner_section .title{font-family:var(--second-family);font-weight:600;font-size:64px;line-height:100%;letter-spacing:-.02em;text-align:center;color:var(--brand-white);max-width:888px;margin:0 auto 32px}.banner_section picture{position:absolute;inset:0;z-index:0}.banner_section picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 0;object-position:50% 0}.banner_section .content-padding{position:relative;z-index:1;width:100%}@media all and (max-width:1024px){.banner_section{padding:32px 0;min-height:480px}.banner_section .title{font-size:40px}}@media all and (max-width:767px){.banner_section{min-height:380px}.banner_section .title{font-size:32px}}