/* 
.cm-banner-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   background-color:#224cc3;
}

.banner_main {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
    display: flex;
    justify-content: center;
}

.banner_main a:hover,
.banner_main a:focus {
	color: #FFFFFF;
}

@media screen and (max-width: 600px){
.banner_main {
    padding: 0 20px;
}
}

.home-page .banner_wrapper {
    text-align: left;    
}

.banner_wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
/*    */
  margin-top: 106.8px;
    
}

.header-extended__title h1 {
    max-width: 650px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 48px;
    margin-top: 50px;
    margin-bottom: 40px;
    line-height: 56px;
}

.header-extended__right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 70px;
}

@media screen and (max-width: 1000px) {

  .header-extended__left {
    align-items: center;
    padding-left: 0;
    margin: 0 auto;
  }
  
  .header-extended__left .book-demo {
    justify-content: center; 
  }
  
  .header-extended__title,
  .header-extended__txt {
    text-align: center;
  }

  .header-extended__right {
    display: none;
  }
  
}

@media screen and (max-width: 600px){
.header-extended__title h1 {
    font-size: 40px;
    line-height: 48px;
}
}

.header-extended__txt h2 {
    max-width: 650px;
    color: #E9EDF9;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 33px;
} */

.blog__author-position {
  color: #1e1e1e;
}