.yttwtwyw {
    display: flex;
    width: 90%;
    margin: 50px auto;
}

.uigidwdw {
    width: 50%;
    padding-right: 20px;
}

.whiduhdhj {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.jhsgyuhjb {
    width: 100%;
    border-radius: 10px;
}

.uhwdbwudj {
    width: 96%;
    border-radius: 10px;
    margin-bottom: 13px;
}

.kjnsdnuej {
    width: 56%;
    margin-top: 10%;
}

.kjhuihhjbu {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.iuhiusbbe {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 0
}

.jsuejubscdb {
    font-size: 17px;
    font-weight: 300;
    margin-top: 20px;
}

.dhfgebdnehxhn {
    display: flex;
    width: 90%;
    margin: 30px auto;
}

.ueuuehuhe {
    width: 40%;
}

.jshduehjei {
    width: 90%;
    border-radius: 10px;
}

.sjijendue {
    width: 60%;
}

.uuuygcgs {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.jdgerjbbb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.uhwcjwefuh {
    width: 25%;
}

.jdwdbjwhb {
    font-size: 30px;
    font-weight: 700;
    margin: 3px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iiufbcb {
    color: #5e8a0c;
    font-size: 20px;
    margin-left: 5px;
}

.jsdhfueejb {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
}

.hsuyhfsdjbvj {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 18px;
}

.sdfregre {
    color: #5e8a0c;
    margin-right: 10px;
}

.iuhiusbbe::after {
    content: '';
    /* border: 5px solid #568a0c; */
    position: absolute;
    /* border-radius: 50%; */
    bottom: -11px;
    left: 0.5%;
    height: 3px;
    width: 90px;
    background: #568a0c;
}

@media screen and (max-width:1000px) {
    .yttwtwyw {
        flex-direction: column !important;
    }
    .uigidwdw {
        width: 100% !important;
        padding-right: 0px !important;
    }
    .whiduhdhj {
        width: 100% !important;
        flex-direction: column !important;
    }
    .kjnsdnuej {
        width: 100% !important;
        margin-top: 0% !important;
    }
    .kjhuihhjbu {
        width: 100% !important;
        flex-direction: row !important;
    }
    .uhwdbwudj {
        width: 49% !important;
    }
    .jhsgyuhjb {
        margin-bottom: 2% !important;
    }
}

@media screen and (max-width:500px) {
    .dhfgebdnehxhn {
        flex-direction: column-reverse !important;
        margin-top: 0px !important;
    }
    .uhwdbwudj {
        margin-bottom: 15px !important;
        width: 100% !important;
    }
    .sjijendue {
        width: 100% !important;
    }
    .jshduehjei {
        width: 100% !important;
    }
    .ueuuehuhe {
        width: 100% !important;
    }
    .uuuygcgs {
        grid-template-columns: 33% 33% 33% !important;
        width: 80% !important;
        margin: auto !important;
        margin-bottom: 15px !important;
    }
    .kjhuihhjbu {
        flex-direction: column !important;
    }
}

@media screen and (max-width:430px) {
    .yttwtwyw {
        margin: 25px auto !important;
    }
    .iuhiusbbe {
        font-size: 22px !important;
    }
    .jsuejubscdb {
        font-size: 15px !important;
    }
    .kjhuihhjbu {
        flex-direction: column !important;
    }
    .uhwdbwudj {
        width: 100% !important;
    }
    .uuuygcgs {
        grid-template-columns: 33% 33% 33% !important;
        width: 97% !important;
    }
    .jdwdbjwhb {
        font-size: 25px !important;
    }
}