.section-work {
  position: relative;
  font-family: Onest, serif;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: #1A1A1A;
}
.section-work .content_work {
  position: relative;
  z-index: 1;
  width: auto;
  display: flex;
  padding: calc(100px + (128 - 100) * (100vw - 1920px) / (2560 - 1920)) 32px calc(100px + (128 - 100) * (100vw - 1920px) / (2560 - 1920)) calc(112px + (200 - 112) * (100vw - 1920px) / (2560 - 1920));
  align-items: flex-start;
  flex-direction: column;
  gap: calc(48px + (64 - 48) * (100vw - 1920px) / (2560 - 1920));
}
.section-work .content_work .title_sc {
  color: #FAFAFA;
  font-size: calc(64px + (80 - 64) * (100vw - 1920px) / (2560 - 1920));
  font-weight: 700;
  line-height: 102.5%;
  letter-spacing: -0.8px;
  max-width: calc(956px + (1168 - 956) * (100vw - 1920px) / (2560 - 1920));
}
.section-work .content_work .title_sc a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
  text-underline-position: from-font;
  text-decoration-thickness: 3px;
  text-underline-offset: 2px;
}
.section-work .content_work .sc-cards-block .card-item {
  display: flex;
  padding: 39px 0;
  align-items: center;
  gap: 20px;
  min-width: 500px;
  border-top: 1px solid #383838;
}
.section-work .content_work .sc-cards-block .card-item:last-child {
  border-bottom: 1px solid #383838;
}
.section-work .content_work .sc-cards-block .card-item .picture-card-icon {
  display: flex;
  padding: 15px;
  border-radius: 16px;
  border: 1px solid rgba(251, 251, 251, 0.1);
  background: rgba(251, 251, 251, 0.02);
}
.section-work .content_work .sc-cards-block .card-item .picture-card-icon .card-icon {
  width: 32px;
}
.section-work .content_work .sc-cards-block .card-item .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex: 1 0 0;
}
.section-work .content_work .sc-cards-block .card-item .text .title {
  color: #FAFAFA;
  font-size: 24px;
  font-weight: 600;
  line-height: 108.333%;
  letter-spacing: -0.24px;
}
.section-work .content_work .sc-cards-block .card-item .text .sub_title {
  color: #808080;
  font-size: 18px;
  font-weight: 400;
  line-height: 122.222%;
  letter-spacing: -0.18px;
}
.section-work .content_work .button_course {
  font-family: Onest, serif;
  cursor: pointer;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #FFF01F;
  padding: 26px 24px;
  min-width: 500px;
  border: unset;
}
.section-work .content_work .button_course .text_btn {
  font-family: inherit;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s linear;
  color: #17171A;
  font-size: calc(18px + (20 - 18) * (100vw - 1920px) / (2560 - 1920));
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.2px;
}
.section-work .section-work-video {
  width: calc(821px + (1161 - 821) * (100vw - 1920px) / (2560 - 1920));
  height: calc(860px + (994 - 860) * (100vw - 1920px) / (2560 - 1920));
  overflow: hidden;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.section-work .section-work-video.section-work-video-mobile {
  display: none;
}
.section-work .section-work-video .work-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.section-work .section-work-video-gradient {
  background: linear-gradient(270deg, rgba(26, 26, 26, 0) 85.57%, #1A1A1A 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

@media screen and (max-width: 1920px) {
  .section-work .content_work {
    padding: calc(80px + (100 - 80) * (100vw - 1536px) / (1920 - 1536)) calc(24px + (32 - 24) * (100vw - 1536px) / (1920 - 1536)) calc(80px + (100 - 80) * (100vw - 1536px) / (1920 - 1536)) calc(80px + (112 - 80) * (100vw - 1536px) / (1920 - 1536));
    gap: calc(40px + (48 - 40) * (100vw - 1536px) / (1920 - 1536));
  }
  .section-work .content_work .title_sc {
    font-size: calc(60px + (64 - 60) * (100vw - 1536px) / (1920 - 1536));
    line-height: 106.25%;
    letter-spacing: -0.64px;
    max-width: calc(696px + (956 - 696) * (100vw - 1536px) / (1920 - 1536));
  }
  .section-work .content_work .sc-cards-block .card-item {
    padding: 31px 0;
  }
  .section-work .content_work .sc-cards-block .card-item .text .title {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.2px;
  }
  .section-work .content_work .sc-cards-block .card-item .text .sub_title {
    font-size: 16px;
    line-height: 137.5%;
    letter-spacing: -0.16px;
  }
  .section-work .content_work .button_course {
    min-width: 480px;
  }
  .section-work .content_work .button_course .text_btn {
    line-height: 122.222%;
    letter-spacing: -0.18px;
  }
  .section-work .section-work-video {
    width: calc(737px + (821 - 737) * (100vw - 1536px) / (1920 - 1536));
    height: calc(826px + (830 - 826) * (100vw - 1536px) / (1920 - 1536));
  }
}
@media screen and (max-width: 1536px) {
  .section-work .content_work .title_sc {
    font-size: calc(28px + (60 - 28) * (100vw - 1024px) / (1536 - 1024));
    line-height: 107.667%;
    letter-spacing: -0.6px;
    max-width: 800px;
  }
  .section-work .content_work .button_course .text_btn {
    font-size: 18px;
    line-height: 122.222%;
    letter-spacing: -0.18px;
  }
  .section-work .section-work-video {
    width: 737px;
    height: 826px;
  }
}
@media screen and (max-width: 1300px) {
  .section-work {
    flex-direction: column;
  }
  .section-work .section-work-video {
    width: 100%;
  }
  .section-work .section-work-video-gradient {
    background: linear-gradient(0deg, rgba(26, 26, 26, 0) 82.51%, #1A1A1A 99.98%), linear-gradient(180deg, rgba(26, 26, 26, 0) 60.13%, #1A1A1A 100%);
  }
}
@media screen and (max-width: 1024px) {
  .graphic-designer-course-free-work-section {
    padding: 0 8px 24px 8px;
  }
  .section-work {
    overflow: hidden;
    background: #1A1A1A;
    border-radius: 20px;
  }
  .section-work .content_work {
    padding: 32px 0 20px 0;
    gap: 1px;
  }
  .section-work .content_work .title_sc {
    font-size: 28px;
    line-height: 114.286%;
    letter-spacing: -0.28px;
    padding: 0 20px;
  }
  .section-work .sc-cards-block {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .section-work .picture_bg_image {
    position: static;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .section-work .content_work .sc-cards-block .card-item {
    min-width: unset;
    padding: 8px 0 0 0;
    align-items: flex-start;
    gap: 16px;
  }
  .section-work .content_work .sc-cards-block .card-item:first-child {
    border-top: none;
  }
  .section-work .content_work .sc-cards-block .card-item .picture-card-icon .card-icon {
    width: 24px;
  }
  .section-work .content_work .button_course {
    width: calc(100% - 20px - 20px);
    min-width: unset;
    padding: 20px 10px;
    margin: 32px auto 0 auto;
  }
  .section-work .content_work .button_course .text_btn {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.16px;
  }
  .section-work .content_work .sc-cards-block .card-item .text {
    gap: 5px;
  }
  .section-work .content_work .sc-cards-block .card-item .text .title {
    font-size: 18px;
    line-height: 133.333%;
    letter-spacing: -0.18px;
  }
  .section-work .content_work .sc-cards-block .card-item .text .sub_title {
    font-size: 15px;
    line-height: 133.333%;
    letter-spacing: -0.15px;
  }
  .section-work .section-work-video {
    width: 100%;
    height: 111.9592875318vw;
    overflow: hidden;
  }
  .section-work .section-work-video.section-work-video-mobile {
    display: flex;
  }
  .section-work .section-work-video.section-work-video-desktop {
    display: none;
  }
  .section-work .content_work .sc-cards-block .card-item:last-child {
    border-bottom: none;
    padding: 20px 0 0 0;
  }
}

/*# sourceMappingURL=graphic-designer-course-free-page-work.css.map */
