.promo {
    background: #3db39e;
    color: #ffffff;
}
.promo .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 634px;
}
.promo-text {
    width: 50%;
    font-size: 18px;
    line-height: 30px;
}
.promo-text p {
    padding: 35px 0 0;
}
.promo .wrap img {
    width:40%;
}
.promo-title {
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
}
.promo-button {
    display: inline-block;
    white-space: nowrap;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    padding: 0 30px;
    background: #ffffff;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.promo-button:hover {
    background-color: #e2f9f5;
    color: #26a5d1;
}
.promo-button:active {
    color: #188bb2;
    background-color: #e2f9f5;
    -moz-box-shadow: inset 0 2px 0 rgba(0,0,1,.1);
    -webkit-box-shadow: inset 0 2px 0 rgba(0,0,1,.1);
    box-shadow: inset 0 2px 0 rgba(0,0,1,.1);
}
.promo-link {
    color: #ffffff;
    font-size: 20px;
    line-height: 52px;
    font-weight: bold;
    margin: 0 0 0 35px;
    text-transform: uppercase;
    white-space: nowrap;
}
.promo-link:hover {
    color: #c9f9f0;
}
.wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
}
.features-desc {
  padding-top: 100px
  background-color: #fcfcfc;
}
h3{
	font-family: "Oswald";
    color: #4c4c4c;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 35px;
}
h1{
    font-weight: 400;
    padding: 50px 0;
    text-align: center;
    color: #337ab7;
    font-size: 45px;
}
p.intro{
	font-family: "Open Sans";
    color: #808080;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    word-spacing: 3px;
    margin-top: 20px;
    margin-bottom: 26px;
}
.features-desc .container{
    width: 70%;
}
.section-title{
	color: #129CF3;
    font-size: 48px;
    font-weight: 900;
    padding-top: 2rem;
    text-align: center;
    font-family: 'Playfair Display', serif;
}
p.under-heading{
	font-weight: 700;
    text-align: center;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
}
#download{
	margin-bottom: 100px;
}