/* OM EVIDY */

.about {
  padding: 50px 50px;
  margin-top: 75px;
  background-color: var(--primary-color);
  color: var(--white-color);
  min-height: 50vh;
  height: 50vh;
}

.about .container {
  height: 100%;
  width: 100%;
}

.about h3.underline {
  color: var(--white-color);
}

.about h2 {
  font-size: 60px;
  text-align: center;
}

.together {
  padding: 50px 50px;
  width: auto;
}

.together .grafik {
  padding: 50px 0;
  width: 75%;
}

.together h2 {
  font-size: 40px;
  text-align: center;
  padding-top: 50px;
}

.together p {
  font-size: 22px;
  text-align: left;
  width: auto;
  padding: 0 50px;
}

.together .symbol-bla {
  width: 75px;
  margin-top: 25px;
}

/* MÖT VÅRT TEAM */

.whoweare {
  background-color: var(--warm-white-color);
  padding: 50px 50px;
}

.whoweare .grid .grid-5 {
  gap: 25px;
}

.whoweare .card {
  width: 100%;
  height: 400px;
}

.whoweare .card img {
  width: 100%;
  object-fit: cover;
}

.whoweare .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: first baseline;
  flex-basis: 0;
  transition: all 0.3s;
}

.whoweare .card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

.whoweare .card div {
  display: flex;
  flex-direction: column;
  align-items: center;

  height: 100%;
}

.whoweare .text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 5px 0;
  border: 0px solid red;
}

.whoweare .text-center h4 {
  font-size: 20px;
  padding: 12.5px 0;
}
.whoweare .text-center ul {
  font-size: 16px;
}

.whoweare .team-member {
  width: 290px;
  height: auto;
  border: 0px solid blue;
  flex-basis: 0;
}

.whoweare .linkedin {
  border: 0px solid blue;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  height: 50px;
  flex-basis: 0;
}

/* MÖT ÖVRIGA STYRELSELEDAMOTER */

.other {
  background-color: var(--warm-white-color);
  padding: 50px 50px;
}

.other .card {
  flex-basis: auto;
  width: 120%;
  height: 500px;
}

.other h3.underline {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.other .card img {
  width: 100%;
  object-fit: fill;
}

.other .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-self: start;
  gap: 25px;
}

.other .linkedin {
  padding: 75px 0 0 0;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .about {
    padding: 25px 25px;
  }

  .about h3.underline {
    font-size: 25px;
  }

  .about h2 {
    font-size: 40px;
  }

  .together {
    padding: 25px 25px;
  }

  .together .grafik {
    padding: 25px 0;
    width: 95%;
  }

  .together h2 {
    font-size: 40px;
    text-align: center;
    padding-top: 50px;
  }

  .together p {
    font-size: 16px;
    padding: 0 25px;
    text-align: justify;
  }

  .together .symbol-bla {
    width: 75px;
    margin-top: 25px;
  }

  /* MÖT VÅRT TEAM */

  .whoweare {
    background-color: var(--warm-white-color);
    padding: 25px 25px;
  }

  .whoweare h3.underline {
    font-size: 25px;
  }

  .whoweare h2 {
    font-size: 40px;
    text-align: center;
  }

  .whoweare .grid-5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 0px solid red;
  }

  .whoweare .card {
    width: 100%;
    height: 400px;
    border: 0px solid red;
  }

  .whoweare .card img {
    width: 100%;
    object-fit: cover;
  }

  .whoweare .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: first baseline;
    flex-basis: 0;
  }

  .whoweare .card div {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  .whoweare .text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 5px 0;
    border: 0px solid red;
  }

  .whoweare .text-center h4 {
    font-size: 20px;
    padding: 12.5px 0;
  }
  .whoweare .text-center ul {
    font-size: 16px;
  }

  .whoweare .team-member {
    width: 290px;
    height: auto;
    border: 0px solid blue;
    flex-basis: 0;
  }

  .whoweare .linkedin {
    border: 0px solid blue;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    height: 50px;
    flex-basis: 0;
  }

  .footer {
    height: auto;
    padding: 25px 25px 0px 0px;
    max-width: 99%;
  }

  .footer .grid {
    gap: 0px;
    margin-left: 50px;
    margin-top: 0px;
  }

  .footer .grid .logo-social-container {
    display: none;
    position: absolute;
    top: 50px;
    left: 150px;
  }

  .footer .grid .social {
    border: 0px solid red;
    display: none;
  }

  .footer .social i {
    margin-left: 60px;
    padding: 10px 0px;
    cursor: pointer;
  }

  .footer .grid ul li {
    width: 99px;
  }

  .footer .grid ul li a {
    width: 375px;
  }

  .footer .grid h4 {
    font-size: 16px;
  }

  .footer .grid a {
    font-size: 12px;
  }
}

@media screen and (min-width: 426px) and (max-width: 480px) {
  body {
    border: 0px solid orange;
  }

  .about {
    padding: 25px 25px;
    margin-top: 0px;
  }

  .about h2 {
    font-size: 40px;
  }

  .about h3.underline {
    font-size: 25px;
  }

  .together {
    padding: 25px 25px;
  }

  .together .grafik {
    padding: 25px 0;
    width: 95%;
  }

  .together h2 {
    font-size: 40px;
    text-align: center;
    padding-top: 25px;
  }

  .together p {
    font-size: 18px;
    text-align: justify;
    padding: 0 25px;
  }

  .together .symbol-bla {
    width: 75px;
    margin-top: 25px;
  }

  .whoweare {
    padding: 25px 25px;
  }

  .whoweare h2 {
    font-size: 40px;
  }

  .whoweare h3.underline {
    font-size: 25px;
  }

  .whoweare .grid-5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 0px solid red;
  }

  .footer {
    height: auto;
    padding: 25px 25px 0px 0px;
    max-width: 99%;
  }

  .footer .grid {
    gap: 0px;
    margin-left: 75px;
    margin-top: 0px;
  }

  .footer .grid .logo-social-container {
    display: none;
    position: absolute;
    top: 50px;
    left: 150px;
  }

  .footer .grid .social {
    border: 0px solid red;
    display: none;
  }

  .footer .social i {
    margin-left: 60px;
    padding: 10px 0px;
    cursor: pointer;
  }

  .footer .grid ul li {
    width: 99px;
  }

  .footer .grid ul li a {
    width: 375px;
  }

  .footer .grid h4 {
    font-size: 16px;
  }

  .footer .grid a {
    font-size: 12px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  body {
    border: 0px solid red;
  }

  .about h2 {
    font-size: 40px;
  }

  .about h3.underline {
    font-size: 25px;
  }

  .together {
    padding: 25px 25px;
  }

  .together .grafik {
    padding: 25px 0;
    width: 95%;
  }

  .together h2 {
    font-size: 40px;
    text-align: center;
    padding-top: 25px;
  }

  .together p {
    font-size: 18px;
    text-align: justify;
    padding: 0 25px;
  }

  .together .symbol-bla {
    width: 75px;
    margin-top: 25px;
  }

  .whoweare {
    padding: 25px 25px;
  }

  .whoweare h2 {
    font-size: 40px;
    text-align: center;
  }

  .whoweare h3.underline {
    font-size: 25px;
  }

  .whoweare .grid-5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 0px solid red;
  }

  .footer {
    height: auto;
    padding: 25px 25px 25px 25px;
    max-width: 100%;
  }

  .footer .grid {
    gap: 25px;
    margin-left: 50px;
    margin-top: 0px;
  }

  .footer .grid .logo-social-container {
    display: none;
    position: absolute;
    top: 50px;
    left: 150px;
  }

  .footer .grid .social {
    border: 0px solid red;
    display: none;
  }

  .footer .social i {
    margin-left: 60px;
    padding: 10px 0px;
    cursor: pointer;
  }

  .footer .grid ul li {
    width: 110px;
  }

  .footer .grid ul li a {
    width: 375px;
  }

  .footer .grid h4 {
    font-size: 16px;
  }

  .footer .grid a {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    border: 0px solid red;
  }

  .about {
    padding: 25px 25px;
    margin-top: 70px;
  }

  .about h2 {
    font-size: 40px;
    text-align: center;
  }

  .about p {
    padding: 0 5px;
    font-size: 20px;
    text-align: justify;
  }

  .together .grafik {
    padding: 25px 0;
    width: 95%;
  }

  .together h2 {
    font-size: 40px;
    text-align: center;
    padding-top: 25px;
  }

  .together p {
    font-size: 20px;
    text-align: justify;
    padding: 0 25px;
  }

  .together .symbol-bla {
    width: 75px;
    margin-top: 25px;
  }

  .whoweare h2 {
    font-size: 40px;
  }

  .whoweare h3.underline {
    font-size: 25px;
  }

  .whoweare .grid-5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 0px solid red;
  }

  .whoweare .grid-5 .card {
    border: 0px solid red;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  body {
    border: 0px solid gold;
  }

  body > nav > ul > li.item.become-customer {
    visibility: hidden;
  }

  .about {
    padding: 50px 50px;
    margin-top: 0px;
  }

  .about h2 {
    font-size: 50px;
  }

  .about h3.underline {
    font-size: 30px;
  }

  .together {
    padding: 50px 50px;
  }

  .together .grafik {
    padding: 50px 0;
    width: 95%;
  }

  .together h2 {
    font-size: 50px;
    text-align: center;
    padding-top: 25px;
  }

  .together p {
    font-size: 20px;
    text-align: justify;
    padding: 0 25px;
  }

  .together .symbol-bla {
    width: 75px;
    margin-top: 25px;
  }

  .whoweare {
    padding: 25px 25px;
  }

  .whoweare h2 {
    font-size: 40px;
  }

  .whoweare h3.underline {
    font-size: 25px;
  }

  .whoweare .grid-5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 0px solid red;
    gap: 0;
  }
}

@media screen and (min-width: 1201px) {
  body > nav > ul > li.item.become-customer > a {
    display: inline-block;
  }
}
