@charset "UTF-8";
#sponsor-page {
  background-image: url("/wp/wp-content/uploads/2019/06/gallery_bg.png")!important;
  background-size: cover!important;
}
#sponsor-page .cont1 {
  background: rgba(118, 113, 113, 0.62);
  color: white;
}
#sponsor-page .cont1 a {
  color: #41d1d5;
}

#sponsor-page .cont1 dt {
  border-bottom: solid #41d1d5 2px;
  line-height: 2;
  border-left: dotted #41d1d5 1px;
  padding-left: 1rem;
}
#sponsor-page .cont1 dd {
  border-bottom: dotted #41d1d5 1px;
  line-height: 2;
  margin: 0;
}
#sponsor-page .cont1title {
  width: 200px;
  background: #ffffff;
  padding: 1rem;
}
#sponsor-page .footer-widget-2 {
  display: none;
}

#sponsor-page .demo {
  margin: 0;
}

@media screen and (min-width: 768px) {
  #profile .left img,
  #profile .right div {
    max-width: 450px;
  }

}