#hero5 {
  width: 100%;
  min-height: 350px;
  align-items: left;
  text-align: left;
}

#hero5 .content5 {
    color: white;
    padding: 0px;
    flex-direction: column;
  align-items: left;
  text-align: left;
    font-size: 15px;
}

#hero5 h1 {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.25;
  color:white;
  align-items: left;
  text-align: left;
}

@media screen and (max-width: 600px) {
    #hero5 h1 {
        font-size: 40px;
    }
}

#hero5 h1,
#hero5 p {
    margin: 65px 0 0px;
}

#hero5 .cta5 {
    max-width: 258px;
    padding: 20px 5px;
}

.cta5 {
    width: 100%;
    color: black;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 5px;
    padding: 20px 40px;
    text-align: center;
    font-style: normal;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    font-family: 'Segoe UI';
    background: #B3D334;
}


@media screen and (max-width: 680px) {
    .content5 {
       margin-left:15px;
      align-items: center;
    }