#banner::before {
  background-image: url(../image/events/event.jpg);
}

.textt {
  height: auto;
  width: clamp(400px, 30vw, 30vw);
  margin: 0 30px 30px 30px;
  padding: 0 20px 0 20px;
  font-size: clamp(22px, 1.2vw, 1.2vw);
  text-shadow: 4px 2px 2px black;
  font-weight: bold;
}

.text_css {
  margin: 100px 20% 30px 20%;
}

#info_box {
  width: 1200px;
  background-color: #446161;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  border: 4px solid #40a8a8;
}

.info_box_text {
  display: block;
  width: 50%;
  margin: 30px;
}

.body_img {
  background-image: url(../image/events/team_gc.jpg);
  background-size: cover;
  background-position: center;
  width: 50%;
  left: 0;
}

#bilder {
  border-top: 6px solid gray;
  border-bottom: 6px solid gray;
  background-color: #262626;
  margin-top: 200px;
}


.body_events {
  margin-top: 100px;
  width: 90%;
  display: inline-block;
}

.body_events_title {
  color: black;
  padding: 20px;
  font-size: 20px;
  margin: 0;
  padding: 0;
  margin-top: 3px;
  font-family: 'Baloo 2', cursive;
}

.body_events_hr {
  width:70%;
  margin-top:20px;
  height:3px;
  background-color:grey;
  border:0;
  box-shadow: 2px 2px 15px black;
}

.body_events_img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.body_events_img_box {
  border: 5px solid black;
  border-radius: 20px;
  box-shadow: 5px 5px 10px 2px black;
  display: inline-block;
  height: 450px;
  min-width: 550px;
  width: 650px;
  background-color: black;
  margin: 0 10px 20px 10px;
}

div div hr {
  width: 80%;
  margin-bottom: 20px;
}
