.searchAndSort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 35.938rem) {
  .searchAndSort {
    flex-direction: column;
    align-items: flex-start;
  }
}
.searchAndSort__search {
  width: 100%;
  max-width: 31.25rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 35.938rem) {
  .searchAndSort__search {
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
}
.tutorials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 2rem;
}
@media only screen and (max-width: 61.938rem) {
  .tutorials {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 47.938rem) {
  .tutorials {
    grid-gap: 1rem;
  }
}
.paginationFooter {
  margin: 1rem -1rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
@media only screen and (max-width: 35.938rem) {
  .paginationFooter {
    grid-template-columns: 1fr;
  }
}
.paginationFooter__scrollTop {
  align-self: center;
  justify-self: start;
}
@media only screen and (max-width: 35.938rem) {
  .paginationFooter__scrollTop {
    justify-self: center;
    grid-row: 3;
  }
}
.paginationFooter__scrollTop .button {
  margin: 1rem;
}
.paginationFooter__more {
  align-self: center;
  justify-self: center;
}
@media only screen and (max-width: 35.938rem) {
  .paginationFooter__more {
    grid-row: 1;
  }
}
.paginationFooter__more .button {
  margin: 1rem;
}
.paginationFooter__pagination {
  align-self: center;
  justify-self: end;
}
@media only screen and (max-width: 35.938rem) {
  .paginationFooter__pagination {
    justify-self: center;
    grid-row: 2;
  }
}
.paginationFooter__pagination .pagination {
  margin: 1rem;
}
.modalTutorial__video {
  margin-bottom: 1.5rem;
  background-color: #F1F1F1;
}
.modalTutorial__videoIframe {
  display: block;
  width: 100%;
  min-height: 31.25rem;
}
@media only screen and (max-width: 61.938rem) {
  .modalTutorial__videoIframe {
    min-height: 18.75rem;
  }
}
.modalTutorial__description {
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.714em;
  opacity: 0.73;
}
