.get-started {
  padding: 100px 0 0 0;
}

.get-started-content {
  position: relative;
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 20px;
}

/* .get-started-content-block {
  padding-bottom: 22%;
} */

.get-started-title {
  font-family: "Playfair_Display_Bold";
  font-size: 60px;
  color: #1b314d;
  padding-bottom: 40px;
}

.get-started-subtitle {
  font-family: "Proxima_Nova_Regular";
  font-size: 18px;
  width: 75%;
  padding-bottom: 40px;
}

.get-started-img-block-background {
  /* position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  background-color: #aecae7;
  width: 50%;
  height: 40vh; */
}

.get-started-img-background {
  /* background-color: #fff;
  height: 30vh;
  width: 75%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: -40px; */
}

.get-started-img {
  width: 100%;
  /* position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: -110px; */
  margin-top: 3px;
}

.footer {
  width: 100%;
  background-color: #1b314d;
}

.footer-content {
  max-width: 1400px;
  margin: auto;
  padding: 60px 20px 20px 20px;
}

.footer-bar {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  border-bottom: 1px solid #fff;
}

.footer-logo {
  color: #fff;
  font-family: "Playfair_Display_Regular";
  font-size: 40px;
  align-items: center;
}

.footer-logo:hover {
  color: white;
  text-decoration: none;
}

.footer-logo span {
  font-family: "Playfair_Display_Bold";
}

.footer-links {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding-top: 19px;
}

.footer-links a {
  color: #fff;
  font-family: "Playfair_Display_Regular";
  font-size: 25px;
}

.footer-links a:hover {
  color: #fff;
}

.footer-subtitle {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px 20px;
  display: flex;
  justify-content: space-between;
}

.footer-jymbe-title {
  font-family: "Playfair_Display_Regular";
  font-size: 18px;
  color: #fff;
}

.footer-jymbe-title:hover {
  color: #fff;
}

@media (max-width: 1192px) {
  .footer-links {
    gap: 45px;
  }
}

@media (max-width: 1150px) {
  .footer-bar {
    padding-bottom: 50px;
  }
}

@media (max-width: 1134px) {
  .footer-content {
    padding-top: 50px;
  }
}

@media (max-width: 1110px) {
  .footer-links {
    gap: 20px;
    flex-direction: column;
    margin-right: 50px;
  }

  .get-started-content {
    padding: 0 20px;
    text-align: center;
    position: relative;
    grid-template-columns: 1fr;
  }

  .get-started-img-background {
    top: 50px;
  }

  /* .get-started-img-block-background {
    position: initial;
    z-index: -1;
    bottom: 0;
    right: 0;
    background-color: #aecae7;
    width: 100%;
    height: 40vh;
  } */

  .get-started-subtitle {
    width: 100%;
  }

  .get-started-img {
    width: 80%;
  }

  .footer-logo {
    text-align: center;
    margin-bottom: 40px;
  }

  .get-started-img {
    top: -210px;
  }
}

@media (max-width: 1321px) {
  .get-started-title {
    font-size: 45px;
  }
}

@media (max-width: 1000px) {
  .get-started-img {
    top: -180px;
  }
}
/* 
@media (max-width: 850px) {
  .get-started-img {
    width: 90%;
  }
} */

@media (max-width: 800px) {
  .get-started-img {
    top: -140px;
  }
}

@media (max-width: 750px) {
  .get-started-img {
    width: 100%;
  }
}

@media (max-width: 665px) {
  .footer-bar {
    display: grid;
  }
}
/* 
@media (max-width: 650px) {
  .get-started-img {
    width: 110%;
  }
} */

@media (max-width: 600px) {
  .get-started-img {
    top: -70px;
  }
}

@media (max-width: 550px) {
  .get-started-img {
    top: -30px;
  }
}

@media (max-width:535px) {
  .get-started {
    padding: 0;
  }

  .get-started-title {
    font-size: 40px;
    padding-top: 50px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer-subtitle {
    display: initial;
    text-align: center;
    padding: 0;
  }

  .jymbe-link {
    padding: 15px;
  }
}

@media (max-width:475px) {
  .get-started-img {
    top: 20px;
  }
}

@media (max-width:360px) {
  .footer-jymbe-title {
    font-size: 15px;
  }

  .social-media {
    padding: 20px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .footer-content {
    padding: 50px 20px 20px;
  }

  .get-started-title {
    padding-top: 50px;
  }

  .footer-links {
    gap: 30px;
  }
}