.home {
  background-image: url(../images/bg-vector.jpg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: cover;
}

.home__para1 {
  color: var(--font-color-two);
  font-size: 20px;
  font-weight: 600;
}

.home h1 {
  font-size: 42px;
  font-weight: 800;
  color: var(--font-color-two);
}

.home__para2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--font-color-one);
  border: solid;
  border-color: var(--brd-color-home);
  border-radius: 8px;
}

.home h2 {
  font-family: cocogoose, sans-serif;
  font-size: 25px;
  font-weight: 800;
  color: var(--font-color-one);
}

.home h3 {
  font-weight: 600;
  font-size: 25px;
}

@media screen and (min-width: 768px) {
  .home {
    text-align: left;
  }

  .home__para1 {
    font-size: 22px;
    margin-left: 230px;
    margin-top: 70px;
  }

  .home h1 {
    font-size: 44px;
    margin-left: 230px;
  }

  .home__para2 {
    font-size: 15px;
    max-width: 50%;
    margin-left: 230px;
  }

  .home h2 {
    font-size: 27px;
    margin-left: 230px;
    margin-top: 40px;
  }

  .home h3 {
    font-size: 27px;
    margin-left: 230px;
    margin-bottom: 60px;
  }
}
