body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.container {
    background: #fff !important;
    color: #fff;

}

.flex_class {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 20px;
    max-width: 971px;
    margin: auto;
}

.left-box {
    flex: 2;
    position: relative;
}

/* Circle */
.circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 50px;
    line-height: 1.5;
    font-weight: 400;
    font-size: 20px;
    background: #001151;
    background: linear-gradient(0deg, rgba(0, 17, 81, 1) 0%, rgba(0, 0, 0, 1) 49%);
    border: 3px solid #01438f;
    box-shadow: 0px 0px 70px #01438f;
}

.text {
    margin-left: 17vw;
}

.heading {
    background: #0d3b66;
    padding: 17px;
    font-weight: bold;
    padding-left: 17vw;
    padding-right: 30px;
    text-align: left;
}

.text {
    font-size: 13px;
    line-height: 1.7em;
    min-height: 272px;
    margin-top: 10px;
    color: #cfd8e3;
    background: #00152d;
    padding: 13px;
}

/* Bottom paragraph */
.bottom-text {
    margin-top: 6vw;
    background: #081726;
    padding: 15px;
    font-size: 13px;
    color: #cfd8e3;
    line-height: 1.7em;

}

/* RIGHT SIDE */
.right-box {
    flex: 1;
}

/* Header */
.right-header {
    font-weight: bold;
    font-size: 14px;

}

.right-header img {
    width: 100%;
}

/* List */
.list {
    padding: 10px 15px;
}

.list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1px;
    padding: 8px 0;
    font-size: 13px;
}

.list-item:nth-child(even) {
    background: #06121f;
}

.list-item:nth-child(odd) {
    background: #041a34;
}

/* Footer */
.note {
    padding: 10px 15px;
    font-size: 12px;
    color: #9fb3c8;
}





/* @media screen and (max-width: 760px) {
    .container {
        flex-direction: column;
        height: auto !important;
    }

    .text {
        margin-left: 26vw !important;
    }
} */