.scroll-container2 {
  position: relative;
  width: 60%;
  display: flex;
  margin: auto;
  margin-bottom: 20vw;
}

.dynamo {
  flex: 1;
}

.dynamoIMG {
  opacity: 1;
  position: absolute;
  width: 14vw;
  left: -3vw;
  top: 0;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.pulse {
  position: absolute;
  width: 8vw;
  height: 8vw;
  background: green;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.pulse:hover {
  animation: animate-pulse 1.6s linear infinite;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 #4d96d1, 0 0 0 0 #4d96d1;
  }
  100% {
    box-shadow: 0 0 0 7vw rgba(255, 109, 74, 0), 0 0 0 0 #4d96d1;
  }
}

.H1div {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: "Amiri";
}

.scrollText3 {
  flex: 1;
  font-size: 0.9vw;
  text-align: center;
}
.scrollText4 {
  flex: 1;
  font-size: 0.9vw;
}

.myList {
}

.myList li {
  border-right: none;
  list-style-type: disc;
}

.awsH1 {
  font-family: "Amiri";
  font-size: 2.3vw;
  text-transform: uppercase;
  display: inline;
}

.awsIMG {
  width: 8vw;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-left: 0.6vw;
  display: inline;
}

.aws {
  width: 100%;
  position: relative;
  margin-top: 15vw;
  margin-bottom: 2vw;
  text-align: center;
  flex: 1;
}
