.about-fv
{
    height: 450px;
    background: url(../../img/about-fv.png) no-repeat center;
    padding-top: 100px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.scrolled-content {
  position: relative;
  z-index: 1;
  padding-top: 450px;
}
.about-title{
  font-weight: bold;
  color:#fff;
  font-size: 2rem;
  text-align: center;
	letter-spacing: 0.05em
}
.about-title span{
  font-size: 0.7rem;
	    display: block;
    font-weight: 100;
    margin-bottom: 20px;
}

.about-sec2
{
  border-radius: 50px 50px 0 0;
  padding: 60px 0;
  margin-top: -50px;
	background:#f8f8f8;
}



.about-sec2-flex
{
  display: flex;
    gap: 4%;
    align-items: center;
	    margin-top: 30px;
}

.about-sec2-flex-left
{
  width: 36%;
  border-radius: 20px;
  height: 450px;
  overflow: hidden;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.about-sec2-flex-left img{
	height:100%;
	width:auto;
}
.about-sec2-flex-right
{
  width: 60%;
}

.about-sec2-title
{
  font-size: 1.3rem;
	letter-spacing: 0.05em
}

.about-sec3{
  background: #e7ebe8;
  padding: 60px 0 150px;
}

.about-sec3-flex
{
  display: flex;
	    gap: 4%;
    align-items: stretch;
    margin-bottom: 20px;
}

.about-sec3-flex-left{
  box-shadow: inset 0 0 0 8px #d7dfda;
  background: #d7dfda;
  padding: 30px;
  border-radius: 20px;
	width:48%;
	    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-sec3-flex-left-p1
{
    width: 100%;
    display: block;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 15px;
    font-size: 1rem;
    color: #1b5732;
    margin-bottom: 10px;
    text-align: center;
}

.about-sec3-flex-img{
  border-radius: 10px;
  overflow: hidden;
}

.about-sec3-flex-p2{
  font-size: 0.9rem;
  position: relative;
  padding-left: 40px;
	    margin-top: 20px;
}
.about-sec3-flex-p2::before{
    content: "";
      display: inline-block;
      width: 30px;
      height: 30px;
      background-color: #98b1a1;
      border-radius: 50%;
      vertical-align: middle;
      position: absolute;
      left: 0;
}
.about-sec3-flex-right {
  box-shadow: inset 0 0 0 8px #d7dfda;
  padding: 30px;
  border-radius: 20px;
	width:48%;
	    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-sec3-flex-right-p1 {
    width: 100%;
    display: block;
    background: #d7e0da;
    border-radius: 10px;
    padding: 15px;
    font-size: 1rem;
    color: #1b5732;
    box-shadow: inset 0 0 0 3px #1b5732;
    text-align: center;
    margin-bottom: 10px;
}
.about-sec3-p
{
  border-radius: 20px;
  background: #fff;
  padding: 60px;
}

.about-sec4{
    background: url(../../img/about-sec4.png) no-repeat center top;
      padding:100px 0 60px;
      background-size: cover;
      margin-top: -50px;
      border-radius: 50px 50px 0 0;
}

.about-sec4-div1
{
  border-radius: 40px;
  background: #fff;
  padding: 40px 60px;
}
.about-sec4-flex1
{
  display: flex;
  gap: 5%;
	align-items: center;
}
.hp-h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1b5732;
  letter-spacing: 0.2rem;
  margin-bottom: 30px;
	    line-height: 1;
}
.hp-h1 span {
  display: block;
  position: relative;
  font-size: 0.8rem;
  font-weight: 100;
  padding-left: 13px;
  width: fit-content;
  margin: 5px auto 5px 0;
}
.hp-h1 span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #a2b9a9;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  left: 0;
	top:2px;
}
.about-sec4-flex1-left{
  width: 45%;
}
.about-sec4-flex1-right{
  border-radius: 30px;
  width: 50%;
	    overflow: hidden;
}
.about-sec4-flex2
{
  display: flex;
  gap: 4%;
  margin-top: 30px;
	    align-items: stretch;
}
.about-sec4-flex2-left
{
  border-radius: 40px;
  background: #fff;
  padding: 60px;
	width:48%;
}
.about-sec4-flex2-title1
{
  border-radius: 10px;
  background: #2a623f;
  padding: 10px;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.1rem;
	    text-align: center;
	margin-bottom: 30px;
}
.about-sec4-flex2-p1
{
  padding-left: 30px;
  position: relative;
  margin-top: 20px;
}
.about-sec4-flex2-p1::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #a2b9a9;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  left: 0;
	    top: 8px;
}
.about-sec4-flex2-p2{
  padding-left: 30px;
}
.about-sec4-flex2-right
{
    border-radius: 40px;
  background: #fff;
  padding: 60px;
	width:48%;
}
.about-sec4-flex2-title2
{
  border-radius: 10px;
    background: #e7ebe8;
    padding: 10px;
    display: block;
    width: 100%;
    color: #2a623f;
    font-size: 1.1rem;
	    text-align: center;
	margin-bottom: 30px;
}

.about-sec5
{
background: #f8f8f8;
padding: 100px 0 60px;
}
.about-sec5-flex
{
background: #fff;
border-radius: 40px;
padding: 30px 60px;
display: flex;
gap: 6%;
	    align-items: center;
}
.about-sec5-flex-left{
  border-radius: 30px;
  overflow: hidden;
  width: 34%;
	align-items: center;
}
.about-sec5-flex-right
{
width: 60%;
}
.about-sec5-title
{
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
	.about-fv {
		padding-top: 60px;
		height: 350px;}
	.scrolled-content {
    padding-top: 350px;
}
	.about-sec2-flex-left {
		height: 350px;}
	.about-sec3 {
    padding: 60px 0 100px;
}
	.about-sec4 {
    padding: 60px 0 60px;
    margin-top: -50px;
}
	.about-sec4-div1,
	.about-sec4-flex2-left,
	.about-sec4-flex2-right{
    padding: 40px;
}
	.about-sec5 {
    padding: 60px 0 40px;
}
}

@media screen and (max-width: 768px){
	.about-sec4-flex2 {
    flex-direction: column;
}
	.about-sec4-flex2-left {
    width: 100%;
    margin-bottom: 30px;
}
	.about-sec4-flex2-right {
    width: 100%;
}
	.about-sec3-flex-left,
	.about-sec3-flex-right{
		padding: 15px;
	}
	.about-sec3-p {
    padding: 20px 15px;
}
	.about-sec5-flex{
		    padding: 30px 40px;
	}
}

@media screen and (max-width: 660px){
	.about-fv {
        padding: 60px 15px;
        height: 500px;
    }
		.scrolled-content {
    padding-top: 500px;
}
	.about-title{
		text-align: left;
		        line-height: 1.5;
		font-size: 1.8rem;
	}
	.about-sec2-title {
    line-height: 1.5;
    margin-bottom: 10px;
}
	.about-sec2-flex,
	.about-sec3-flex,
	.about-sec4-flex1,
	.about-sec5-flex{
		flex-direction: column;
		gap: 20px;
	}
	.about-sec2-flex-left,
	.about-sec2-flex-right,
	.about-sec3-flex-left,
	.about-sec3-flex-right,
	.about-sec4-flex1-left,
	.about-sec4-flex1-right,
	.about-sec5-flex-left,
	.about-sec5-flex-right{
		width:100%;
	}
	.about-sec4-div1, .about-sec4-flex2-left, .about-sec4-flex2-right,.about-sec5-flex {
        padding: 30px 20px;
        border-radius: 30px;
    }
		.hp-h1 span {
		font-size: 0.7rem;}
}
    