

.box1{
    background-color: white;
    height: 600px;
    border-radius: 40px;
}

.box2{
    position: absolute;
    background-color: #F0F0F0;
    height: 600px;
    width: 800px;
    margin-left: 170px;
    margin-top: 20px;
    border-radius: 20px;
}

.box3{
    position: absolute;
    background-color: #D6E1F0;
    height: 450px;
    width: 600px;
    margin-left:110px;
    margin-top: 70px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.image-box{
    /* position: absolute; */
    background-color: white;
    height: 300px;
    width: 200px;
    margin-top: 70px;
    margin-left: 200px;
    border-radius: 10px;
}

.image{
    padding: 12px;
}

.image-box p{
    margin: auto;
    display: flex;
    justify-content: center;
    font-family: outfit;
    font-weight: 700;
}

.image-box span{
    display: flex;
    justify-content: center;
    padding: 10px;
    padding-top: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}