html {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  background-color: #101d42;
}

header {
  background-color: white;
  padding: 20px 0;
  box-shadow: 0px 5px 15px black;
  position: sticky;
}
nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav a {
  text-decoration: none;
  color: black;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  padding: 8px 16px;
  transition: 0.2s ease-in-out;
}
.home {
  margin-left: 50px;
  transition: 0.5s ease-in-out;
}
.home:hover {
  text-decoration: underline #007bff;
  color: #007bff;
  transition: 0.5s ease-in-out;
}
.kontakt {
  margin-right: 50px;
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.kontakt:hover {
  background-color: #0056b3;
  transition: 0.5s ease-in-out;
  box-shadow: 0px 0px 10px #007bff;
}
.logo {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: auto;
}
.whiteboxo {
  background-color: #fff;
  height: 50px;
  width: 100%;
}

.pb-stim {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.pb-stim-a {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.section1 {
  height: 560px;
  width: 100%;
  background-image: url(IMG_2072-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  padding: 20px;
}
.section1 h1 {
  font-size: 50px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  padding: 5px;
  text-align: left;
  margin-bottom: -40px;
  margin-top: 400px;
  color: #fff;
  border-top-left-radius: 10px; /* Abrunden der oberen linken Ecke */
  border-top-right-radius: 10px; /* Abrunden der oberen rechten Ecke */
}
.section1 h2 {
  font-size: 25px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  padding: 5px;
  text-align: left;
  margin-top: 25px;
  margin-bottom: -20px;
  color: #fff;
  height: 30px;
}
.section1 p {
  font-size: 17px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  padding: 5px;
  text-align: left;
  color: #fff;
  margin-top: 50px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.whitebox {
  background-color: #f7f4ea;
  height: 100px;
  width: 100%;
}

.section2 {
  width: 100%;
  height: 600px;
  background-color: #101d42;
}
.section2 h1 {
  font-size: 40px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 50px;
  color: #f7f4ea;
}
.section2 p {
  font-size: 30px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 300;
  text-align: center;
  color: #f7f4ea;
}
.section2 .s2 img {
  width: 15%;
  height: auto;
  margin: 0 10px;
  margin-left: 190px;
  margin-top: 10px;
  border: 6px solid #f7f4ea;
  position: relative;
  z-index: 1;
}
.bild {
  width: 5%;
  height: auto;
  margin: 0 10px;
  margin-left: 190px;
  margin-top: 150px;
  margin-bottom: -100px;
  border: 6px solid #f7f4ea;
  position: relative;
  z-index: 1;
}

.section2 .s2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 10px solid #fff;
  margin-top: 900px;
  z-index: 0;
}

.whitebox2 {
  background-color: #fff;
  height: 100px;
  width: 100%;
  margin: 0;
}

.section3 {
  height: 900px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 100px;
  margin-top: -50px;
}
.section3 h1 {
  text-align: left;
  font-size: 30px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  color: #101d42;
  font-weight: 300;
  margin-left: 120px;
  text-decoration: underline #0056b3;
}
.flex-container {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 100px;
}
.card {
  width: 390px;
  height: 590px;
  background-color: #0056b3;
  border-radius: 25px;
  margin-bottom: 100px;
  margin-top: -20px;
}
.card img {
  height: 100px;
  width: 180px;
  margin-left: 100px;
  border: 5px solid#f7f4ea;
}
.card h2 {
  font-size: 25px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 300;
  padding: 15px 0;
  color: #f7f4ea;
  text-align: center;
}
.card p {
  font-size: 18px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 200;
  padding: 5px 0;
  color: #f7f4ea;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
}
.kon {
  width: 1100px;
  height: fit-content;
  background-color: #f7f4ea;
  border: 3px solid #101d42;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  margin-bottom: 20px;
  margin-left: 180px;
  margin-top: -30px;
}
.kon p {
  font-size: 25px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 300;
  color: #101d42;
  padding: 5px 20px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.kon a {
  display: inline-block;
  font-size: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 300;
  color: #f7f4ea;
  background-color: #007bff;
  height: fit-content;
  width: fit-content;
  padding: 10px 20px;
  margin-left: 90px;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0px 5px 15px #007bff;
  border: 2px solid #007bff;
}
.kon a:hover {
  transition: 0.5s ease-in-out;
  background-color: #0056b3;
  color: #fff;
  border: 2px solid #0056b3;
  box-shadow: 0px 0px 10px #0056b3;
}

.section4 {
  height: fit-content;
  width: 100%;
  background-color: #101d42;
  margin-top: 200px;
  margin-bottom: 200px;
}
.section4 h1 {
  color: #f7f4ea;
  font-size: 30px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 300;
  text-align: center;
  margin-top: 55px;
}
.section4 h2 {
  color: #f7f4ea;
  font-size: 25px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 200;
  text-align: center;
  margin-bottom: -20px;
}
.section4 p {
  color: #f7f4ea;
  font-size: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 200;
  text-align: center;
  margin-top: 50px;
}

.section5 {
  height: 550px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 50px;
  margin-top: -30px;
}
.section5 h1 {
  color: #101d42;
  font-size: 30px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-weight: 500;
  text-align: left;
  margin-left: 50px;
  bottom: 1000px;
}
.section5 h2 {
  color: #101d42;
  font-size: 25px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-weight: 500;
  text-align: left;
  margin-left: 50px;
  margin-top: 60px;
}
.section5 p {
  color: #101d42;
  font-size: 18px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 300;
  text-align: left;
  margin-left: 50px;
  margin-right: 750px;
  margin-bottom: 80px;
}
.section5 ul {
  color: #101d42;
  font-size: 15px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  text-align: right;
  list-style: none;
}
.fonts {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start; /* Elemente auf gleicher Höhe ausrichten */
  margin-bottom: -50px;
  margin-right: 80px;
  position: relative;
}
.fonts ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  top: 100px;
}
.fonts li {
  background-color: #0056b3;
  color: #f7f4ea;
  font-size: 18px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  gap: 10px;
  padding: 10px;
  width: 200px;
  height: 170px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.fonts li i {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
  font-size: 25px;
}
#check {
  margin-top: -430px;
}
.whitebox3 {
  background-color: #fff;
  height: 150px;
  width: 100%;
  margin-top: -30px;
}

.section6 {
  position: relative;
  background-color: #101d42;
  width: 100%;
  height: 700px;
}

.content {
  position: relative;
  z-index: 1;
}

.section6 img {
  height: 450px;
  width: 450px;
  align-items: flex-start;
  margin-left: 100px;
  margin-top: 100px;
  border: 5px solid #fff;
}

.section6 h1 {
  color: #fff;
  font-size: 30px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-weight: 500;
  text-align: right;
  margin-right: 635px;
  margin-top: -465px;
}

.section6 p {
  color: #fff;
  font-size: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 300;
  text-align: block;
  margin-left: 700px;
  margin-right: 100px;
}
.horizontal-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 5px;
  background-color: #007bff; /* Türkis */
  border: none;
  z-index: 0;
  margin-bottom: 560px;
  margin-left: 700px;
}

.section7 {
  height: 500px;
  width: 3000px;
  background-color: #fff;
  padding-top: 100px;
  margin-bottom: 50px;
}
.left-box {
  background-color: #fff; /* gleiche Farbe wie blue-box */
  width: 350px; /* Breite der linken Box */
  height: 400px;
  border-top-right-radius: 15px; /* Abrundung der Ecke */
  border-bottom-right-radius: 15px;
  float: left; /* Platziert die Box links neben die blue-box */
  margin-right: 20px; /* Abstand zwischen den Boxen */
  margin-top: 30px;
  color: #0056b3;
  border: 3px solid #0056b3;
  border-left: 3px solid #fff;
}
.left-box p {
  font-size: 23px;
  font-weight: 300;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-left: 40px;
  margin-right: 20px;
}
.left-box h1 {
  font-size: 2em;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 300;
  margin-left: 40px;
  padding-top: 20px;
}
.left-box .book-button {
  background-color: #0056b3;
  color: #fff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  transform: scale(1);
  box-shadow: 0px 0px 10px #0056b3;
  display: block;
  margin-top: 50px;
  margin-left: 100px;
}

.left-box .book-button:hover {
  background-color: #007bff;
  transition: 0.5s ease-in-out;
  transform: scale(1.2);
  box-shadow: 0px 0px 10px #007bff;
}
.section7 .blue-box {
  background-color: #0056b3;
  margin-left: 500px;
  height: 400px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-bottom: 100px;
}
.blue-box h1 {
  color: #fff;
  font-size: 2.5em;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  text-decoration: underline solid 3px #4997e9;
  margin-left: 60px;
  padding-top: 30px;
}
.blue-box p {
  color: #fff;
  padding-top: 10px;
  font-size: 23px;
  font-weight: 300;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-left: 60px;
}
.section7 a {
  color: #fff;
  padding-top: 10px;
  font-size: 23px;
  font-weight: 300;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-left: 60px;
  text-decoration: none;
}
.section7 img {
  height: 350px;
  width: 270px;
  margin-top: -310px;
  margin-left: 400px;
  border: 3px solid #fff;
}

.foot {
  background-color: white;
  color: #333;
  padding: 20px 0;
  width: 100%;
  height: 400px;
}

.foot .col-1 {
  width: fit-content;
  box-sizing: border-box;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
}

.foot .col-2 {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  margin-left: -500px;
}
.contact-info {
  display: flex;
  align-items: center;
}

.contact-info p {
  margin-right: 10px;
  margin-bottom: 25px;
  font-size: 16px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.col-1 h3 {
  font-size: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 50px;
  margin-top: 50px;
  text-decoration: underline #101d42;
}
.col-2 h3 {
  font-size: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 50px;
  text-decoration: underline #101d42;
}
.foot a {
  color: #333;
  transition: 0.3s ease-in;
  text-decoration: none;
  display: block;
  margin-bottom: 18px;
  margin-top: 10px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.foot a:hover {
  color: #007bff;
  transition: 0.3s ease-in;
  text-decoration: underline #101d42;
}

.foot .col-1 {
  float: left;
  margin-left: 200px;
  display: block;
}
.foot .col-2 {
  float: right;
  margin-right: -200px;
  display: blockS;
}

@media (max-width: 600px) {
  html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
  section {
    overflow-x: hidden;
  }
  nav a {
    font-size: 12px;
    padding: 8px 16px;
  }
  .home {
    margin-left: 20px;
  }
  .kontakt {
    margin-right: 20px;
    padding: 8px 16px;
  }
  .section1 h1 {
    font-size: 25px;
    padding: 5px;
    text-align: center;
    margin-bottom: -40px;
    margin-top: 400px;
    width: 300px;
    margin-left: 30px;
  }
  .section1 h2 {
    font-size: 15px;
    padding: 5px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: -20px;
    height: 50px;
    width: 300px;
    margin-left: 30px;
  }
  .section1 p {
    font-size: 12px;
    padding: 5px;
    text-align: center;
    width: 300px;
    margin-left: 30px;
  }
  .section2 {
    width: 100%;
    height: 670px;
  }
  .section2 h1 {
    font-size: 30px;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 50px;
    color: #f7f4ea;
  }
  .section2 p {
    font-size: 20px;
    text-align: center;
  }
  .section2 .s2 img {
    width: 30%; /* Neue Breite für die Bilder */
    height: auto;
    margin: 20px auto; /* Zentrieren und Abstand zwischen den Bildern */
    border: 6px solid #f7f4ea; /* Stil für die Handy-Ansicht beibehalten */
    position: relative;
    z-index: 1;
    display: block; /* Bilder untereinander anordnen */
    margin-top: 40px;
  }
  .section2 .s2::before {
    visibility: hidden;
  }
  .section3 {
    height: 1900px;
    width: 400px;
    background-color: #fff;
    margin-bottom: 100px;
    margin-top: -50px;
  }
  .section3 h1 {
    text-align: left;
    font-size: 22px;
    margin-left: 30px;
  }
  .card {
    width: 80%; /* Anpassen der Breite für mobile Bildschirme */
    margin: 20px auto; /* Zentrieren und Abstand zwischen den Cards */
    border-radius: 15px; /* Kleinere Eckenradius für mobile Ansicht */
    margin-bottom: 40px; /* Weniger Abstand zwischen den Cards */
    height: 450px;
  }
  .card h2 {
    font-size: 20px; /* Kleinere Schriftgröße für Überschriften */
    padding: 10px 0; /* Kleinere Innenabstände für Überschriften */
  }
  .card p {
    font-size: 16px; /* Kleinere Schriftgröße für Texte */
    padding: 5px 0; /* Kleinere Innenabstände für Texte */
    margin-top: 20px; /* Weniger Abstand zum vorherigen Element */
    margin-bottom: 40px;
  }
  .card img {
    margin-left: 65px;
  }
  .flex-container {
    display: block;
  }
  .kon {
    width: 300px;
    height: fit-content;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    margin-bottom: 20px;
    margin-left: 44px;
    margin-top: 30px;
  }
  .kon p {
    font-size: 18px;
    padding: 5px 20px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .kon a {
    display: inline-block;
    font-size: 18px;
    height: fit-content;
    width: fit-content;
    padding: 10px 20px;
    margin-left: 90px;
  }
  .section4 h1 {
    font-size: 23px;
    text-align: center;
    margin-top: 55px;
  }
  .section4 h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: -20px;
  }
  .section4 p {
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .section5 {
    height: 1550px;
    width: 100%;
    margin-bottom: 50px;
    margin-top: -30px;
  }
  .section5 h1 {
    font-size: 30px;
    text-align: left;
    margin-left: 50px;
    bottom: 1000px;
  }
  .section5 h2 {
    font-size: 25px;
    text-align: left;
    margin-left: 50px;
    margin-top: 60px;
  }
  .section5 p {
    font-size: 18px;
    text-align: left;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 80px;
  }
  .section5 ul {
    font-size: 15px;
    text-align: right;
    list-style: none;
  }
  .fonts {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-start;
    align-items: flex-start; /* Elemente auf gleicher Höhe ausrichten */
    margin-bottom: -50px;
    margin-right: 80px;
    margin-top: 10px;
    position: relative;
  }
  .fonts ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    top: 100px;
  }
  .fonts li {
    background-color: #0056b3;
    color: #f7f4ea;
    font-size: 18px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    gap: 10px;
    padding: 10px;
    width: 200px;
    height: 170px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
  }
  .fonts li i {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
    font-size: 25px;
  }
  #check {
    margin-top: 30px;
  }
  .section6 {
    width: 100%;
    height: 1000px;
  }
  .content {
    position: relative;
    z-index: 1;
  }
  .section6 img {
    height: 250px;
    width: 250px;
    align-items: block;
    margin-left: 70px;
    margin-top: 30px;
    border: 5px solid #fff;
  }
  .section6 h1 {
    font-size: 30px;
    text-align: center;
    margin-right: 10px;
    margin-top: 30px;
    margin-left: 10px;
  }
  .section6 p {
    font-size: 20px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
  }
  .horizontal-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 5px;
    border: none;
    z-index: 0;
    margin-bottom: 630px;
    margin-left: 120px;
  }
  .section7 {
    height: 1000px;
    width: fit-content;
    padding-top: 100px;
    margin-bottom: 50px;
  }
  .left-box {
    background-color: #fff; /* gleiche Farbe wie blue-box */
    width: 350px; /* Breite der linken Box */
    height: 400px;
    border-top-right-radius: 15px; /* Abrundung der Ecke */
    border-bottom-right-radius: 15px;
    float: left;
    margin-right: 20px; /* Abstand zwischen den Boxen */
    margin-top: 30px;
    color: #0056b3;
    border: 3px solid #0056b3;
    border-left: 3px solid #fff;
  }
  .left-box p {
    font-size: 23px;
    font-weight: 300;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    margin-left: 40px;
    margin-right: 20px;
  }
  .left-box h1 {
    font-size: 2em;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    margin-left: 40px;
    padding-top: 20px;
  }
  .left-box .book-button {
    background-color: #0056b3;
    color: #fff;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    transform: scale(1);
    box-shadow: 0px 0px 10px #0056b3;
    display: block;
    margin-top: 50px;
    margin-left: 100px;
  }
  .section7 .blue-box {
    background-color: #0056b3;
    float: left;
    margin-left: 50px;
    height: 400px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 100px;
    margin-top: 50px;
  }
  .blue-box h1 {
    color: #fff;
    font-size: 2.5em;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    text-decoration: underline solid 3px #4997e9;
    margin-left: 60px;
    padding-top: 10px;
  }
  .blue-box p {
    color: #fff;
    padding-top: 10px;
    font-size: 23px;
    font-weight: 300;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    margin-left: 60px;
  }
  .section7 a {
    color: #fff;
    padding-top: 10px;
    font-size: 23px;
    font-weight: 300;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    margin-left: 60px;
    text-decoration: none;
  }
  .section7 img {
    height: 350px;
    width: 270px;
    margin-top: -310px;
    margin-left: 400px;
  }
  .foot .col-1 {
    margin-left: 0px;
    width: fit-content;
  }
  .foot .clo-2 {
    margin-left: 0;
    margin-right: 0;
    width: fit-content;
  }
}
