html {
  scroll-behavior: smooth; }

@font-face {
  font-family: 'assistant';
  src: url("../../fonts/assistant/Assistant-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'assistant';
  src: url("../../fonts/assistant/Assistant-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'assistant';
  src: url("../../fonts/assistant/Assistant-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'assistant';
  src: url("../../fonts/assistant/Assistant-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

.links-grid {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 177px;
  padding-block: 104px; }
  @media only screen and (max-width: 1700px) {
    .links-grid {
      gap: 110px; } }
  @media only screen and (max-width: 768px) {
    .links-grid {
      -ms-flex-direction: column;
          flex-direction: column;
      gap: 0;
      padding-block: 80px; } }
  .links-grid__image {
    width: 828px; }
    .links-grid__image img {
      width: 100%; }
    @media only screen and (max-width: 1700px) {
      .links-grid__image {
        width: 600px; } }
    @media only screen and (max-width: 768px) {
      .links-grid__image {
        width: 100%; } }
  .links-grid__content {
    width: 708px;
    text-align: start;
    font-family: "assistant";
    padding-top: 40px; }
    .links-grid__content .content-title {
      font-weight: 700;
      font-size: 48px;
      line-height: 56px;
      color: #414141;
      margin-bottom: 16px;
      font-family: "assistant";
      position: relative;
      width: fit-content; }
      .links-grid__content .content-title .drop-image {
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-110%); }
    .links-grid__content .content-text {
      font-weight: 400px;
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 56px;
      color: #414141; }
    .links-grid__content .content-links .experience-links_items {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 40px 20px;
      width: 640px; }
    @media only screen and (max-width: 1700px) {
      .links-grid__content {
        width: 560px; }
        .links-grid__content .content-title {
          font-size: 38px;
          line-height: 46px; }
        .links-grid__content .content-text {
          font-size: 24px;
          line-height: 36px;
          margin-bottom: 40px; }
        .links-grid__content .content-links .experience-links_items {
          gap: 30px 15px;
          width: 100%; } }
    @media only screen and (max-width: 768px) {
      .links-grid__content {
        width: 100%;
        padding-top: 0;
        padding-inline: 16px; }
        .links-grid__content .content-title {
          font-size: 24px;
          line-height: 48px;
          margin-bottom: 16px; }
          .links-grid__content .content-title .drop-image {
            top: -4px;
            transform: translateX(-90%) scale(0.7); }
        .links-grid__content .content-text {
          display: none; }
        .links-grid__content .content-links .experience-links_items {
          gap: 16px;
          width: 100%; } }
  .links-grid .links-item {
    display: block;
    background-color: #696969;
    border-radius: 8px;
    padding: 16px;
    color: #ffffff;
    cursor: pointer;
    transition: all ease 0.3s;
    font-family: "assistant";
    font-weight: 600;
    font-size: 20px;
    white-space: nowrap;
    text-decoration: none; }
    .links-grid .links-item:hover {
      background-color: #383838; }
    .links-grid .links-item svg {
      display: none; }
    @media only screen and (max-width: 1700px) {
      .links-grid .links-item {
        padding: 8px 14px;
        font-size: 18px; } }
    @media only screen and (max-width: 768px) {
      .links-grid .links-item {
        padding: 8px 12px;
        font-size: 20px; }
        .links-grid .links-item svg {
          display: inline-block;
          transform: translateY(-4px); } }
