.heading_text_box {
    padding: 65px 0px;
}
.gem-box {
    border-radius: 5px;
    background: #1c1e3b;
    width: 614px;
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gem-box-main {
    width: 100%;
    display: flex;
    justify-content: center;
}
.text_main_box {
    margin-top: 20px;
}
.logo_icons {
    height: 70px;
    margin-bottom: 60px;
    width: 100%;
}
.does_it_work_box {
    margin-bottom: 100px;
}
.gem-navigation {
    width: 70%;
    margin: auto;
}
