.logo {
  position: relative;
  width: 20% !important;
  height: 20% !important;
  padding-top: 25px !important;
  right: 60px !important;
}

@media only screen and (max-width: 800px),
  only screen and (max-device-width: 480px) {
  .logo {
    display: block;
    margin: 0px auto;
    left: -8px;
    margin-bottom: -40px;
  }
}

.logo1 {
  position: relative;
  width: 20% !important;
  height: 20% !important;
  padding-top: 10px !important;
  right: 17px !important;
}

@media only screen and (max-width: 800px),
  only screen and (max-device-width: 480px) {
  .logo1 {
    display: block;
    margin: 0px auto;
    left: -8px;
    margin-bottom: -40px;
  }
}
.logo2 {
  position: relative;
  width: 20% !important;
  height: 20% !important;
  padding-top: 10px !important;
  right: 45px !important;
}

@media only screen and (max-width: 800px),
  only screen and (max-device-width: 480px) {
  .logo2 {
    display: block;
    margin: 0px auto;
    left: -8px;
    margin-bottom: -40px;
  }
}
.coverimg {
  position: relative;
  width: 110% !important;
  left: -70px !important;
}

@media only screen and (max-width: 800px),
  only screen and (max-device-width: 480px) {
  .coverimg {
    float: left;
    margin-left: 30px;
  }
}
.idm {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  color: #193852;
  line-height: 1;
}
.idmb {
  /* font-size: 2.25rem;
  font-weight: 700;
  text-align: left; */
  /* font-style: italic; */
  font-size: 28px;
  color: #193852;
}
.process {
  display: block;
  margin: 0px auto;
  position: relative;
  top: 0px;
}

@media only screen and (max-width: 800px),
  only screen and (max-device-width: 480px) {
  .process {
    display: block;
    margin: 0px auto;
    width: 70%;
    height: 50%;
    /*left: -8px;
    margin-bottom: -40px; */
  }
}
.sportsdigital {
  display: block;
  margin: 0px auto;
  position: relative;
  width: 70%;
  height: 70%;
}

@media only screen and (max-width: 800px),
  only screen and (max-device-width: 480px) {
  .sportsdigital {
    display: block;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    /*left: -8px;
    margin-bottom: -40px; */
  }
}

.cooperates {
  width: auto;
  height: auto;
}

@media only screen and (max-width: 800px),
  only screen and (max-device-width: 480px) {
  .cooperates {
    width: 50%;
    height: 50%;
    /*left: -8px;
    margin-bottom: -40px; */
  }
}

.scrolltext {
  font-size: auto;
}

@media only screen and (max-width: 800px),
  only screen and (max-device-width: 480px) {
  .scrolltext {
    font-size: 140%;
    /*left: -8px;
    margin-bottom: -40px; */
  }
}

 /* Three image containers (use 25% for four, and 50% for two, etc) */
 .column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
} 
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: block;
  background-color: white;
  overflow: hidden;
}

/* .accordion:after {
  content: '\02795';  Unicode character for "plus" sign (+) 
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) 
} */