* {
  margin: 0;
  padding: 0;
}
.blue:hover {
  background: linear-gradient(
    to right,
    rgba(17, 105, 226, 1),
    rgba(41, 154, 250, 1)
  );
}

.green:hover {
  background: linear-gradient(
    to right,
    rgba(23, 217, 215, 1),
    rgba(23, 180, 171, 1)
  );
}

.purple:hover {
  background: linear-gradient(
    to right,
    rgba(103, 3, 160, 1),
    rgba(198, 90, 233, 1)
  );
}
a {
  text-decoration: none;
}
.content7-bgc {
  background-image: url("../images/page5/content7bgc.png");
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.content7-bgc-inner {
  margin: 0 auto;
}
.content7-flex {
  display: flex;
}
.content7-flex-colum {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content7-center {
  text-align: center;
  align-items: center;
}
.content7-font-banner {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin-left: 0;
}
.content7-font-banner2 {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin-left: 0;
}
.content7-font-main {
  font-size: 14px;
  font-weight: 100;
  color: #cccccc;
  margin-left: 0;
}
.content7-font-main2 {
  font-size: 14px;
  font-weight: 100;
  color: #cccccc;
  margin-left: 0;
}

.content7-bgc-inner {
  width: 1200px;
}
.content7-banner {
  padding-top: 80px;
  display: flex;
  margin-bottom: 68px;
}

.content7-banner-img {
  height: 61px;
  width: 72px;
}

.content7-banner-left {
  margin: 39px 0;
  padding-left: 48px;
  border-left: 1px solid #1d223f;
  display: flex;
  flex-direction: column;
}
.no-border {
  border: none;
}
.content7-banner-inner-clicked {
  width: 400px;
  background: linear-gradient(to right, #6703a0, #c65ae9);
}
.content7-no-border {
  border: none;
}
.content7-item {
  background: linear-gradient(
    to right,
    rgba(193, 161, 205, 0.29),
    rgba(69, 6, 119, 0)
  );
}

.content7-banner-inner {
  width: 400px;
  background-color: #030928;
}

.content7-no-border {
  border: none;
}
.content7-footer {
  display: flex;
  justify-content: space-between;
}
.content7-footer-left-inner {
  background: linear-gradient(
    to right,
    rgba(193, 161, 205, 0.29),
    rgba(69, 6, 119, 0)
  );
  margin-bottom: 20px;
}
.content7-img-out {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #781ab1;
  margin: 40px 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content7-img-out img {
  height: 45px;
  object-fit: cover;
}
.content7-footer-rignt {
  margin-right: 0;
}
.content7-footer-rignt img {
  width: 489px;
  margin-top: 86px;
}
.content7-flex {
  display: flex;
}
.content7-flex-colum {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content7-center {
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .content7-bgc {
    width: 100%;
    background-image: none;
    height: unset;
  }
  .content7-bgc-inner {
    width: 100vw;
  }

  .content7-banner {
    width: 100vw;
    flex-wrap: wrap;
    padding: 0;
  }
  .content7-font-banner2 {
    color: black;
  }
  .content7-font-main2 {
    color: black;
  }
  .content7-banner-inner {
    width: 100vw;
  }
  .content7-flex-colum > .content7-flex-colum {
    color: black;
  }
  .content7-footer-left {
    width: 100%;
    margin: 0;
  }
  .content7-footer-left-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .content7-footer {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .content7-btm-img {
    width: 100%;
  }
  .content7-btm-img img {
    width: 100%;
  }
}
