#mission {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

#mission .abonents {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#mission .abonents #counter {
  font-weight: 900;
  font-size: 100px;
  color: #5eb3f8;
}

#mission .abonents h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
}

#mission .abonents h5 span {
  font-weight: 500;
  font-size: 24px;
}

#mission .abonents figure {
  max-width: 827px;
  max-height: 572px;
  margin-top: 60px;
}

#main {
  background: var(--secondary);
}

#main .container {
  padding: 54px 20px;
  max-width: 1168px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

#main .container * {
  color: var(--white);
}

#main .container h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 125%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

#main .container h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}

#main .container p {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
}

#main .container p span {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #mission {
    gap: 40px;
  }

  #mission .abonents #counter {
    font-size: 50px;
  }
  #mission .abonents h5 {
    font-size: 16px;
  }

  #mission .abonents figure {
    margin-top: 50px;
  }

  #main {
    background: transparent;
  }

  .main-inner {
    background: var(--secondary);
    border-radius: 8px;
    padding: 30px;
  }

  #main .container {
    padding: 40px 20px 0px;
    max-width: 1168px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
  }

  #main .container h2 {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 8px;
  }

  #main .container h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  #main .container p {
    font-size: 14px;
    line-height: 20px;
  }
}
