.aegisexchange {
  display: flex;
  gap: 30px;
  height: 600px;
  background-color: #c4dfff;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.aegisexchange-text {
  text-align: left;
  width: 80%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 5%;
}

.aegisexchange-text-h1 {
  font-size: 55px;
  text-shadow: 1px 1px #fff;
  text-align: left;
  margin: 0;
}

.aegisexchange-text-h2 {
  font-size: 25px;
  text-shadow: 1px 1px #fff;
  text-align: left;
  margin: 0;
  padding: 5px;
}

.aegisexchange-text-p {
  font-size: 15px;
  text-align: left;
  margin: 0;
  padding-top: 10px;
}

.aegisexchange-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 400px;
  margin-right: 5%;
}

.aegisexchange-img-img {
  max-width: 100%;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #707070);
}

.aegisexchange-github a {
  color: black;
  text-decoration: none;
}

.aegisexchange-github a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .aegisexchange {
    flex-direction: column-reverse;
    height: auto;
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .aegisexchange-text {
    margin-left: 0;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .aegisexchange-text-h1,
  .aegisexchange-text-h2,
  .aegisexchange-text-p {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .aegisexchange-img {
    margin-right: 0;
    height: auto;
    padding-top: 30px;
    padding-bottom: 5px;
    width: 90%;
    box-sizing: border-box;
  }

  .aegisexchange-img-img {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .aegisexchange-text-h2 {
    margin-top: 5px;
  }
}
