.delay {
  opacity: 0;
  animation: fadeIn 3s;
  animation-delay: 8s;
  animation-fill-mode: forwards;
  color: #e5e5e5;
  text-align: left;
  width: fit-content;
}

/* Media queries */
@media screen and (min-width: 600px) {
  .delay {
    width: 100%;
  }
}

.delay-small {
  opacity: 0;
  animation: fadeIn 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  color: #e5e5e5;
  text-align: left;
}

.delay-tech,
.delay-tech a {
  opacity: 0;
  animation: fadeIn 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  color: #e5e5e5;
  text-align: left;
}

@media screen and (min-width: 600px) {
  .delay-tech,
  .delay-tech a {
    opacity: 0;
    animation: fadeIn 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    color: #e5e5e5;
    text-align: left;
    list-style-position: outside;
  }
}

.delay ul {
  text-align: left;
  font-size: smaller;
  list-style-position: outside;
}

.delay li:nth-child(1) {
  opacity: 0;
  animation: fadeIn 3s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  color: #e5e5e5;
  text-align: left;
}

.delay li:nth-child(2) {
  opacity: 0;
  animation: fadeIn 3s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
  color: #e5e5e5;
  text-align: left;
}

.delay li:nth-child(3) {
  opacity: 0;
  animation: fadeIn 3s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  color: #e5e5e5;
  text-align: left;
}
.delay li:nth-child(4) {
  opacity: 0;
  animation: fadeIn 3s;
  animation-delay: 3.5s;
  animation-fill-mode: forwards;
  color: #e5e5e5;
  text-align: left;
}
.delay li:nth-child(5) {
  opacity: 0;
  animation: fadeIn 3s;
  animation-delay: 4s;
  animation-fill-mode: forwards;
  color: #e5e5e5;
  text-align: left;
}
.delay li:nth-child(6) {
  opacity: 0;
  animation: fadeIn 3s;
  animation-delay: 4.5s;
  animation-fill-mode: forwards;
  color: #e5e5e5;
  text-align: left;
}

.delay-tech li:nth-child(1) {
  opacity: 0;
  animation: fadeIn 3s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  color: #e5e5e5;
  text-align: left;
}

.delay-tech li:nth-child(2) {
  opacity: 0;
  animation: fadeIn 3s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  color: #e5e5e5;
  text-align: left;
}

.delay-tech li:nth-child(3) {
  opacity: 0;
  animation: fadeIn 3s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  color: #e5e5e5;
  text-align: left;
}
.delay-tech li:nth-child(4) {
  opacity: 0;
  animation: fadeIn 3s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
  color: #e5e5e5;
  text-align: left;
}
.delay-tech li:nth-child(5) {
  opacity: 0;
  animation: fadeIn 3s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  color: #e5e5e5;
  text-align: left;
}
.delay-tech li:nth-child(6) {
  opacity: 0;
  animation: fadeIn 3s;
  animation-delay: 3.5s;
  animation-fill-mode: forwards;
  color: #e5e5e5;
  text-align: left;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.delay-tech li {
  background: url(../svg/tick-up.png) no-repeat left top;
  padding: 0px 0px 0px 30px;
  list-style: none;
  margin: 0;
  line-height: 20px;
  font-size: 16px;
  font-weight: 200;
  text-align: left;
  margin-left: 9px;
  margin-bottom: 0.5em;
}

.delay li {
  text-align: left;
  font-size: smaller;
  margin-left: 9px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  .delay-tech li {
    text-align: left;
    margin: 0px;
    padding: 0px 0px 0px 29px;
    font-size: 1em;
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
  }
  .delay li {
    margin: 0;
  }
}

@media screen and (min-width: 600px) and (max-width: 799px) {
  .delay-tech li {
    text-align: left;
    margin-left: 9px;
    padding: 0px 0px 0px 29px;
    font-size: 1em;
    line-height: 28px;
    font-weight: 300;
  }
}

@media screen and (min-width: 800px) and (max-width: 1199px) {
  .delay-tech li {
    text-align: left;
    margin-left: 9px;
    padding: 0px 0px 0px 29px;
    font-size: 1em;
    line-height: 28px;
    font-weight: 300;
  }
}

@media screen and (min-width: 1200px) {
  .delay-tech li {
    text-align: left;
    margin-left: 9px;
    padding: 0px 0px 0px 29px;
    font-size: 1em;
    line-height: 28px;
  }
}
