 
.i-here {
  position: relative;
  max-width: 100%;
  display: flex;
  
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.i-here .middle {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

  position: relative;
}

.i-here img {
  width: 600px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .i-here img {
    width: 100%;
  }
}
.i-here .div-logo {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  position: relative;
}
.i-here .div-logo h2 {
  margin-top: 77px;
  font-size: 25px;
  color: #fff;
}
.i-here .div-logo h4 {
  color: #fff;
  position: absolute;
  top: 94%;
}
.i-here .div-logo img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

  position: absolute;
  top: -3rem;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.i-here .page-background h6.header {
  font-size: 15px;
  color: #fff;
  /* margin-top: 10px; */
}
.i-here .page-background {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

  top: 90%;
  position: absolute;
  background-color: #946acf;
  width: 600px;
  padding-bottom: 20px;
  border-radius: 5px;
  /* height: 1000px; */
}
@media (max-width: 768px) {
  .i-here .page-background {
    width: 100%;
  }
}
.i-here .page-background .div-auto {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 0 20px 0 20px;
}
.i-here .page-background .div-auto .white-background {
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;

}

.i-here .page-background .div-auto .white-background ul {
  padding: 0;
  overflow: hidden;
}
.i-here .page-background .div-auto .white-background a {
  text-decoration: none;
  color: #212529;
  border-radius: 10px;
}
.i-here .page-background .div-auto .white-background li {
  padding: 0 20px 0 20px;
  list-style: none;
  position: relative;
  cursor: pointer;
  transition: .5s;
  direction: rtl;
}
.i-here .page-background .div-auto .white-background li:hover {
  background-color: #eee;
}

.i-here .page-background .div-auto .white-background .bacground-i {
  background-color: #946acf;
  border-radius: 40px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
}

.i-here .page-background .div-auto .white-background li i {
  font-size: 15px;
  color: #fff;
 
 }
.i-here .page-background .div-auto .white-background .small-margin {
  margin-right: 38px;
  
  text-align: right;
}
.i-here .page-background .div-auto .white-background li span {
  font-size: 10px;
  color: #afacac;
}
.i-here .page-background .div-auto .white-background li h4 {
  margin: 0px 0 10px 0;
  font-size: 15px;
  font-weight: 400;
}
.i-here .page-background .div-auto .white-background li .line {
  height: 0.5px;
  background-color: #eee;
  max-width: 500px;
}
