.mobile-sidebar-item{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  height: 4rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-around;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 0.5rem;
  opacity: 1;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}

.mobile-sidebar-item p{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.project{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 0.75rem;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  .project{
    width: 47%;
    flex-shrink: 1;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (min-width: 1024px){
  .project{
    width: 30%;
  }
}

.project-text{
  width: 50%;
  padding: 0.75rem;
}

@media (min-width: 768px){
  .project-text{
    width: 100%;
  }
}

.project-text h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.project img{
  width: 50%;
  border-radius: 0.375rem;
}

@media (min-width: 768px){
  .project img{
    width: 100%;
  }
}

