.main-content-exhiarea{
  font-size:16px;
}
.about-exhiarea{
  width: 80%;
  margin:auto;
}
.exhiarea-first{
  
  background-color: #DEEBF7;
}
.exhiarea-first-div{
  display: flex;
  justify-content: space-between;
  width: 80%;
  padding: 40px 0 80px 0;
  margin: auto;
}
.exhiarea-first-div p{
  text-indent: 2em;
}
.exhiarea-first-text{
  width:45%;
  font-size:16px;
}
.exhiarea-first-text p{
  margin-bottom: 10px !important;
}
.exhiarea-first-img{
  width: 45%;
}
.exhiarea-first-img p{
  width: 80%;
  margin:auto !important;
}

.exhiarea-second{
  width: 80%;
  margin: -70px auto 0 auto;
}
.exhiarea-second-img{
  width:50%;
}

.exhiarea-third{
  width: 80%;
  margin: 30px auto;
  font-size: 16px;
}
.exhiarea-third-imgs{
  display: flex;
  justify-content: space-between;
}