* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.container {
    min-height: 100vh;
    width: 100%;
    padding: 120px 0 20px;
    display: flex;
    background-color: #fff !important;
    align-items: center;
    justify-content: center;
}

.container_hero {
    width: 90%;
    max-width: 700px;
    background-color: #fff;
    padding: 0 50px;
    text-align: center;
}

.data {
    padding: 20px 0;
}

#image_heading {
    width: 60px;
    margin-bottom: 20px;
}

.heading {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 15px;
}

.description {
    font-size: 13px;
    line-height: 1.8;
    font-weight: 600;
    color: #00000078;
    text-transform: capitalize;
}

.mini_one {
    text-align: left;
}

.link {
    text-decoration: none;
    color: #000;
}

.desciption_parent {
    padding: 25px 0px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #0000001f;
}

.desciption_parent::-webkit-scrollbar {
    display: none;
}

.mini_heading {
    letter-spacing: 1px;
    font-size: 14px;
    color: #000000d6;

    margin-bottom: 12px;
    font-weight: 700;
}

.buttonparent {
    margin-top: 20px;
}

#buttondesign {
    border: 0;
    border-radius: 60px;
    width: 100%;
    padding: 16px;
    outline: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
}


/* background-color: #673ab70d; */
/* background-color: #eee; */
/* box-shadow: 1px 1px 5px #0000001f; */
/* color: #673ab7; */
/* color: #000000a3; */