@charset "UTF-8";

.edu {
  margin: 0;
  padding: 80px;
  padding-bottom: 60px;
  font-family: "Queensides", sans-serif;
  font-size: 25rem;
  position: relative;
  text-align: justify;
}

.edu-image {
  height: 90rem;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 10%;
}

.vert {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  padding: 5vw;
  padding-top: 0;
}

.edu-tools {
  background-color: var(--primary);
  color: var(--bg);
  box-shadow: 10rem 10rem 10rem 5rem rgba(0, 0, 0, 0.1);
  padding: 40rem;
  border-radius: 18rem;
  position: relative;
}

.other-tools {
  background-color: var(--suplimentary-5);
  color: var(--bg);
  box-shadow: 10rem 10rem 10rem 5rem rgba(0, 0, 0, 0.1);
  padding: 40rem;
  border-radius: 18rem;
  position: relative;
}

.vert li a {
  color: var(--bg);
  text-decoration: none;
}

.vert li a:hover {
  color: var(--bg);
  text-decoration: underline;
}

.vert li {
  font-size: 20rem;
  margin-bottom: 10rem;
  font-family: "Open Sans", sans-serif;
}

.vert ul {
  margin-bottom: 0rem;
}

.edu-link {
  border-radius: 30rem;
  padding: 10rem 30rem;
  background-color: var(--bg);
  color: var(--color);
  transition: all 0.2s ease-in-out;
  font-size: 16rem;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  right: 40rem;
  bottom: 30rem;
}

.edu-link:hover {
  background-color: var(--primary);
  color: var(--bg);
  text-decoration: none;
}

.other-link {
  border-radius: 30rem;
  padding: 10rem 30rem;
  background-color: var(--bg);
  color: var(--color);
  transition: all 0.2s ease-in-out;
  font-size: 16rem;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  right: 40rem;
  bottom: 30rem;
}

.other-link:hover {
  background-color: var(--suplimentary-5);
  color: var(--bg);
  text-decoration: none;
}

.image {
  height: 40rem;
}

.bottom {
  background-color: color-mix(in srgb, var(--primary) 10%, var(--bg));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  padding: 50rem 10vw;
}

h3 {
  margin: 0;
  margin-bottom: 30rem;
  font-size: 25rem;
  display: flex;
  align-items: baseline;
  flex-direction: row;
  gap: 20rem;
  font-family: "Queensides", sans-serif;
  font-weight: lighter;
}

h2 {
  margin: 0;
  margin-bottom: 30rem;
  font-size: 25rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20rem;
  font-family: "Queensides", sans-serif;
}

h4 {
  margin: 30rem;
  margin-bottom: 70rem;
  font-size: 23rem;
  font-family: "Queensides", sans-serif;
  font-weight: lighter;
}

.feedback {
  color: var(--suplimentary-4);
  position: relative;
}

.collab {
  position: relative;
}

.feedback-link {
  border-radius: 30rem;
  padding: 10rem 30rem;
  background-color: var(--suplimentary-4);
  color: var(--bg);
  transition: all 0.2s ease-in-out;
  font-size: 16rem;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  right: 40rem;
  bottom: 5rem;
}

.feedback-link:hover {
  background-color: var(--bg);
  color: var(--suplimentary-4);
  text-decoration: none;
}

.collab-link {
  border-radius: 30rem;
  padding: 10rem 30rem;
  background-color: var(--suplimentary-5);
  color: var(--bg);
  transition: all 0.2s ease-in-out;
  font-size: 16rem;
  font-family: "Open Sanss", sans-serif;
  position: absolute;
  right: 40rem;
  bottom: 5rem;
}

.collab-link:hover {
  background-color: var(--bg);
  color: var(--suplimentary-5);
  text-decoration: none;
}

.img2 {
  height: 60rem;
}
