@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;700;900&family=Poppins:wght@100;400;500;700;900&display=swap');

.body_header h3{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #332534;
}
.body_header h5{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 9px;
    color: #332534;
}
.body_header p {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #52A651;
}

.body_middle p{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 11px;
    color: #332534;
}
.btn{  
    background: #52A651;
    border-radius: 12px;
}
.body_footer p,h5{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 11px;
    color: #332534;
}
.EO_Form{
    background: #FFFFFF;
    border: 0.564486px solid #F5F5F5;
    box-sizing: border-box;
    box-shadow: 0px 0px 8.46729px rgba(0, 0, 0, 0.1);
    border-radius: 20.3215px;
}