:root {
    --main_color: #3498db;
    --main_color_2: #1f3a5f;
    --accent_color: #F2994A;
    --bg_color: #D4EFFF;
}

.p-section-front-page-content {
    padding: 0 !important;
}

.t_fv {
    height: 50vh;
}

.strength_column {
    max-width: 640px;
}

.strength_column h2 {
    margin-bottom: 10px !important;
    color: var(--main_color);
    border-bottom: 2px solid var(--main_color_2);
}

.strength_column:nth-of-type(1) h2::before {
    content: "01. ";
}

.strength_column:nth-of-type(2) h2::before {
    content: "02. ";
}

.strength_column:nth-of-type(3) h2::before {
    content: "03. ";
}

.strength_column:nth-of-type(4) h2::before {
    content: "04. ";
}

.strength_column:nth-of-type(5) h2::before {
    content: "05. ";
}

.strength_column:nth-of-type(n+2) {
    margin-top: 30px !important;
}

.strength_column .wp-block-column:nth-of-type(1) {
    display: flex;
    align-items: center;
}

.main_btn_02 a {
    color: #fff !important;
    border-color: #fff !important;
}

.main_btn_01 a:hover {
    background-color: var(--accent_color) !important;
    border-color: var(--accent_color) !important;
}

.main_btn_02 a:hover {
    background-color: var(--accent_color) !important;
    border-color: var(--accent_color) !important;
}

.t_sec {
    position: relative;
}

.sub_image {
    position: absolute;
    z-index: 1;
}

.sub_image_01 {
    bottom: -130px;
    right: 110px;
    width: 500px;
}

.sub_image_02 {
    bottom: -220px;
    left: 40px;
    width: 500px;
}

@media (max-width: 768px) {
    .strength_column:nth-of-type(n+2) {
        margin-top: 40px !important;
    }

    .t_sec .smb-section__body {
        margin-top: 20px !important;
    }
}