@charset "utf-8";

#sec-1{
  height: 200vh;
}

#sec-1 .content{
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sec-1 .sec_title{
  text-align: center;
  border: none;
}

#sec-1 .sec_title .img{
  width: 100%;
  height: 200px;
  overflow: hidden;
  object-fit: cover;
}

#sec-1 .content .paragraphs{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
#sec-1 .content .text{
  text-align: center;
  width: 85%;
}