body-lay {
  min-height: 120vh;
  width: 100%; 
  background: 	#071829;
  align-items: center;
  justify-content: center;
  display: flex;
  -webkit-box-pack: center;
}
.container-fig{
  max-width: 1100px;
  width: 100%;
  background-color: #F8F8FF;
  border-radius: 6px;
  padding: 40px 60px 30px 40px; 
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.container-fig .content-des {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right-side p {
    font-size: 18px;
color: #929292;
  }
.right-side p:hover {
    
color: #393a3c;
  }
@media screen and (min-width: 601px) {
 .right-side p {
    font-size: 18px;
color: #929292;
  }
}
@media screen and (max-width: 600px) {
  .right-side p {
    font-size: 14px;
  }
}
.container-fig .content-des .left-side {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.content-des .left-side::before {
  content: "";
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.content-des .left-side .details {
  margin: 14px;
  text-align: center;
}
.content-des .left-side .details i {
  font-size: 30px;
  color: #0E0F1A;
  margin-bottom: 10px;
}
.content-des .left-side .details .topic {
  font-size: 18px;
  font-weight: 500;
}
.content-des .left-side .details .text-one,
.content-des .left-side .details .text-two {
  font-size: 16px;
  color: #05105B;
}
.container-fig .content-des .right-side {
  width: 75%;
  margin-left: 130px;
}
.content-des .right-side .topic-text {
  font-size: 23px;
  font-weight: 600;
  color: #3e2093;
}
.right-side .input-box {
  height: 45px;
  width: 100%;
  margin: 20px 0;
}
.right-side .input-box input,
.right-side .input-box textarea {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #f0f1f8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
  font-family: "Poppins", sans-serif;
}
.right-side .message-box {
  min-height: 110px;
}
.right-side .input-box textarea {
  padding-top: 6px;
}
@media (max-width: 850px) {
  .container-fig {
    width: 100%;
	    padding: 30px 40px 40px 20px;
	  }
  .container-fig .content-des .right-side {
    width: 75%;
    margin-left: 55px;
  }
}
@media (max-width: 820px) {
  .container-fig {
    margin: 40px 0;
    height: 100%;
  }
  .container-fig .content-des {
    flex-direction: column-reverse;
  }
  .container-fig .content-des .left-side {
    width: 100%;
    flex-direction: row;
    margin-top: 40px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .container-fig .content-des .left-side::before {
    display: none;
  }
  .container-fig .content-des .right-side {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 380px) {
.content-des .right-side .topic-text {
  font-size: 15px;
  font-weight: 600;
  color: #3e2093;
}
}
/* /// */
