@charset "UTF-8";

a#strength+div h2.h span {
    font-size: 4.1rem !important;
}

@media screen and (max-width: 800px) {
a#strength+div h2.h span {
    font-size: 2.9rem !important;
}
}

a#strength+div .wrapper_item {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 5%;
}

a#strength+div .inner_item {
    border: 3px solid var(--i_main_color);
    border-radius: 50%;
    height: 220px;
    width: 220px !important;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}

a#strength+div .inner_item_txt {
    border: 1px solid var(--i_main_color);
    margin: 5px;
    padding: 0;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a#strength+div .inner_item_txt h3.h {
    margin-bottom: 0;
    color: var(--i_txt_color);
    font-weight: bold;
}

@media screen and (max-width: 768px) {
a#strength+div .wrapper_item {
    gap: 2.5%;
}
a#strength+div .inner_item {
    height: 150px;
    width: 150px !important;
}
a#strength+div .inner_item_txt {
    width: 130px;
    height: 130px;
}
}

@media screen and (max-width: 510px) {
a#strength+div .wrapper_item {
    flex-wrap: wrap;
}
}