section.second , section.third , section.fourth{
    position: relative;
    height: 100vh;
    width: 100%;
}

.content-page{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;    
}

.scrollpage{
    position: absolute;
}

#foia1{
    position: absolute;
    top: 100%;
    left: 100%;
    height: 60vh;
    transform: translate(-100% , -100%);
}
  
#foia2{
    position: absolute;
    transform: rotate(180deg);
    top: 0%;
    left: 0%;
    height: 50vh;
}

.text{
    width: 40%;
    font-size: 2rem;
    z-index: 1;
    text-align: justify;
    display: flex;
    align-items: center;
}

.icon-text{
    font-size: 2rem;
    z-index: 1;
    text-align: justify;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90%;
    gap: 5rem;
}

.icon-text img{
    background: #fff;
    padding: 1rem;
    border-radius: 20px;
    height: 35%;
    width: 90%;
}

.icon-text p{
    width: 60%;
}

.animation-icon1-left{
    position: relative;
    left: 375px;
}

.animation-icon2-right{
    position: relative;
    left: -375px;
}

.animation-text1-left{
    position: relative;
    left: 887px;
}

.animation-text2-right , .animation-text4-right{
    position: relative;
    left: -887px;
}

.img , .imgs{
    width: 50%;
    height: 80%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.img img{
    width: 100%;
    height: 100%;
}

.green{
    font-size: 2rem;
    z-index: 1;
    text-align: justify;
    color: #fff;
    position: relative;
}

.animation-text3-opa{
    opacity: 0;
}

.content-page.C3{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.content-page.C4{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.content-page.C4 .img{
    width: 75%;
    height: 40%;
}

.content-page.C4 .text{
    width: 70%;
}

.iconbg{
    position: absolute;
    top: 0%;
    width: 100%;
    height: 35%;
}