.education {
  position: relative;
  padding-top: 160px;
}

.education-header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
}

.education-header-image {
  height: 96px;
  width: 677px;
  object-fit: contain;
}

.education-header-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}

.education-header-content h3 {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: left;
}

.education-header-content p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  width: 867px;
}

.education-header-content p a {
  color: var(--primary-color);
  transition: var(--trans-md);
}

.education-header-content-download {
  display: flex;
  gap: 8px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  transition: var(--trans-md);
}

.education-header-content-download-icon {
  height: 24px;
  width: 24px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.education-header-content-download-icon svg {
  width: 19px;
  height: 19px;
}

.education-header-content-download-icon svg path {
  fill: var(--text-color);
  transition: var(--trans-md);
}

.education-header-content-download-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary-color);
  transition: var(--trans-md);
}

.education-header-content-download:hover .education-header-content-download-text {
  color: var(--primary-color-hovered);
}

.education-header-content-download:hover .education-header-content-download-icon svg path {
  fill: var(--primary-color-hovered);
}

.education-header-content-image {
  margin-top: 44px;
  width: 162px;
  height: 130px;
  object-fit: contain;
}

.education-background {
  background-image: url('../../assets/images/Group 340062.jpg');
  height: 921px;
  width: 100%;
  margin-top: -22%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
  .education-header-image {
    height: 73px;
    width: 518px;
  }

  .education-header {
    gap: 64px;
  }

  .education-header-content {}

  .education-header-content h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0px;
  }

  .education-header-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .education-header-content-download {}

  .education-header-content-image {
    height: 101px;
    width: 126px;
  }

  .education-background {}

  .education {}
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .education-header-image {
    height: 73px;
    width: 518px;
  }

  .education-header {
    gap: 64px;
  }

  .education-header-content {}

  .education-header-content h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0px;
  }

  .education-header-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .education-header-content-download {}

  .education-header-content-image {
    height: 83px;
    width: 105px;
  }

  .education-background {
    margin-top: -16%;
    height: 595px;
  }

  .education {
    padding-top: 0px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 640px) {
  .education-header-image {
    height: 57px;
    width: 407px;
  }

  .education-header {
    gap: 48px;
  }

  .education-header-content {}

  .education-header-content h3 {
    font-weight: 900;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0px;
  }

  .education-header-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    width: 576px;
  }

  .education-header-content-download {}

  .education-header-content-image {
    height: 73px;
    width: 73px;
  }

  .education-background {
    height: 372px;
    margin-top: -22%;
  }

  .education {
    padding-top: 0px;
  }
}

@media screen and (max-width: 639px) {
  .education-header-image {
    height: 40px;
    width: 288px;
  }

  .education-header {
    gap: 48px;
  }

  .education-header-content {}

  .education-header-content h3 {
    font-weight: 900;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0px;
  }

  .education-header-content p {
    width: 100%;
    font-family: Onest;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .education-header-content-download {}

  .education-header-content-image {
    height: 73px;
    width: 73px;
    display: none;
  }

  .education-background {
    height: 400px;
    margin-top: -10%;
    background-size: cover;
    background-position: center top;
    width: 100vw;
    margin-left: -16px;
  }

  .education {
    padding-top: 0px;
  }
}