.Aboutpage {
    position: relative;
    width: 1440px;
    height: 3640px; 
    margin: 0 auto;
    background-color: #ffffff;
}
 

.text-1 { 
    font-family: "HelveticaNeueB";
    font-size: 70px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #25282e;
    position: absolute;
    top: 220px;
    left: 9.02%;
}

.text-2 {
    width: 42.66%;
    height: 40px;
    font-family: 'HelveticaNeue';
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #25282e;
    position: absolute;
    top: 420px;
    left: 9.02%;
  }

  .img-about {
    width: 100%;
    height: 800px;
    object-fit: contain;
    position: absolute;
    top: 600px;
    left: 0px;    
  }
  

  .text-6 {
    width: 50%;
    height: 120px;
    font-family: "HelveticaNeueB";
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #25282e;
    position: absolute;
    top: 1520px;
    left: 29.86%; 
  }
  
.text-5 {
    width: 45%;
    height: 288px;
    font-family: 'HelveticaNeue';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    position: absolute;
    top: 1792px;
    left: 29.86%; 
}

.do-more {
    width: 41.42%;
    height: 440px;
    object-fit: contain;
    position: absolute;
    top: 2210px;
    left: 9.02%;     
  }

.shape {
    width: 68px;
    height: 49px;
    object-fit: contain; 
    position: absolute;
    top: 2313px;
    left: 45.97%;
    z-index: 1;  
}

.text3 {
    width: 380px;
    height: 128px;
    font-family: "HelveticaNeueB";
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
    position: absolute;
    top: 2317px;
    left: 57.63%;
}

.text4 {
    width: 45%;
    height: 500px;
    font-family: "HelveticaNeue";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    position: absolute;
    top: 2720px;
    left: 29.86%;
}

.triangle-right-about { 
    width: 0px;
    height: 0px;  
	border-top: 0px solid transparent;
	border-left: 1210px solid #f5f5f5;;
    border-bottom: 890px solid transparent;
    position: absolute;
    transform: rotate(-5deg);
    top: 955.1px;
    left: 9.72%; 
}

@media screen and (max-width: 1430px) {
    .Aboutpage {
        position: relative;
        width: 1024px;
        height: 3640px; 
        margin: 0 auto;
        background-color: #ffffff;
    }    

    .triangle-right-about {  
        border-left: 950px solid #f5f5f5; 
    }  
    .img-about {
        height: 1100px;
        top: 400px;
    }  
}

 