@media (max-width: 768px) {
  .container {
    max-width: 608px;
    padding: 0 40px;
  }

  /* top-bar */
  .top-bar-right {
    justify-content: center;
  }

  /* nav bar */
  .nav-links {
    display: none;
  }

  #top-link-2 {
    display: none;
  }

  .main-nav .container {
    justify-content: space-between;
    /* gap: 324px; */
  }
  .menu-container-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 27px;
    background-color: #c6edff;
    outline: none;
    border: none;

    width: 48px;
    height: 55px;
  }

  .menu-container-box img {
    width: 48px;
    height: 48px;
  }

  /* hero section */
  .hero {
    height: 620px;
  }
  .hero::before {
    /* Rectangle 2890 */

    width: 100%;
    height: 100%;

    background: linear-gradient(
      0deg,
      rgba(0, 41, 59, 0.7) 8%,
      rgba(0, 102, 204, 0.7) 40%,
      rgba(0, 0, 0, 0) 75%
    );
  }

  .hero .container {
    position: absolute;
    bottom: 80px;
    left: 40px;
    z-index: 1;
    height: auto;
    width: auto;
  }

  .breadcrumb {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-top: 0;
    margin-bottom: 15px;
    width: 536px;
  }

  .hero-content {
    width: 584px;
  }
  .hero-content h1 {
    letter-spacing: 0%;
    vertical-align: middle;
    line-height: 40px;
    margin: 0;
  }

  /* benefits section */
  .benefits {
    padding: 80px 0px;

    height: 1121px;
  }

  .benefits .container {
    height: 961px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 56px;
  }

  .benefits-column-2 {
    gap: 24px;
    width: 608px;
  }

  .benefits-card {
    width: 291px;
  }

  /* career-openings */
  .career-openings {
    height: 1002px;
  }

  .career-openings .container {
    height: 842px;
    padding: 0px;
  }
  .career-openings-row-1 {
    height: 206px;
  }

  .career-openings-heading {
    align-items: flex-start;
  }

  .career-openings-description {
    align-items: flex-start;
    height: 104px;
  }
  .career-openings-description p {
    text-align: left;
  }

  .career-openings-row-2 {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;

    width: 608px;
    height: 604px;
  }

  .career-openings-card {
    width: 100%;
  }
  .career-openings-card p {
    max-width: 384px;
  }

  /* application-form */
  .application {
    padding: 40px 0px 120px;

    height: 963px;
  }

  .application .container {
    height: 803px;
  }

  .application h2 span {
    color: #0066cc;
  }

  .application-form {
    height: 728px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    width: 100%;
  }
  .application-form-field {
    width: 100%;
  }

  .submit-button {
    width: 100%;
  }
  /* footer section */
  .footer-section {
    padding: 64px 0;

    width: 100%;
  }

  .footer-section .container {
    gap: 40px;
    padding: 0;
  }

  .footer-row-1 {
    width: 608px;
    height: 525.16px;
  }

  .footer-title {
    width: 608px;
    height: 166px;
    justify-content: flex-start;
  }

  .need-help {
    width: 538px;
    height: 102px;
  }

  .need-help h2 {
    width: 173px;
    height: 24px;

    font-weight: 500;
    font-size: 20px;
  }

  .need-help p {
    width: 242px;
    height: 68px;

    font-size: 12px;
  }

  .orange-ellipse {
    width: 399px;
    height: 399px;

    /* Inside auto layout */
    /* flex: none;
                                order: 0;
                                flex-grow: 0;
                                z-index: 0; */
  }

  .get-consultation {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;

    width: 161px;
    height: 44px;
  }

  .get-consultation h2 {
    width: 161px;
    height: 28px;

    font-size: 20px;
    line-height: 28px;
  }

  .footer-contents {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 76px;

    width: 608px;
    height: 311.16px;
  }

  .footer-link-contents {
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0px;
    gap: 44px 40px;

    width: 608px;
    height: 205px;
  }

  .link-column {
    width: 136px;
  }

  .footer-logo-contents {
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 64px;

    width: 608px;
    height: 30.16px;

    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
  }

  .email-div {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

    width: 414px;
    height: 20px;
  }

  .company-email {
    justify-content: flex-start;
  }

  .footer-row-2 {
    height: 244px;
  }

  .company-social-media {
    flex-direction: column;
    width: 608px;
    width: 100%;
    height: 144px;
  }

  .social-media-common {
    width: 608px;
    width: 100%;
    height: 48px;
  }
}

@media (max-width: 430px) {
  .container {
    width: 350px;
    max-width: 430px;
    /* padding: 0px; */
  }

  header {
    background: #c6edff;
  }
  /* top-bar */
  .top-bar {
    /* background-color: #c6edff; */
    height: 33px;
  }

  .top-bar-right {
    display: none;
  }

  .logo a video {
    width: 200px;
    height: 42px;
  }

  /* hero section */
  .hero {
    height: 678px;
  }

  .hero::before {
    background: linear-gradient(
      0deg,
      rgba(0, 41, 59, 0.7) 18.5%,
      rgba(0, 102, 204, 0.7) 46%,
      rgba(0, 0, 0, 0) 65.5%
    );
  }

  .hero .container {
    position: absolute;
    bottom: 40px;
    left: 0px;
    z-index: 1;
    height: auto;
  }

  .breadcrumb {
    margin: 0;
    flex-direction: column;
    font-size: 24px;
    width: 244px;
    gap: 4px;
  }

  .breadcrumb #span-1 {
    display: none;
  }

  .breadcrumb #span-2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0%;
  }
  .hero-content {
    width: 350px;
    margin: auto;
    margin-top: 2px;
    height: 224px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .hero-content h1 {
    width: 340px;
    /* height: 224px; */
    margin-top: 8px;
    vertical-align: middle;
  }

  /* benefits section */
  .benefits {
    padding: 56px 0px;

    height: 1793px;
  }

  .benefits .container {
    height: 1681px;
  }

  .benefits-column-1 {
    width: 100%;
    height: 337px;
  }

  .benefits-column-2 {
    grid-template-columns: repeat(1, 1fr);

    width: 100%;
    height: 1288px;
  }
  /* career-openings */
  .career-openings {
    height: 1145px;
    padding: 40px 0px;
  }

  .career-openings .container {
    height: 1065px;
    width: 350px;
  }

  .career-openings-row-1 {
    width: 270px;
    height: 334px;
  }

  .career-openings-description {
    height: 232px;
  }

  .career-openings-row-2 {
    width: 350px;
    height: 699px;
  }
  .career-openings-card {
    height: auto;
  }
  .career-openings-card h3 {
    width: 100%;
    height: auto;
    text-align: left;
  }
  .career-openings-card p {
    height: auto;
  }

  #career-openings-card-1 p span::before, #career-openings-card-1 h3 span::after{
    content: "";
    display: block;
  }
  #career-openings-card-1 h3{
    text-align: center;
  }

  
  /* footer-section */
  .footer-section {
    padding: 64px 0;

    width: 100%;
  }

  .footer-row-1 {
    width: 345px;
    width: 100%;
    height: 1049px;
  }

  .footer-title {
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    padding: 32px 0;
    row-gap: 24px;

    width: 345px;
    width: 100%;
    height: 284px;
  }

  .need-help {
    width: 270px;
    height: 97px;

    margin: 0 40px;
    margin: 0 9.41%;
  }

  .need-help h2 {
    width: 138px;
    height: 19px;

    font-size: 16px;
    line-height: 120%;
    /* or 19px */
  }

  .need-help p {
    width: 270px;
    height: 68px;

    font-size: 12px;
    line-height: 140%;
    /* or 17px */
  }

  .orange-ellipse {
    display: none;
  }

  .get-consultation-mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 16px;

    width: 269px;
    height: 46px;

    background: #f56300;
    border-radius: 24px;

    border: none;
    cursor: pointer;

    margin: 0 40px;
    margin: 0 9.41%;
  }

  .get-consultation-mobile h2 {
    width: 129px;
    height: 22px;
    font-family: "Graphik";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */

    color: #ffffff;
  }

  .get-consultation-mobile a {
    display: flex;
    align-items: center;
  }

  .get-consultation-mobile a img {
    width: 15px;
    height: 8px;
  }

  .footer-contents {
    gap: 48px;
    width: 345px;
    width: 100%;

    height: 683.16px;
  }

  .footer-link-contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 40px;

    width: 345px;
    width: 100%;
    height: 605px;
  }

  .link-column {
    width: 100%;
    height: 205px;
  }

  .footer-logo-contents {
    align-items: center;
    padding: 0px;
    gap: 29px;
    gap: 8.4%;

    width: 345px;
    width: 100%;
    height: 30.16px;
  }

  .email-div {
    width: 191px;
    width: 55.36%;
    height: 20px;
  }

  .footer-row-2 {
    padding: 0px;
    gap: 24px;

    width: 100%;
    height: 204px;
  }

  .company-social-media {
    align-items: flex-start;
    gap: 24px;

    height: 120px;
  }

  .copy-right-block {
    width: 100%;
    height: 47px;
  }

  .upward-navigation-arrow {
    width: 47px;
    height: 47px;
  }
}
