.about-get {
  margin-top: 80px;
  text-align: center;
  padding-bottom: 80px;
}

.about-get b {
  font-weight: 100;
  font-size: 96px;
  line-height: 52px;
  font-family: var(--font-family);
  color: var(--color-primary);
}

.about-get h2 {
  /* margin-top: -28px; */
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  width: 85%;
  margin: 0 auto;
}

.about-get .main-href {
  margin-top: 40px;
}

.about-get .main-href a {
  display: inline-block;
  padding: 15px 65px;
  font-family: var(--font-family);
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: var(--button-radius);
  font-weight: 600;
}

.about-get .main-href a:hover {
  background: var(--btn-hover);
  color: #fff;
}

.about-get .main-href a i {
  margin-left: 10px;
  font-size: 12px;
}

@media screen and (max-width: 1580px) {
  .about-get p {
    font-size: 28px;
  }
}

@media screen and (max-width: 1400px) {
  .about-get p {
    font-size: 26px;
  }
}

@media screen and (max-width: 960px) {
  .about-get p {
    font-size: 24px;
  }

  .about-get p {
    font-size: 22px;
    line-height: 1.5;
  }
}


@media screen and (max-width: 1440px) {
  .about-get h2{font-size: 36px;}
}
@media screen and (max-width: 1281px) {
  .about-get h2{font-size: 34px;}
}
@media screen and (max-width: 1171px) {
  .about-get h2{font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .about-get h2{font-size: 26px;}
}
@media screen and (max-width: 768px) {
  .about-get h2{font-size: 24px;width: 100%;}
}
@media screen and (max-width: 480px) {
  .about-get h2{font-size: 22px;}
  .about-get .main-href a {
    padding: 15px 5px;
    letter-spacing: 0;
  }
  .about-get .main-href {
    background: var(--color-primary)
  }
  .about-get b {
    font-weight: 100;
    font-size: 60px;
    line-height: 30px;
  }
  .about-get {
    margin-top: 40px;
    padding-bottom: 30px;
  }
}

