a {
  text-decoration: none;
}
.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)
  );
}
.content4-bgc {
  background-image: url("../images/page4/content4bgc.png");
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}
.content4-bgc-inner {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content4-flex {
  display: flex;
}

.content4-flex-colum {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content4-center {
  text-align: center;
  align-items: center;
}

.content4-font-banner {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin-left: 0;
}

.content4-font-main {
  font-size: 14px;
  font-weight: 100;
  color: #cccccc;
  margin-left: 0;
}
.content4-font-banner2 {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin-left: 0;
}

.content4-font-main2 {
  font-size: 14px;
  font-weight: 100;
  color: #cccccc;
  margin-left: 0;
}

.content4-banner {
  padding-top: 80px;
  display: flex;
}

.content4-banner-img {
  height: 61px;
  width: 72px;
}

.content4-banner-left {
  margin: 39px 0;
  padding-left: 48px;
  border-left: 1px solid #1d223f;
  display: flex;
  flex-direction: column;
}

.content4-banner-inner {
  width: 400px;
  background-color: #030928;
}

.content4-no-border {
  border: none;
}

.content4-footer {
  display: flex;
  justify-content: space-between;
}

.content4-footer-left-box {
  margin-right: 50px;
  margin: 10px;
}

.content4-footer-left-img {
  height: 46px;
  margin: 0 20px;
}

.content4-footer-rignt {
  margin-right: 0;
}

.content4-footer-rignt img {
  width: 489px;
  margin-top: 77px;
}
@media screen and (max-width: 960px) {
  .content4-bgc {
    width: 100vw;
    background-image: none;
    height: unset;
  }
  .content4-bgc-inner {
    width: 100vw;
  }
  .content4-banner {
    width: 100vw;
    flex-wrap: wrap;
    padding: 0;
  }
  .content4-font-banner2 {
    color: black;
  }
  .content4-font-main2 {
    color: cornflowerblue;
  }
  .content4-banner-inner {
    width: 100vw;
  }
  .content4-flex-colum > .content3-flex-colum {
    color: black;
  }
  .content4-footer-left-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .content4-footer-left {
    flex-wrap: wrap;
    justify-content: center;
  }
  .content4-footer {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  .content4-footer-rignt {
    margin-bottom: 0;
  }
  .content4-footer-rignt > img {
    width: 100vw;
  }
  .banner4-line {
    display: none;
  }
  .content4-footer-left-box {
    background-color: cornflowerblue;
    margin: 0;
    flex-direction: column;
    justify-content: center;
  }
  .content4-footer-left-box2 {
    justify-content: center;
    margin: 10px;
  }
}
