:root {
    --clr-orange: 236, 101, 37;
    --clr-yellow: 235, 205, 38;
}

/* App */
.app {
    width: 100%;
    height: 100%;
    max-width: 1300px;
    display: grid;
    align-content: flex-start;
    justify-self: center;
    background-color: #fff;
}

.app_content {
    display: flex;
    flex-direction: column;
}

.app_content_main {
    gap: 6rem;
    padding: 2rem 7.5rem;
}

.app_content_block {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.app_content_block_m {
    gap: 1.5rem;
}

.app_select {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 5rem;
    padding: 5rem 2rem;
    align-content: center;
    position: relative;
    background: linear-gradient(0deg, rgb(var(--clr-yellow), .6) 0%, rgb(var(--clr-yellow), .6) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0.06%, rgba(255, 255, 255, 0.80) 99.96%), url('../img/background.jpg') lightgray 50% / cover no-repeat;
}

.app .app_nav {
    height: max-content;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0rem 1rem;
    grid-auto-rows: 0fr;
    padding: .75rem 7.5rem;
}

.app_nav a {
    color: #000;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    padding: .75rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.app_nav a:nth-child(-n + 3) {
    border-right: 1px solid #262626;
}

.app_hero {
    display: grid;
    padding: 2rem 2rem 6rem 2rem;
    position: relative;
    background: linear-gradient(180deg, #FFF 0%, #F1E86E 49.07%, #FFF 100%);
}

/* Utils */
.flex_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.flex_column_m {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.flex_column_m.molecules {
    align-items: center;
}

.flex_column_m.howWork {
    justify-content: center;
}

.flex_column_m.howWork div {
    max-width: 29.6875rem;
    font-size: 1.25rem;
    font-weight: 450;
    padding: 1.5rem;
    border-radius: 1.5625rem;
    border: 2px solid rgb(var(--clr-yellow));
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(11.050000190734863px);
}

.flex_column_m.recommend {
    justify-content: center;
    z-index: 1;
}

.flex_column_m.recommend div {
    max-width: 29.6875rem;
    font-size: 1.25rem;
    font-weight: 450;
    padding: 1.5rem;
    border-radius: 1.5625rem;
    border: 2px solid rgb(var(--clr-yellow));
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(11.050000190734863px);
}

.flex_column_sm {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    position: relative;
}

.flex_column_sm > span.generations_text,
.flex_row > span.generations_text {
    color: #000;
    font-size: 1.125rem;
    font-weight: 400;
}

.flex_row {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.flex_row_m {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.flex_row > span.colored {
    color: rgb(var(--clr-orange));
    font-weight: 700;
}

.flex_row img:not(.medicine_img--bottle, .medicine_img--sachet, .medicine_img--person) {
    width: 1.25rem;
    height: 1.25rem;
}

.flex_row_between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app_select .flex_column img {
    width: 100%;
    max-width: 22.8125rem;
}

.grid_wrapper_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.grid_wrapper_2_recommend {
    grid-template-columns: 1fr .5fr;
    gap: 1.5rem;
    align-items: center;
}

.grid_wrapper_2_generations {
    grid-template-columns: 1fr .5fr;
}

.grid_wrapper_2_dosage {}

.grid_wrapper_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.grid_wrapper_3_generations {
    justify-items: center;
}

.grid_wrapper_3_generations div {
    width: 17.5rem;
    height: 17.5rem;
    padding: 1.5rem 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    border-radius: 15.625rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 450;
    color: #000;
}

.grid_wrapper_3_generations div:nth-child(1) {
    background-color: #EBCD26;
}

.grid_wrapper_3_generations div:nth-child(2) {
    background-color: #EBDF2C;
}

.grid_wrapper_3_generations div:nth-child(3) {
    background-color: #F1E86E;
}

.grid_wrapper_3_generations_img {
    justify-items: center;
}

.grid_wrapper_3_generations_img div {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 1.75rem;
    font-weight: 700;
}

.grid_wrapper_3_atoxil div {
    min-height: 12rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .625rem;
    padding: 2rem;
    border-radius: 0.5625rem;
    position: relative;
    font-size: 1.125rem;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.grid_wrapper_3_atoxil div span img {
    min-width: 3.1715rem;
    min-height: 2.78838rem;
}

.grid_wrapper_3_atoxil div img:not(.atoxil_img_flower) {
    min-width: 3.1715rem;
    min-height: 2.78838rem;
}

.grid_wrapper_3_atoxil div:nth-child(1) {
    background-color: rgb(var(--clr-yellow));
}

.grid_wrapper_3_atoxil div:nth-child(2) {
    background-color: #FD8B2B;
}

.grid_wrapper_3_atoxil div:nth-child(3) {
    background-color: #EBDF2C;
}

.spacer {
    width: 100%;
    height: 0.0625rem;
    background: #B5B6B9;
}

/* Header */
.header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem 0rem;
    align-items: center;
    padding: 1.875rem 7.5rem;
    background-color: #fff;
}

.header_yellow {
    background: linear-gradient(90deg, rgb(var(--clr-yellow)) 0%, #FFF7CC 100%);
}

.header_logo {
    width: 15rem;
    position: relative;
}

.header_logo span {
    font-size: .75rem;
    font-weight: 500;
}

.header_logo img {
    -webkit-user-drag: none;
}

.header_generation {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
    text-align: center;
}

.header_generation span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.9rem;
    height: 1.9rem;
    background-color: rgb(var(--clr-orange));
    border-radius: 50%;
}

.header_info {
    color: #F00;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: right;
}

/* Select section */
.select_sphere_img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
}

.select_doctor_img {
    margin-left: auto;
}

.select_farmaceut_img {
    margin-right: auto;
}

.select_btn {
    text-align: center;
    padding: 1.35rem 2.8rem;
    border-radius: 2.8rem;
    font-size: 2rem;
    font-weight: 500;
}

.select_doctor_btn {
    color: #fff;
    background-color: rgb(var(--clr-orange));
}

.select_farmaceut_btn {
    color: #362F2D;
    background-color: #F1E86E;
}

/* Hero section */
.hero_title {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 8rem;
    justify-self: center;
    z-index: 1;
}

.hero_title img {
    width: 33.9375rem;
}

.hero_desc {
    padding-left: 6.5rem;
    color: #000;
    font-size: 2.5rem;
    font-weight: 450;
}

.hero_farmaceut_img,
.hero_sphere_img {
    position: absolute;
}

.hero_farmaceut_img {
    top: 1rem;
}

.hero_sphere_img {
    top: 7rem;
    right: 0;
}

.hero_img_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 3.8rem;
    padding-left: 10rem;
    z-index: 1;
}

.hero_list {
    display: flex;
    flex-direction: column;
    gap: .9rem;
}

.hero_list_item {
    display: flex;
    align-items: center;
    gap: .8rem;
    color: #000;
    font-size: 1.5rem;
    font-weight: 450;
}

/* Article */
.article_wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.article_wrapper_header {
    width: 100%;
    display: flex;
    align-items: center;
}

.article_wrapper_header_title {
    color: #000;
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.article_wrapper_header_btn {
    margin-left: auto;
    padding: 1rem 1.5rem;
    text-align: center;
    border-radius: 3.125rem;
    background: rgb(var(--clr-orange));
    color: #FFF;
    font-size: 1.125rem;
    font-weight: 500;
}

.article_wrapper_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1.5rem;
}

.article_wrapper_item {
    display: grid;
}

.article_wrapper_item_img {
    display: grid;
    place-content: center;
    position: relative;
}

.article_wrapper_item_img img {
    z-index: 1;
}

.article_wrapper_item_img_bg {
    width: 100%;
    height: 7.5rem;
    border-radius: 0.8125rem;
    position: absolute;
    left: 0;
    bottom: -1rem;
}

.article_wrapper_item_img_bg.isArticle {
    background-color: rgb(var(--clr-yellow));
}

.article_wrapper_item_img_bg.isVideo {
    background-color: rgb(var(--clr-orange));
}

.article_wrapper_item_data {
    display: flex;
    flex-direction: column;
    padding: 2rem 0rem 1.5rem 0rem;
}

.article_wrapper_item_data_title {
    color: #000;
    font-size: 1.125rem;
    font-weight: 700;
}

.article_wrapper_item_data_footer {
    padding-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article_wrapper_item_data_footer div {
    color: #000;
    font-size: 1.125rem;
    font-weight: 400;
}

.article_wrapper_item_data_footer a {
    margin-left: auto;
    color: rgb(var(--clr-orange));
    font-size: 1.125rem;
    font-weight: 500;
}

/* Block */
.block_title {
    color: #000;
    font-size: 3rem;
    font-weight: 700;
}

.block_subtitle {
    color: #000;
    font-size: 1.75rem;
    font-weight: 700;
}

.block_subtitle_l {
    font-size: 2rem;
}

.block_subtitle.center {
    text-align: center;
}

.block_text_wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.block_text {
    font-size: 1.25rem;
    font-weight: 400;
}

.block_text_450 {
    font-size: 1.25rem;
    font-weight: 450;
}

.block_text_sm {
    font-size: 1.125rem;
    font-weight: 400;
}

.block_text_sm.italic {
    font-style: italic;
}

.block_text_sm.colored {
    font-weight: 500;
    color: rgb(var(--clr-orange));
}

.block_text_sm.center {
    text-align: center;
}

.block_text_sm.width70 {
    max-width: 70%;
}

.block_text_sm sup {
    line-height: 0;
}

.block_text_m {
    font-size: 1.5rem;
    font-weight: 400;
}

.block_text_m.bold {
    font-weight: 500;
}

.block_text_m.center {
    text-align: center;
}

.block_text_size_32 {
    font-size: 2rem;
}

.block_text_l.bold {
    font-weight: 600;
}

.block_text_size_32.extrabold {
    font-weight: 700;
}

.block_text.colored {
    font-weight: 700;
    color: rgb(var(--clr-orange));
}

.block_btn {
    display: flex;
    padding: 0.75rem 1.25rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 3.125rem;
    font-size: 1.125rem;
    font-weight: 500;
    border: 1px solid #000;
    cursor: pointer;
}

/* Generations */
.generations_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.generations_wrapper .flex_column {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
}

.generations_table {
    display: grid;
}

.generations_table_data {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.0625rem;
}

.generations_table_data div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 0.4375rem;
    color: #000;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
}

.generations_table_data_titles div {
    border-radius: 1.5625rem 1.5625rem 0rem 0rem;
    background: #D9DADD;
}

.generations_table_data div.bold {
    font-weight: 700;
}

.generations_table_data_row_one {
    background: rgba(233, 233, 233, 0.70);
}

.generations_table_data_row_two {
    background: rgba(196, 196, 196, 0.70);
}

.generations_table_data_row_three {
    background: rgba(149, 150, 154, 0.70);
}

.generations_table_data_row_four {
    background: #f29467;
}

.generations_table_data_row_one div:nth-child(1),
.generations_table_data_row_two div:nth-child(1),
.generations_table_data_row_three div:nth-child(1),
.generations_table_data_row_four div:nth-child(1) {
    background-color: #fff;
}

.generations_table_data_row_one div:nth-child(1) span {
    width: 1.75rem;
    height: 1.75rem;
    display: grid;
    place-content: center;
    padding: 0.25rem 0.75rem;
    gap: 0.625rem;
    border-radius: 8.33331rem;
    font-size: 1rem;
    font-weight: 500;
    background: rgba(233, 233, 233, 0.70);
}

.generations_table_data_row_two div:nth-child(1) span {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-content: center;
    padding: 0.88888rem 1.22225rem;
    border-radius: 8.33331rem;
    font-size: 0.88888rem;
    font-weight: 500;
    background: rgba(196, 196, 196, 0.70);
}

.generations_table_data_row_three div:nth-child(1) span {
    width: 4rem;
    height: 4rem;
    display: grid;
    place-content: center;
    padding: 1rem 1.5rem;
    border-radius: 8.33331rem;
    font-size: 1.16669rem;
    font-weight: 500;
    background: rgba(149, 150, 154, 0.70);
}

.generations_table_data_row_four div:nth-child(1) span {
    width: 5rem;
    height: 5rem;
    display: grid;
    place-content: center;
    padding: 0.88888rem 1.22225rem;
    border-radius: 8.33331rem;
    font-size: 2.11644rem;
    font-weight: 500;
    background-color: #F67C29;
}

.generations_table_data_row_one,
.generations_table_data_row_two,
.generations_table_data_row_three {
    border-bottom: 0.25px solid #595A5D;
}

.generations_img {
    height: 14.5rem;
    display: flex;
    padding: 0.625rem 1.5rem 0.625rem 7rem;
    justify-content: flex-end;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
    position: relative;
    overflow: hidden;
    border-radius: 0.5625rem;
    background: linear-gradient(0deg, rgb(var(--clr-yellow), .6) 0%, rgb(var(--clr-yellow), .6) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0.06%, rgba(255, 255, 255, 0.80) 99.96%), url('../img/background.jpg') lightgray 50% / cover no-repeat;
}

.generations_img span {
    color: #000;
    font-size: 1.25rem;
    font-weight: 450;
    position: relative;
    z-index: 1;
}

.generations_img img {
    height: 100%;
    left: -2rem;
    top: 0;
    position: absolute;
}

.generations_important {
    display: flex;
    padding: 1.5rem;
    flex-direction: column;
    gap: 1.25rem;
    border-radius: 1.5625rem;
    border: 2px solid rgb(var(--clr-yellow));
}

.generations_important_title {
    color: #000;
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* References */
.references {}

.references_title {
    color: #000;
    font-weight: 700;
}

.references_text {
    color: #000;
    font-weight: 400;
}

/* Image */
.image_block {
    display: flex;
    position: relative;
}

.image_block.howWork {
    min-height: 24rem;
    height: 24rem;
    padding: 3rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/background2.png');
}

.image_block.recommend,
.image_block.chart {
    display: flex;
    gap: 1.5rem;
    min-height: 24rem;
    padding: 3rem;
    border-radius: 0.5625rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(0deg, rgb(var(--clr-yellow), .6) 0%, rgb(var(--clr-yellow), .6) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0.06%, rgba(255, 255, 255, 0.80) 99.96%), url('../img/background.jpg') lightgray 50% / cover no-repeat;
}

.image_block.chart {
    width: 100%;
    min-height: 12rem;
}

/* How Work */
.howWork_img {
    min-width: 5.625rem;
    min-height: 5.625rem;
}

.howHelp_img {
    min-width: 7.625rem;
    min-height: 7.625rem;
}

.howHelp_circle_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.howWork_bowels {
    display: flex;
    width: 7.5rem;
    height: 7.5rem;
    padding: 1.25219rem;
    justify-content: center;
    align-items: center;
    gap: 0.52175rem;
    border-radius: 13.0435rem;
    border: 12.522px solid #F1F2F6;
    background: #D9DADD;
}

.howWork_bowels_img {
    min-width: 3.5rem;
    min-height: 3.5rem;
}

/* Molecules */
.molecules {
    padding-top: 1rem;
}

.molecules_img {
    min-width: 3.42719rem;
    min-height: 3.42219rem;
}

/* Atoxil */
.atoxil_img_flower {
    width: 8.25rem;
    height: 9.25rem;
    position: absolute;
    right: 0%;
    bottom: 0%;
    opacity: .4;
    user-select: none;
    pointer-events: none;
}

/* Recommend */
.recommend_img {
    width: 7.1875rem;
    height: 7.1875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .9rem;
    border-radius: 12.5rem;
    border: 12px solid #F1F2F6;
    background: #D9DADD;
}

.recommend_img img {
    width: 3.6rem;
    height: 3.6rem;
}

.recommend_img_2 {
    min-width: 9.5rem;
    min-height: 9.5rem;
    max-width: 9.5rem;
    max-height: 9.5rem;
}

/* Instruction */
.instruction_img {
    min-width: 10rem;
    height: auto !important;
}

/* Dosage */
.medicine_img--bottle,
.medicine_img--sachet {
    margin: 0 auto;
}

.unique_formule {
    position: absolute;
    right: -1.375rem;
    top: -0.02744rem;
}

/* Footer */
.footer {
    display: grid;
    padding: 3rem 4.5rem;
    background: linear-gradient(0deg, rgb(var(--clr-yellow), .6) 0%, rgb(var(--clr-yellow), .6) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0.06%, rgba(255, 255, 255, 0.80) 99.96%), url('../img/background.jpg') lightgray 50% / cover no-repeat;
}

.footer_content {
    display: flex;
    flex-direction: column;
    gap: 2rem 0rem;
    min-height: 24rem;
    border-radius: 1.5625rem;
    padding: 3rem;
    background-color: #fff;
}

.footer_wrapper {
    display: grid;
    grid-template-columns: 1fr .5fr .5fr;
    gap: 2rem 3rem;
}

.footer_pages,
.footer_important {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.footer_text {
    font-size: 1rem;
    font-weight: 400;
}

.footer_text.bold {
    font-weight: 700;
}

.footer_text.copyright {
    margin-top: 1rem;
    color: #7B7B7B;
    font-weight: 450;
    text-align: center;
}

/* Doctor */
.app_doctor {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 5rem 0rem 5rem 7.5rem;
    align-content: center;
    align-items: center;
    position: relative;
    background: linear-gradient(0deg, rgb(var(--clr-yellow), .6) 0%, rgb(var(--clr-yellow), .6) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0.06%, rgba(255, 255, 255, 0.80) 99.96%), url('../img/background.jpg') lightgray 50% / cover no-repeat;
}

.doctor_column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.doctor_row {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.doctor_title {
    font-size: 3.6rem;
    font-weight: 700;
}

.doctor_desc {
    font-size: 1.8rem;
    font-weight: 400;
}

.doctor_info {
    display: inline-flex;
    padding: 1.0125rem 1.35rem;
    justify-content: center;
    align-items: center;
    gap: 0.5625rem;
    font-size: 1.8rem;
    font-weight: 400;
    border-radius: 0.50625rem;
    border: 1px solid #EC6525;
    background: #EC6525;
    color: #fff;
}

.doctor_sphere_img {
    width: 100%;
    object-fit: cover;
}

.doctor_medicine_img {
    height: 200px;
}

/* Arrow_down */
.arrow-down-img {
    height: 3.75rem;
}

/* Doctor yellow block */
.yellow_wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.yellow_box {
    min-height: 11.875rem;
    display: flex;
    padding: 1.875rem 2.5rem;
    border-radius: 0.5625rem;
    gap: 2.25rem;
    background-color: #F9F5C1;
}

.yellow_box_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2.5rem;
}

.yellow_box_info_nogap {
    gap: 0;
    justify-content: none;
}

.yellow_box_info_nogap .yellow_box_info_description {
    margin-top: 2.5rem;
}

.yellow_box_info_nogap .yellow_box_info_subdescription {
    margin-top: 1.5rem;
}

.yellow_box_info_title {
    font-size: 1.25rem;
    font-weight: 700;
}

.yellow_box_info_description {
    font-size: 1.25rem;
    font-weight: 400;
}

.yellow_box_info_subdescription {
    padding: 1.25rem 1rem;
    gap: 0.625rem;
    align-self: stretch;
    border-radius: 0.5625rem;
    border: 1.7px solid #EBDF2C;
    background: #F5EF97;
}

.yellow_box_images {
    display: flex;
    align-items: center;
    gap: .92rem;
}

.yellow_box_images div {
    display: flex;
    width: 6.875rem;
    height: 6.875rem;
    padding: 1.35rem;
    justify-content: center;
    align-items: center;
    gap: 0.47825rem;
    border-radius: 11.9565rem;
    border: 11.478px solid #F5EF97;
    background: #EBDF2C;
}

/* Chart */
.chart-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.4rem;
    padding: 1.5rem;
    border-radius: 0.5625rem 0.5625rem 0rem 0rem;
    border-top: 2px solid #EBCD26;
    border-right: 2px solid #EBCD26;
    border-left: 2px solid #EBCD26;
}

.chart-img-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.chart-img img {
    width: 100%;
}

.chart-info-text {
    min-width: max-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.chart-info-text span {
    display: block;
}

.chart-info-text span:nth-child(1) {
    font-size: 3rem;
    font-weight: 700;
}

.chart-info-text span:nth-child(2) {
    font-size: 1.5rem;
    font-weight: 700;
}

.chart-info-box {
    width: 100%;
    padding: 2.25rem 1.5rem;
    border-radius: 0.5625rem;
    background: rgba(255, 255, 255, 0.30);
    font-size: 1.125rem;
    font-weight: 400;
}

.chart_info_img {
    max-width: 9.5rem;
    max-height: 9.5rem;
}