.blog-header{align-items:center;display:flex;justify-content:space-between;padding:25px 0}.blog-header--only-search{padding-top:0}@media (max-width:767px){.blog-header{align-items:flex-start;flex-direction:column}}.blog-header__section{align-items:center;display:flex}.blog-header__form-section{min-width:40%}.blog-header__section--full-width{width:100%}@media (max-width:767px){.blog-header__form-section{min-width:unset;width:100%}}.blog-header__title{color:#2b2b2b;margin:unset}.blog-header__search-form{padding-left:55px;width:100%}.blog-header__section--full-width .blog-header__search-form{padding-left:0}@media (max-width:767px){.blog-header__search-form{margin-top:30px;padding-left:unset}}.blog-header__search-form label{font-weight:600}.blog-header__form-field{position:relative}.blog-header__input-icon{background:var(--secondary-color);bottom:2px;padding:11px 10px 10px;position:absolute;right:2px;top:2px;width:40px}.blog-header__input-icon svg{height:auto;width:100%}.blog-header input#search{border:2px solid #fff;border-radius:4px;max-height:50px;padding-right:50px;width:100%}.blog-header input#search:active,.blog-header input#search:focus{border-color:var(--primary-color)}