* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 14px;
}

h2 {
  font-size: 50px;
  font-weight: 200;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  white-space: normal;
}

h3 {
  font-size: 30px;
  font-weight: 200;
}

p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 200;
}

i {
  font-size: 40px;
  margin: 0px 0px 20px 0px;
}

.i-top {
  font-size: 16px;
  margin: 0px;
}

button {
  background-color: #5b98ba;
  min-width: 260px;
  min-height: 55px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 0px 15px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.8s, transform 0.2s;
}

button:hover {
  background-color: #3d7898;
  transform: scale(1.02);
}

.abutton {
  background-color: #5b98ba;
  min-width: 260px;
  min-height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 0px 15px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.8s, transform 0.2s;
}

.abutton:hover {
  background-color: #3d7898;
  transform: scale(1.02);
}

/* PRISSEKTION */
.section-priser {
  width: 100%;
  padding: 80px 0px;
  background-color: #f8f9fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-priser-container {
  width: 90%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-priser h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.section-priser p {
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  color: #666;
}

.priser-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  width: 100%;
  margin-bottom: 60px;
}

.pris-box {
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.pris-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.pris-box-featured {
  border: 3px solid #5b98ba;
  transform: scale(1.05);
}

.pris-box-header {
  background: linear-gradient(135deg, #5b98ba 0%, #3d7898 100%);
  color: white;
  padding: 30px 25px;
  text-align: center;
}

.pris-box-featured .pris-box-header {
  background: linear-gradient(135deg, #3d7898 0%, #2a5a73 100%);
}

.pris-box-header i {
  font-size: 48px;
  margin-bottom: 15px;
  opacity: 0.9;
}

.pris-box-header h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.pris {
  margin-bottom: 10px;
}

.pris-amount {
  font-size: 36px;
  font-weight: 700;
  display: block;
}

.pris-box-content {
  padding: 30px 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.pris-box-content p {
  color: #666;
  margin-bottom: 25px;
  text-align: center;
}

.pris-box-content ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  flex-grow: 1;
}

.pris-box-content li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #555;
}

.pris-box-content li i {
  color: #5b98ba;
  font-size: 16px;
  margin-right: 12px;
  margin-bottom: 0;
  width: 20px;
}

.pris-box-content .abutton {
  margin: 0;
  width: 100%;
  margin-top: auto;
}

.priser-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  width: 100%;
  margin-top: 40px;
}

.priser-info-box {
  text-align: center;
  padding: 30px 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.priser-info-box i {
  color: #5b98ba;
  font-size: 48px;
  margin-bottom: 20px;
}

.priser-info-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.priser-info-box p {
  color: #666;
  margin: 0;
}

/* TOP CONTAINER */
.section1 {
  width: 100%;
  height: 100vh;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(/assets/neuropsykiatriska-utredningar-for-adhd-och-autism.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section1 h1 {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
}

.section1 h2 {
  text-align: center;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 800;
  width: 900px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ffffff;
}

.section1 p {
  text-align: center;
  width: 750px;
  font-weight: 400;
  color: #ffffff;
}

.herotext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section2 {
  background-image: url(/assets/bakgrund_animacare_former_01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  height: auto;
}

.section1-2 h2 {
  margin: 0px 0px 20px 0px;
  font-weight: 700;
}

.section1-2-fixed {
  display: flex;
  flex-direction: column;
  transform: translateY(-80px);
  align-items: center;
}

.section1-2 {
  width: 800px;
  height: auto;
  padding: 50px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.section1-2-btnContainer {
  width: 100%;
  display: flex;
  margin-top: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.section1-3 {
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 50px;
}

.section1-3 p {
  margin: 5px 0px 30px 0px;
}

.section1-4 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: space-between;
}

.section1-4-box {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  padding: 50px 20px;
  height: auto;
  border-radius: 10px;
  background-color: #ffffff;
}

.section1-4-box h3 {
  margin-bottom: 10px;
}

.section1-4-box p {
  font-size: 16px;
}

.section4 {
  width: 100%;
  height: auto;
  padding: 80px 0px 100px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section4 h2 {
  margin-bottom: 10px;
}

.section4 p {
  margin-bottom: 10px;
}

.section4-1 {
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-top: 30px;
  justify-content: space-between;
}

.section4-1-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  height: auto;
}

.section4-1-left h2 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.section4-1-left p {
  font-size: 16px;
  margin: 0px 0px 0px 0px;
}

.section3-1-btnContainer {
  width: 100%;
  display: flex;
  margin-top: 40px;
  flex-direction: row;
  justify-content: start;
  align-items: start;
}

.section3-1-btnContainer button {
  margin: 0px;
}

.section3-1-btnContainer .abutton {
  margin: 0px;
}

.section4-1-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}

.section4-1-right img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.section5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(/assets/bakgrund_animacare_former.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding: 80px 0px 100px 0px;
  height: auto;
  background-color: #fbeee5;
}

.section5 h2 {
  margin-bottom: 10px;
}

.section5 p {
  margin-bottom: 10px;
}

.section5-1 {
  width: 80%;
  height: 100%;
}

#adhdForm {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 40px 20px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

#adhdForm button {
  margin: 0px 20px;
}

#adhdForm .abutton {
  margin: 0px 20px;
}

.question {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  display: flex;
  text-align: center;
  width: 800px;
  justify-content: space-between;
  min-height: 120px;
}

#nameEmail {
  margin-bottom: 20px;
  margin: 0px;
  padding: 0px;
  display: flex;
  text-align: center;
  width: 800px;
  justify-content: space-between;
  min-height: auto;
}

#nameEmail button {
  margin-top: 20px;
}

#nameEmail .abutton {
  margin-top: 20px;
}

#nameEmail input {
  width: 80%;
  margin: 10px 0px;
  border: 1px solid #5b98ba;
  border-radius: 10px;
  text-align: center;
  height: 50px;
}

.question label {
  display: block;
  width: 90%;
  margin: auto;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}

.label-question {
  height: 65px;
}

.labelAnswer {
  font-size: 18px !important;
}

.options {
  display: flex;
  flex-direction: row;
  width: 90%;
  margin: auto;
  justify-content: space-evenly;
  font-weight: 600;
}

.options label {
  margin-bottom: 5px;
  font-size: 20px !important;
  font-weight: 200 !important;
}

input[type="radio"] {
  transform: scale(1.5); /* Makes the radio button 1.5x its original size */
  margin: 10px;
}

.submit-btn {
  display: block;
  color: white;
  cursor: pointer;
}

.result {
  margin: 0px;
  padding: 40px 20px;
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  width: 840px;
  justify-content: space-between;
  min-height: auto;
}

.result span {
  font-size: 30px;
}

.resultButtons {
  margin-top: 20px;
}

.formButtonContainer {
  width: 100%;
  display: flex;
  margin-top: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.section5-2 {
  width: 80%;
  height: auto;
  padding: 60px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.section5-2-box {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  padding: 0px 20px;
  height: 300px;
}

.section5-2-box h2 {
  font-size: 30px;
}

.section6 {
  width: 100%;
  height: auto;
  display: flex;
  padding: 50px 0px 0px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section6-box {
  min-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fbeee5;
  border-radius: 10px;
  margin: 50px;
  padding: 30px 20px;
  height: auto;
}

.section6-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.section6-box p {
  font-size: 16px;
  font-style: italic;
}

.section6-box h3 {
  margin: 10px 0px;
}

.section6-box-stars i {
  color: #5b98ba;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.section6-1 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  overflow: auto;
}

.section6-1::-webkit-scrollbar {
  width: 2px; /* Width of the scrollbar */
}

.section6-1::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background of the track */
}

.section6-1::-webkit-scrollbar-thumb {
  background: #5b98ba; /* Color of the scrollbar thumb */
  border-radius: 0px; /* Rounded corners of the thumb */
}

.section6-1::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color on hover */
}

.section9 {
  width: 100%;
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fbeee5;
}

.section9-1 {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
  align-items: center;
}

.section9-1-box {
  width: 55%;
  height: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.section9-1-box:nth-child(2) {
  background-image: url(/assets/psykiatri_landskrona.webp);
  width: 45%;
}

.section9-1-box h2 {
  margin-bottom: 10px;
}

.section9-1-box ul {
  list-style: none;
  margin: 10px 0px;
  padding: 0;
}

.section9-1-box li {
  position: relative;
  margin: 10px 0px;
  padding-left: 20px;
}

.section9-1-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #5b98ba;
}

.section9-1-box button {
  margin: 0px;
  margin-top: 30px;
}

.section9-1-box .abutton {
  margin: 0px;
  margin-top: 30px;
}

.section7 {
  width: 100%;
  height: auto;
  background-image: url(/assets/adhd-symtom-hos-vuxna.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section7-1 {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section7-1-box {
  width: 700px;
  padding: 40px 40px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 10px;
}

.section7-1-box h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.section7-1-box button {
  margin: 30px 0px 0px 0px;
  width: 290px;
}

.section7-1-box .abutton {
  margin: 30px 0px 0px 0px;
  width: 290px;
}

.section7-1-box-ul {
  width: 100%;
  margin: auto;
  text-align: left;
}

.section7-1-box-ul ul {
  list-style: none;
  margin: 40px 0px;
  padding: 0;
}

.section7-1-box-ul li {
  position: relative;
  margin: 20px 0px;
  padding-left: 20px;
}

.section7-1-box-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #5b98ba;
}

.section7-1-box-buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.section8 {
  width: 90%;
  height: auto;
  max-width: 1350px;
  margin: 80px auto 100px auto;
  text-align: center;
}

.section8 h2 {
  font-size: 50px;
  margin-bottom: 10px;
}

.section8 p {
  margin-bottom: 30px;
}

.section8-content-box-top {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: -40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 30px;
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section8-content-box h2 {
  font-size: 25px;
  font-weight: 600;
}

.section8-content-box p {
  font-size: 16px;
  margin: 10px 0px 30px 0px;
}

.section8-content-box:nth-child(1) .section8-content-box-top {
  background-image: url(/assets/adhd-utredning-vuxen.webp);
}
.section8-content-box:nth-child(2) .section8-content-box-top {
  background-image: url(/assets/digitala-utredningar.webp);
}
.section8-content-box:nth-child(3) .section8-content-box-top {
  background-image: url(/assets/autismutredning_vuxen.webp);
}
.section8-content-box:nth-child(4) .section8-content-box-top {
  background-image: url(/assets/intyg-for-utbildningar.png);
}

.section8-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
}

.section8-content-box {
  background-color: #fbeee5;
  width: 45%;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
}

.section8-content-box button {
  margin: 0px;
}

.section8-content-box .abutton {
  margin: 0px;
}

@media (max-width: 1320px) {
  button {
    min-width: 0px;
    width: 90% !important;
    margin: 0px 10px;
  }

  .abutton {
    min-width: 0px;
    width: 90% !important;
    margin: 0px 10px;
  }

  h2 {
    font-size: 35px;
  }

  button {
    width: 90%;
    margin-top: 10px;
  }

  .abutton {
    width: 90%;
    margin-top: 10px;
  }

  /* PRISSEKTION MOBIL */
  .section-priser {
    padding: 50px 0px;
  }

  .section-priser-container {
    width: 95%;
  }

  .priser-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .pris-box-featured {
    transform: none;
    order: -1;
  }

  .pris-box-header {
    padding: 25px 20px;
  }

  .pris-box-header h3 {
    font-size: 20px;
  }

  .pris-amount {
    font-size: 28px;
  }

  .pris-box-content {
    padding: 25px 20px;
  }

  .priser-info {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .priser-info-box {
    padding: 25px 15px;
  }

  .priser-info-box i {
    font-size: 36px;
  }

  /* TOP CONTAINER */
  .section1 {
    margin-top: 70px;
  }

  .section1-2-fixed {
    width: 100%;
    transform: translateY(-100px);
  }

  .section1-2 {
    width: 90%;
    padding: 25px 20px;
  }

  .section1-2 h2 {
    font-size: 30px;
  }

  .section1-2-btnContainer {
    flex-direction: column;
  }

  .section1-3 p {
    margin: 5px 0px 30px 0px;
  }

  .section1-4 {
    flex-direction: column;
    gap: 30px;
  }

  .section1-4-box {
    width: 100%;
    padding: 30px 20px;
  }

  .section1-4-box h3 {
    margin-bottom: 10px;
  }

  .section1-4-box p {
    font-size: 16px;
  }

  .section4 {
    padding: 40px 0px 60px 0px;
  }

  .section4 h2 {
    width: 90%;
    text-align: center;
  }

  .section4 p {
    width: 90%;
    text-align: center;
  }

  .section4-1 {
    width: 90%;
    flex-direction: column;
    gap: 0px;
    margin-top: 30px;
    justify-content: space-between;
  }

  .section4-1-left {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .section4-1-left h2 {
    font-size: 22px;
    font-weight: 600;
  }

  .section3-1-btnContainer {
    justify-content: center;
    align-items: center;
  }

  .section3-1-btnContainer button {
    margin: 0px;
  }
  .section3-1-btnContainer .abutton {
    margin: 0px;
  }

  .section4-1-right img {
    display: none;
  }

  .section8-content-box {
    align-items: center;
    width: 100%;
  }

  .section5 {
    padding: 50px 0px 80px 0px;
  }

  .section5 p {
    text-align: center;
    margin-top: 10px;
    width: 90%;
  }

  #adhdForm {
    width: 90%;
    padding: 30px 20px;
  }

  #adhdForm button {
    margin: 0px 20px;
  }

  #adhdForm .abutton {
    margin: 0px 20px;
  }

  .question {
    width: 100%;
    height: auto;
    min-height: 0px;
  }

  #nameEmail {
    width: 100%;
  }

  #nameEmail button {
    margin-top: 20px;
    padding: 0px !important;
    margin: 20px 0px 0px 0px;
  }

  #nameEmail .abutton {
    margin-top: 20px;
    padding: 0px !important;
    margin: 20px 0px 0px 0px;
  }

  #nameEmail input {
    width: 100%;
  }

  .question label {
    width: 100%;
    height: auto;
    font-size: 18px;
  }

  .options {
    flex-direction: column;
    width: 90%;
    gap: 10px;
  }

  .options label {
    display: flex;
    flex-direction: row;
  }

  input[type="radio"] {
    transform: scale(1.7);
    margin-right: 15px;
  }

  .result {
    width: 90%;
  }

  .result p {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .resultButtons {
    margin-top: 20px;
  }

  .resultButtons button {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
  }

  .resultButtons .abutton {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
  }

  .formButtonContainer {
    flex-direction: column-reverse;
  }

  .formButtonContainer button {
    margin-bottom: 10px !important;
  }

  .formButtonContainer .abutton {
    margin-bottom: 10px !important;
  }

  .section5-2 {
    width: 90%;
    flex-direction: column;
    gap: 30px;
  }

  .section5-2-box {
    width: 100%;
    height: auto;
  }

  .section6 {
    text-align: center;
  }

  .section6-box {
    min-width: 280px;
    margin: 10px;
  }

  .section6-box h3 {
    font-size: 24px;
  }

  .section6-box img {
    width: 50px;
    height: 50px;
  }

  .section6-box p {
    font-size: 14px;
  }

  .section6-1 {
    margin: 0px 0px;
    padding: 25px 0px;
  }

  .section8-content-box-top {
    margin-left: 0px;
  }

  .section9-1 {
    width: 90%;
    padding: 0px 0px;
  }

  .section9-1-box {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .section9-1-box:nth-child(2) {
    display: none;
  }

  .section9-1-box h2 {
    margin-bottom: 20px;
  }

  .section9-1-box ul {
    margin: 30px 0px;
  }

  .section9-1-box ul li::before {
    width: 10px;
    height: 10px;
  }

  .section9-1-box button {
    margin: 0px;
    margin-top: 30px;
  }

  .section9-1-box .abutton {
    margin: 0px;
    margin-top: 30px;
  }

  .section7 {
    background-color: #f1f1f1;
    background-image: none;
  }

  .section7-1 {
    width: 100%;
  }

  .section7-1-box {
    width: 90%;
    padding: 30px 10px;
  }

  .section7-1-box h2 {
    font-size: 30px;
  }

  .section7-1-box button {
    margin: 10px 0px 0px 0px;
    width: auto;
  }

  .section7-1-box .abutton {
    margin: 10px 0px 0px 0px;
    width: auto;
  }

  .section7-1-box-ul li::before {
    width: 12px;
    height: 12px;
  }

  .section7-1-box-buttons {
    flex-direction: column;
  }

  /* TOP CONTAINER */
  .section1 {
    height: 650px;
  }

  .section1 h2 {
    font-size: 42px;
    width: auto;
  }

  .section1 p {
    width: auto;
    font-weight: 400;
    font-size: 16px;
  }

  .herotext {
    width: 90%;
  }
}
