/********************* about_main ****************/
* {
  box-sizing: border-box
}

.body {
  font-family: 'Belgrano', serif;
  font-family: 'Raleway', sans-serif;
  font-family: 'Wix Madefor Display', sans-serif;

}

#about_main {
  margin-bottom: 2rem;
  background-image: url(../img/66.jpg);
  padding-bottom: 180px;
  padding-top: 69px;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_main_1 {
  background-color: #686868a3;
  width: 30%;
  text-align: center;
  padding: 15px 20px 20px 10px;
  border-radius: 30px 50px 30px 50px;
}

.about_main_1 h2 {
  color: #fff;
  font-weight: bold;
}

.about_main_1 i {
  color: #fff;
  padding-left: 5px;
}

.about_main_1 p a {
  color: #fff;
}

.about_main_1 p a:hover {
  color: #fff;
}

/********************* about_main_end ****************/


/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
  max-height:300px ;
  overflow: scroll;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ffe924;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: none ;
  border: 1px solid darkgray;
  width: 70%;
  border-left: none;
  height: 300px;
  padding: 10px;
  
}
#footer{
  margin-top: 2rem;
}
