.content-page .content-container {
  background-color: white;
  padding: 30px 40px;
  border: 1px solid #cccccc;
  position: relative;
  /*box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, .2);*/
  margin: 0px 0 20px;
}
.content-page .ad-block {
  padding: 0px 0px 30px 0px;
  margin: -30px 0px 0px 0px;
}
.content-page a {
  color: var(--theme-color);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.content-page a:hover {
  color: #212f3b;
}
.content-page h1 {
  text-align: center;
  color: #353333;
  font-size: 32px;
  font-family: var(--font-bold);
  line-height: normal;
  margin-bottom: 3px;
}
.content-page .download_excel {
  display: none;
}
.content-page .socialouter {
  height: initial;
  padding: 0px;
  background-color: transparent !important;
}
.content-page .socialouter span {
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: relative;
}
.content-page .socialouter span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: black;
  transition: 0.5s;
  border-radius: 50%;
}
.content-page .socialouter span:hover::before {
  opacity: 0.1;
}
.content-page .socialouter span:hover {
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.content-page .responsive-iframe {
  width: 100%;
  height: 1800px;
}
@media (max-width: 990px) {
  .content-page .content-container {
    padding: 15px;
    margin: 0px;
    box-shadow: none;
    border: none;
  }
  .content-page .responsive-iframe {
    width: 100%;
    height: 2000px;
  }
}
