/* screen - instructions */

.instructions {
  background-color: var(--white);
  display: flex;
  height: 100vh;
  min-height: 1080px;
  min-width: 1920px;
  width: 100%;
}

.instructions .group-5 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 100%;
  width: 1920px;
}

.instructions .overlap-group1 {
  height: 160px;
  position: relative;
  width: 1920px;
}

.instructions .group-2 {
  background-color: var(--tory-blue);
  display: flex;
  height: 160px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1920px;
}

.instructions .image-1 {
  margin-bottom: 31px;
  margin-left: 70px;
  margin-top: 31px;
  object-fit: cover;
  width: 132px;
}

.instructions .examname {
  left: 261px;
  letter-spacing: 0;
  line-height: 50px;
  position: absolute;
  top: 55px;
  white-space: nowrap;
}

.instructions .overlap-group {
  height: 881px;
  margin-top: 39px;
  position: relative;
  width: 1920px;
}

.instructions .group-3 {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 0;
  min-height: 324px;
  position: absolute;
  top: 557px;
  width: 1920px;
}

.instructions .group-1 {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin-left: 894.0px;
  min-height: 135px;
  transition: all 0.2s ease;
  width: 100px;
}

.instructions .group-1:hover {
  transform: scale(0.9); 
}

.instructions .image-3 {
  height: 100px;
  object-fit: cover;
  width: 100px;
}

.instructions .next {
  letter-spacing: 0;
  line-height: 30px;
  margin-left: 3.0px;
  margin-top: 2px;
  min-height: 37px;
  min-width: 65px;
  white-space: nowrap;
}

.instructions .rectangle-2 {
  background-color: var(--tory-blue);
  height: 160px;
  margin-top: 29px;
  width: 1920px;
}

.instructions .description {
  color: var(--dove-gray);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-weight: 400;
  height: 658px;
  left: 266px;
  letter-spacing: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
  width: 1040px;
}

.instructions .span {
  color: var(--gravel);
  font-family: var(--font-family-roboto-regular);
}

.instructions .span1 {
  color: #0f1374;
  font-family: var(--font-family-roboto-regular);
  font-size: var(--font-size-xxl);
}

.instructions .span2 {
  color: var(--gravel);
  font-family: var(--font-family-roboto-regular);
  font-size: var(--font-size-s);
}

.instructions .span-1 {
  color: #0f1274;
  font-family: var(--font-family-roboto-regular);
  font-size: var(--font-size-xxl);
}

.instructions .span-2 {
  font-family: var(--font-family-roboto-regular);
  font-size: var(--font-size-s);
}

.instructions .span6 {
  font-family: var(--font-family-roboto-regular);
}
