* {
  box-sizing: border-box;
}

:root {
  --borderRadius: 0.5rem;
}

body {
  background-color: #f0f0f0;
}

.careers {
  /* padding: 8rem 3% 0 3%; */
  margin: 8rem 3% 4rem 3%;
  height: 85vh;
  background: url(../img/careers.jpg) center/cover no-repeat;
  border-radius: var(--borderRadius);
  position: relative;
}

.careers-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: var(--borderRadius);
  display: flex;
  align-items: center;
  justify-content: center;
}

.careers-text {
  text-align: center;
  color: #fff /*var(--white) */;
  font-size: 3rem;
  /* font-weight: 500; */
}

.careers-section h1 {
  /* color: var(--green); */
  font-size: 3rem;
  margin: 3rem 0 1rem;
  font-weight: 500;
  /* text-align: center; */
  /* padding: 2rem 3%; */
}

.careers-about {
  /* padding - top right bottom left */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 0 3%;
}

/* .franchising-about .image {
  flex: 1 1 35rem;
} */

.careers-about .content {
  flex: 1 1 55rem;
}

/* .franchising-about {
  background-image: url('../img/patern.jpg');
  background-size: cover;
  background-position: center;
} */

/* .franchising-about .image h1 {
  font-size: 3.5rem;
}

.franchising-about .image img {
  width: 80%;
} */

/*  */

.careers-about .content h3 {
  color: var(--black);
  font-size: 4rem;
  padding-bottom: 0.5rem;
}

.careers-about .content p,
.careers-about .content ul {
  color: var(--light-color);
  font-size: 1.75rem;
  padding: 0.25rem 0;
  line-height: 1.5;
  /* max-width: 75%; */
}

.careers-about .content ul {
  padding: 0.75rem 0 2rem 4rem;
}

.careers-details {
  text-align: center;
  color: var(--black);
  padding: 4rem;
}

.careers-details p {
  color: var(--light-color);
  font-size: 2rem;
  padding-bottom: 0.5rem;
}

.careers-details h3 {
  font-size: 3rem;
  font-weight: 500;
  padding: 0 0 2rem;
}

.careers-details .email {
  text-transform: none;
}

@media screen and (max-width: 1020px) {
  /* html {
    font-size: 50%;
  } */
  .careers-about .image {
    display: grid;
    justify-items: center;
    justify-content: center;
  }

  .careers {
    height: 70vh;
  }

  .careers-about .image img {
    width: 50%;
  }
}

@media screen and (max-width: 720px) {
  .careers-about .image {
    display: grid;
    justify-items: center;
    justify-content: center;
  }

  .franccareershising {
    height: 60vh;
  }

  .careers-about .image img {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  html {
    font-size: 55%;
  }

  .careers {
    height: 60vh;
  }

  .careers-about .image {
    display: grid;
    justify-items: center;
    justify-content: center;
  }
  .careers-about .content h3 {
    font-size: 3rem;
  }
  .careers-about .image h1 {
    font-size: 3rem;
  }

  .careers-about .image img {
    width: 50%;
  }
}
