.section-header {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.content-header.box {
    width: 800px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.section-header p.content-header {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}

.section-header h1{
  color:#fff;
  font-size:44px;
  line-height:49px;
  margin-top:30px;
}

{#.section-header h1 span{
  color:#C4DD5D;
}#}


.section-header.black p.content-header{
  color:#000;
}

.section-header.black h1{
  color:#000;
}

a.cta-header.full {
    background: #C4DD5D;
    border: 1px solid #C4DD5D;
    box-sizing: border-box;
    box-shadow: 0px 2px 40px rgb(6 1 11 / 26%);
    border-radius: 4px;
    padding: 10px 20px;
    display: inline-block;
    width: fit-content;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s linear all;
    margin:10px 10px 0 0;
}

a.cta-header.full:hover {
    background: #00998E;
    border: 1px solid #00998E;
}

a.cta-header.outline {
    background: transparent;
    border: 1px solid #C4DD5D;
    box-sizing: border-box;
    box-shadow: 0px 2px 40px rgb(6 1 11 / 26%);
    border-radius: 4px;
    padding: 10px 20px;
    display: inline-block;
    width: fit-content;
    color: #C4DD5D;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s linear all;
    margin:10px 10px 0 0;
}

a.cta-header.outline:hover {
    background: #00998E;
    border: 1px solid #00998E;
    color:#000;
}

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

.section-header p.content-header{
  color:#fff;
  font-size:18px;
  line-height:23px;
}

.section-header h1{
  color:#fff;
  font-size:35px;
  line-height:40px;
}
  
.content-header.box {
    max-width: 90%;
    margin: 0 auto;
}
}