.sub-header{border-bottom:1px solid var(--dark-background)}.sub-header__container{align-items:center;display:flex;flex-direction:row;width:100%}@media only screen and (max-width:991px){.sub-header__container{flex-direction:column}}.sub-header__el{align-items:center;display:flex;flex-direction:row;gap:30px;height:100%;justify-content:center;padding:55px;width:100%}.sub-header__el:not(:last-of-type){border-right:1px solid var(--dark-background)}@media only screen and (max-width:991px){.sub-header__el:not(:last-of-type){border-bottom:1px solid var(--dark-background);border-right:unset}}@media only screen and (max-width:1199px){.sub-header__el{padding:40px}}@media only screen and (max-width:991px){.sub-header__el{flex-direction:column;gap:20px;padding:40px 0}}.sub-header__text-wrapper{display:flex;flex-direction:column;justify-content:center}@media only screen and (max-width:991px){.sub-header__text-wrapper{align-items:center}}.sub-header__title{color:var(--black);font-size:14px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase}@media screen and (min-width:360px){.sub-header__title{font-size:calc(13.66667px + .09259vw)}}@media screen and (min-width:1440px){.sub-header__title{font-size:15px}}@media only screen and (max-width:991px){.sub-header__title{text-align:center}}.sub-header__subtitle{color:var(--black);font-size:11px;letter-spacing:1.2px;text-transform:uppercase}@media screen and (min-width:360px){.sub-header__subtitle{font-size:calc(10.66667px + .09259vw)}}@media screen and (min-width:1440px){.sub-header__subtitle{font-size:12px}}@media only screen and (max-width:991px){.sub-header__subtitle{text-align:center}}.sub-header__icon{width:48px}