.home {
  padding: 69px 0px 62px;
  background-image: url("/static/images/home-background.png");
  background-size: cover;
  background-position: center bottom; }
  .home .discover-uni-container {
    padding-right: 25px;
    padding-left: 25px; }
  .home .header {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 48px;
    line-height: 48px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 30px;
    color: #6E6E6E;
    line-height: 52px; }
  .home .intro-text p {
    font-family: Nunito Sans;
    font-weight: normal;
    font-size: 19px;
    line-height: 19px;
    line-height: 100%;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 14px;
    line-height: 26px; }
  .home .intro-text ul {
    padding-left: 25px; }
    .home .intro-text ul li {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 16px;
      line-height: 16px;
      line-height: 100%;
      color: #000000;
      list-style-image: url("/static/images/bullet-check.svg");
      padding-left: 5px;
      line-height: 22px; }
  .home .link {
    margin-top: 140px; }
    .home .link a {
      background: linear-gradient(145.9deg, #4EA27D 13.02%, #308282 85.42%);
      color: #FFFFFF;
      border: 2px solid transparent;
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 21px;
      line-height: 21px;
      line-height: 100%;
      color: #000000;
      -webkit-box-sizing: border-box;
      box-shadow: 6px 5px 15px rgba(0, 0, 0, 0.1);
      border-radius: 80px;
      padding: 12px 58px;
      line-height: 24px;
      color: #FFFFFF;
      text-decoration: none; }
      .home .link a:hover {
        background: #FFFFFF;
        color: #4EA27D;
        border: 2px solid #4EA27D; }

@media only screen and (min-width: 770px) {
  .home {
    padding: 139px 0px 243px;
    background-position: initial; }
    .home .discover-uni-container {
      padding: 0px; }
    .home .header {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 70px;
      line-height: 70px;
      line-height: 100%;
      color: #000000;
      margin: 0px;
      margin-bottom: 34px;
      color: #6E6E6E;
      line-height: 95px; }
    .home .intro-text p {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 27px;
      line-height: 27px;
      line-height: 100%;
      color: #000000;
      line-height: 37px; }
    .home .intro-text ul li {
      font-family: Nunito Sans;
      font-weight: normal;
      font-size: 21px;
      line-height: 21px;
      line-height: 100%;
      color: #000000;
      line-height: 29px; }
    .home .link {
      margin-top: 40px; } }
