@import url('https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&display=swap');

.tt_wrap{
  padding: 0;
  margin: 4rem 0;
}
.tt_wrap h1{
  font-family: "Nanum Brush Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5rem;
  color: #0c6d41;
  padding: 0;
  margin: 0;
}
.tt_wrap p{
  font-family: 'Jost','Roboto','GmarketSansMedium','Pretendard', system-ui, -apple-system, "Noto Sans",  sans-serif;
  font-size:1rem;
  color: #7d9c8e;
  word-break:keep-all; 
  word-wrap:break-word;
  padding: 0;
  margin: 0;
}
.con_wrap{
  width: 100%; 
  padding: 0;
  margin: 0;
}
.con_wrap .pic {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
.con_wrap .pic::before {
  position: absolute;
  content: '';
  top: 0;
  left: 86.7%;
  width: 1px;
  height: 10%;
  background-color: #d8e2d5;
  z-index: -2;
}
.con_wrap .pic::after {
  position: absolute;
  content: 'Nepal Hope School';
  writing-mode: vertical-rl;
  top: 14%;
  left: 85%;
  font-family: 'Jost','Roboto','GmarketSansMedium','Pretendard', system-ui, -apple-system, "Noto Sans",  sans-serif;
  font-weight: 200;
  font-size: 2.0rem;
  color: #a5c4b6;
  z-index: -1;
}
.con_wrap .pic>img{
  width: 80%;
}
.con_wrap .text {
  width: 60%;
  margin: -150px 0 0 40%;
  padding: 4rem 5rem 0 5rem;
  background-color: #fff;
  word-break:keep-all; 
  word-wrap:break-word;
  transition: all .15s;
}
@media (max-width: 991.98px) {
  .con_wrap .text {
    width: 70%;
    margin: -100px 0 0 30%;
    padding: 3rem 4rem 0 4rem;
    background-color: #fff;
    word-break:keep-all; 
    word-wrap:break-word;
  }
}
@media (max-width: 767.98px) {
  .tt_wrap{
    margin: 1rem 0 3rem 0;
  }
  .con_wrap .pic::before {
    left: 96.7%;
  }
  .con_wrap .pic::after {
    top: 14%;
    left: 95%;
    font-size: 0.9rem;
  }
  .con_wrap .pic>img{
    width: 90%;
  }
  .con_wrap .text{
    width: 90%;
    margin: -2.2rem 0 0 10%;
    padding: 1.5rem 2rem;
    font-size: .9rem;
  }
}