.practice-selection {
  background-color: rgba(99, 73, 235, 1);
  display: flex;
  width: 402px;
  height: 874px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 19px 0;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  font-family:
    Inter,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 600;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  z-index: 900;
  border-radius: 25px;
  transition: opacity 0.3s ease-in-out; 
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}


.practice-title {
  color: rgba(255, 255, 255, 1);
  font-size: 45px;
  letter-spacing: 3.6px;
  align-self: start;
  font-weight: 600;
}


.practice-list {
  padding: 0px;
  border-radius: 15px;
  margin-top: 26px;
  min-height: 796px;
  list-style: none;
}


.practice-item {
  width: 100%;
  overflow: hidden;
}

.practice-item:not(:first-child) {
  margin-top: 32px;
}


.practice-card {
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  padding: 24px 37px 24px 15px;
  align-items: stretch;
  gap: 40px 43px;
  width: 100%;
  max-width: 100%;
}


.practice-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 122px;
  flex-shrink: 0;
  max-width: 100%;
}

.practice-image-2 {
  width: 118px;
}

.practice-image-3 {
  width: 127px;
}

.practice-image-4 {
  aspect-ratio: 1.24;
  width: 119px;
}


.practice-info {
  align-self: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  justify-content: center;
}


.practice-name {
  color: rgba(0, 0, 0, 1);
  font-size: 32px;
  letter-spacing: 2.56px;
  font-weight: 600;
  text-align: center;
}


.practice-button {
  font-family: Inter, sans-serif;
  border-radius: 7px;
  background-color: rgba(207, 205, 255, 1);
  margin-top: 47px;
  padding: 6px 20px 14px;
  font-size: 22px;
  color: rgba(99, 73, 235, 1);
  letter-spacing: 1.76px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}


.practice-item:nth-child(2) .practice-card {
  padding: 26px 28px;
  gap: 20px;
  justify-content: space-between;
}

.practice-item:nth-child(2) .practice-info {
  margin: auto;
}

.practice-item:nth-child(2) .practice-button {
  margin-top: 39px;
  padding: 6px 22px 14px;
}

.practice-item:nth-child(3) .practice-card {
  padding: 22px 37px 22px 15px;
  gap: 38px;
}

.practice-item:nth-child(3) .practice-info {
  margin: auto 0;
}

.practice-item:nth-child(3) .practice-button {
  margin-top: 36px;
  padding: 6px 22px 14px;
}

.practice-item:nth-child(4) .practice-card {
  padding: 25px 28px;
  align-items: start;
  gap: 40px 42px;
}

.practice-item:nth-child(4) .practice-info {
  margin-top: 11px;
}

.practice-item:nth-child(4) .practice-button {
  margin-top: 27px;
  padding: 5px 25px;
}