.presection {
  align-items: center;
  margin-bottom: 40px; }
  @media (max-width: 1559px) {
    .presection {
      margin-bottom: 32px; } }
  @media (max-width: 1099px) {
    .presection {
      margin-bottom: 24px; } }
  @media (max-width: 767px) {
    .presection {
      margin-bottom: 20px; } }
  .presection__inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px; }
  .presection__title {
    font-weight: 700; }
  .presection__link {
    right: 0;
    display: flex;
    margin-left: auto;
    font-weight: 600; }
  .presection--left .presection__inner {
    justify-content: flex-start; }
  .presection--inner .presection__inner {
    flex-wrap: wrap;
    justify-content: flex-start; }
