* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

#CCN {
  position: relative;
  height: 100vh;
  background: #0015af;
}

#CCN .CCN {
  position: absolute;
  left: 50%;
  top: 50%;
	 border-radius: 25px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.CCN {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  padding: 110px 40px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1);
}

.CCN .CCN-redirect {
    position: relative;
    height: 180px;
    margin-bottom:15px; 
}

.CCN h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #151515;
  margin-top: 0px;
  margin-bottom: 25px;
}


.redirect-image {
  height: 180px !important;
  object-fit: contain !important;
}


@media only screen and (max-width: 767px) {
  .CCN h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .CCN .CCN-redirect h1 {
    font-size: 141px;
  }
}
