aside,
footer,
.sliderManu__1,
.sliderManu__2 {
  /*  */
  & section#rosita_about_us__1 {
    background: #2b3455 !important;
    margin-bottom: 1rem !important;

    & * {
      color: #fff !important;
    }

    & .rosBox {
      flex-direction: column !important;
      align-items: center !important;
      gap: 16px !important;

      & img {
        border-color: #4a568a !important;
      }

      & hr {
        width: 100% !important;
        margin: 0 !important;
      }

      & .info {
        flex-direction: column !important;
        gap: 17px !important;
        align-items: center !important;
        border: none !important;
        text-align: center !important;
        font-size: 14px !important;
        padding: 0 !important;

        & p.ftf {
          font-size: 25px !important;
          margin-bottom: 1rem !important;
        }

        & p:nth-child(2) {
          font-family: "Tagesschrift" !important;
        }
      }
    }
  }

  /*  */
  & section#rosita_about_us__2 {
    display: flex !important;
    flex-direction: column !important;
    margin: 0;
    width: 100%;

    & .img,
    .contect {
      width: 100%;
    }
  }

  /*  */
  & section#rosita_about_us__3 {
    border: 1px solid #7f7f7f33 !important;
    padding: 1rem !important;
    border-radius: 7px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1rem !important;

    & > p:nth-child(2) {
      line-height: 1.4 !important;
      font-size: 14px !important;
      text-align: center !important;
    }
  }
}

.sliderManu__1,
.sliderManu__2 {
  border: 1px dashed #242424;

  & * {
    fill: #ffffff;
  }

  & .img {
    & .author_name {
      & p:last-child {
        color: #000 !important;
      }
    }
  }
}

/*  */
section#rosita_about_us__1 {
  margin: 3rem auto;
  max-width: var(--premary_width);
  padding: 15px;
  border-radius: 5px;
  box-shadow: 4px 4px 0 #7674705c;

  & * {
    font-family: "Lora";
  }

  & .rosBox {
    gap: 10px;
    justify-content: flex-start;

    & img {
      width: 7rem;
      height: 7rem;
      min-width: 7rem;
      min-height: 7rem;
      border-radius: 100%;
      border: 4px solid #c08a25;
      padding: 2px;
    }

    & .info {
      border-left: 1px solid #00000045;
      padding-left: 25px;
      flex-direction: column;
      gap: 10px;
      justify-content: center;
      width: -webkit-fill-available;

      & p:nth-child(2) {
        font-size: 13px;
        text-align: justify;
      }

      & .socialMedia {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;

        & p {
          font-family: "Lora";
        }

        & .social__ {
          display: flex;
          gap: 12px;
          padding: 0px 11px 4px;
          border-radius: 100px;
          flex-wrap: wrap;

          & * {
            font-weight: bold;
          }

          & a {
            display: inherit;
            padding: 5px;
            border-radius: 100%;
            border: 1px dashed #8f8f8f;
          }
        }
      }
    }
  }
}

/*  */

footer {
  section#rosita_about_us__2 {
    & svg * {
      fill: #ffffff;
    }
  }
}

section#rosita_about_us__2 {
  width: fit-content;
  justify-content: center;
  border: 1px dashed #7a7a7a54;
  padding: 8px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 2rem;

  & * {
    font-family: "Tagesschrift" !important;
    & * {
      fill: #000;
    }
  }

  /*  */
  & .img {
    height: 18rem;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;

    & .author_name {
      position: absolute;
      bottom: 4px;
      width: 90%;
      border-radius: 5px;
      padding: 12px 2rem;
      background: #ffffff66;
      backdrop-filter: blur(10px);

      & p:first-child {
        color: #fff;
        text-shadow: 0 0 20px black;
      }

      & p:last-child {
        font-size: 14px;
        margin-top: 1rem;
      }
    }
  }

  /*  */
  & .contect {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 2rem;

    & p {
      display: flex;
      align-items: center;
      gap: 10px;
      border-bottom: 1px solid #85858545;
      padding-bottom: 15px;
      font-size: 14px;
    }

    & svg {
      fill: black;
    }
  }

  /*  */
  & .socialMedia {
    justify-content: center;
    gap: 10px;
    margin-bottom: 1rem;

    & a {
      border: 1px dashed #7a7a7aa6;
      border-radius: 10px;
      display: flex;
      padding: 8px;
      align-items: center;
      gap: 5px;
      transition: 0.5s;

      &:hover {
        border-radius: 100%;
      }
    }
  }
}

section#rosita_about_us__3 {
  max-width: var(--premary_width);
  border: 1px dashed #8888884d;
  padding: 15px;
  border-radius: 10px;

  & * {
    font-family: lora !important;
  }

  & .author {
    place-items: center;
    margin-bottom: 2rem;

    & p {
      font-size: 20px;
      text-align: center;
      margin-top: 1rem;
    }

    & img {
      width: 100px;
      height: 100px;
      border: 1px solid;
      border-radius: 100%;
      padding: 2px;
    }
  }

  & > p:nth-child(2) {
    margin-bottom: 1rem;
    text-align: center;
  }

  & .socialMedia {
    place-items: center;

    & .social__ {
      margin-top: 1rem;
      display: flex;
      gap: 12px;
      border: 1px solid #7a7a7a3d;
      padding: 10px 22px 8px;
      border-radius: 100px;
    }
  }
}

/*  */
@media (max-width: 576px) {
  /*  */
  section#rosita_about_us__1 {
    margin: 3rem 7px;

    & * {
      text-align: center;
    }

    & .ftf {
      font-size: 27px;
      margin-bottom: 1rem;
      text-shadow: 2px 2px 3px #4854517d;
    }
  }

  /*  */
  & section#rosita_about_us__2 {
    display: flex !important;
    flex-direction: column !important;
    margin: 3rem 7px;

    & .contect {
      width: 100%;
    }
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  section#rosita_about_us__1 {
    margin: 3rem 7px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  section#rosita_about_us__1 {
    margin: 3rem 7px;
  }
}
