#wrap { 
    background: #90d26d; 
    min-height: 100vh; 
    background-position-x: center;
    background-size: cover; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    gap: 20rem;
    position: relative;
}
#wrap .img_wrap { 
    text-align: center;
 }
#wrap .img_wrap img { 
    width: 30%; 
    max-width: 35rem;
    margin-bottom: 3rem;
}
#wrap .img_wrap .p1 { 
   font-size: 1.8rem;
   font-weight: 600;
   color: #fff;
   line-height: 2;
}
#wrap .img_wrap .p2 { 
   font-size: 1.5rem;
   color: #fff;
}
#wrap .img_wrap2 {
    text-align: center; 
    display: flex;
    flex-direction: column;
    align-items: center;
    

}
#wrap .img_wrap2 .i1 { 
    width: 80%; 
    display: block;
}
#wrap .img_wrap2 .i2 { 
    position: absolute;
    width: 15%; 
    bottom: 4rem;
}
