.hero {
    position: relative;
    width: 100%;
    min-height: 56vw;
}

.hero .hero-info {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.11);
    z-index: 1;
}

.hero .hero-info .hero-info-content .hero-info-title {
    position: relative;
}

.hero .hero-info .hero-info-content .hero-info-title .hero-info-subheader {
    position: absolute;
    left: 0;
    top: -3.5vw;
    font-weight: 700;
    font-size: 4.56vw;
    line-height: 1.2;
    color: transparent;
    max-width: max-content;
    background: linear-gradient(to bottom, #fff, transparent);
    -webkit-background-clip: text;
}

.hero .hero-info .hero-info-content .hero-info-title h1 {
    font-size: 3.13vw;
    color: #FFFFFF;
    text-align: left;
}

.hero .hero-info .hero-info-content .hero-info-des {
    margin-top: 5vw;
}

.hero .hero-info .hero-info-content .hero-info-des .position-industry {
    width: max-content;
    padding: 0 10px;
    background: linear-gradient(to bottom, transparent, #015380);
    font-size: 2.34vw;
    color: #FFFFFF;
    font-style: normal;
}

.hero .hero-info .hero-info-content .hero-info-des p {
    padding: 0 5px;
    font-size: 1.09vw;
    color: #FFFFFF;
}

.core-brand {
    width: 100%;
    padding: 5vw 0;
    background-color: #fff;
}

.core-brand .common-title {
    text-align: center;
}

.core-brand .core-brand-content {
    display: flex;
    align-items: center;
    padding-top: 4vw;
    justify-content: space-between;
    width: 100%;
}

.core-brand .core-brand-content .core-brand-item {
    width: 25%;
}

.core-strength {
    position: relative;
    width: 100%;
}

.core-strength .core-strength-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5vw 0 0;
    z-index: 1;
}

.core-strength .core-strength-content .core-strength-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.core-strength .core-strength-content .core-strength-inner h3 {
    font-size: 1.56vw;
    color: #000000;
    text-align: left;
}

.core-strength .core-strength-content .strength-show-content {
    display: flex;
    justify-content: space-between;
    margin-top: 8vw;
}

.core-strength .core-strength-content .strength-show-content .strength-show-le {
    width: 50%;
}

.core-strength .core-strength-content .strength-show-content .strength-show-le p {
    font-size: 1.3vw;
    color: #000000;
    line-height: 1.6;
    text-align: left;
    opacity: 0.65;
    margin-top: 1vw;
}

.core-strength .core-strength-content .strength-show-content .strength-show-ri {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 35%;
}

.core-strength .core-strength-content .strength-show-content .strength-show-ri .strength-show-item {
    margin-bottom: 2vw;
}

.core-strength .core-strength-content .strength-show-content .strength-show-ri .strength-show-item .strength-show-value {
    font-size: 3.13vw;
    color: #0B7F5D;
    font-weight: 700;
}

.core-strength .core-strength-content .strength-show-content .strength-show-ri .strength-show-item .strength-show-name {
    font-size: 1.3vw;
    color: #000000;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: underline;
}

.core-strength .core-strength-content .patents-related-certificates {
    width: 100%;
    height: 65%;
}

.core-strength .core-strength-content .patents-related-certificates .patents-content-list {
    display: none;
}

.core-strength .core-strength-content .patents-related-certificates .related {
    transform: translateY(-30%);
}

.product-matrix {
    position: relative;
    height: 46vw;
}

.product-matrix .product-matrix-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 5vw 0;
    background: linear-gradient(to right, #025481, rgba(255, 255, 255, 0.05));
    z-index: 1;
}

.product-matrix .product-matrix-content .common-title {
    text-align: center;
}

.product-matrix .product-matrix-content .common-title h2 {
    color: #fff;
}

.product-matrix .product-matrix-content .product-matrix-show {
    width: 60%;
    font-size: 1.3vw;
    color: #FFFFFF;
    line-height: 1.6;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0 auto;
    opacity: 0.65;
}

.product-matrix .product-matrix-content .product-matrix-list {
    display: flex;
    justify-content: space-between;
}

.product-matrix .product-matrix-content .product-matrix-list .swiper-slide {
    width: 25%;
}

.product-matrix .product-matrix-content .product-matrix-list .product-matrix-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 12vw;
    padding: 2vw;
    background-color: rgba(166, 190, 205, 0.8901960784);
}

.product-matrix .product-matrix-content .product-matrix-list .product-matrix-item .matrix-item-content {
    display: flex;
    align-items: center;
}

.product-matrix .product-matrix-content .product-matrix-list .product-matrix-item .matrix-item-content .matrix-item-icon {
    width: 25%;
    height: 100%;
    margin-right: 10px;
}

.product-matrix .product-matrix-content .product-matrix-list .product-matrix-item .matrix-item-content h4 {
    font-size: 1.3vw;
    color: #000000;
    line-height: 1.6;
    text-align: left;
    font-style: 400;
    text-transform: none;
}

.solution-advantage {
    padding: 5vw 0;
    background-color: #fff;
}

.solution-advantage .common-title {
    text-align: center;
}

.solution-advantage p {
    font-size: 1.3vw;
    color: #000000;
    line-height: 1;
    text-align: center;
    margin: 2vw 0;
}

.solution-advantage .solution-advantage-list {
    position: relative;
    height: 26vw;
}

.solution-advantage .solution-advantage-list .solution-advantage-item {
    position: relative;
}

.solution-advantage .solution-advantage-list .solution-advantage-item .solution-advantage-num {
    position: absolute;
    top: 3vw;
    left: 3vw;
    font-size: 2.89vw;
    font-weight: 700;
    color: #f2f2f2;
    z-index: 5;
}

.solution-advantage .solution-advantage-list .solution-advantage-item .solution-advantage-info {
    position: absolute;
    right: 5vw;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 20vw;
    height: 20vw;
    background-color: #015380;
    padding: 0 2vw;
    z-index: 5;
}

.solution-advantage .solution-advantage-list .solution-advantage-item .solution-advantage-info h3 {
    display: flex;
    align-items: center;
    font-size: 1.3vw;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.2;
}

.solution-advantage .solution-advantage-list .solution-advantage-item .solution-advantage-info h3 img {
    width: 2vw;
    margin-right: 10px;
}

.solution-advantage .solution-advantage-list .solution-advantage-item .solution-advantage-info .advantage-info-content {
    width: 100%;
    font-size: 1.04vw;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6;
    padding-top: 2vw;
    margin-top: 2vw;
    border-top: 1px solid #fff;
}

.solution-advantage .solution-advantage-list .solution-advantage-item img {
    width: 100%;
    height: 90%;
}

.solution-advantage::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 25vw;
    height: 100%;
    background: linear-gradient(to right, transparent, #fff);
    z-index: 5;
}

.solution-advantage::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25vw;
    height: 100%;
    background: linear-gradient(to left, transparent, #fff);
    z-index: 5;
}

.corporate-strength {
    position: relative;
}

.corporate-strength .common-title h2 {
    color: #fff;
}

.corporate-strength .corporate-strength-info {
    position: absolute;
    left: 50%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 72vw;
    height: 100%;
    transform: translateX(-50%);
    padding: 4vw 0;
    z-index: 5;
}

.corporate-strength .corporate-strength-info .corporate-strength-list {
    width: 100%;
    height: 50%;
}

.corporate-strength .corporate-strength-info .corporate-strength-list .corporate-strength-content {
    display: flex;
    justify-content: space-around;
    height: 100%;
}

.corporate-strength .corporate-strength-info .corporate-strength-list .corporate-strength-content .corporate-strength-item {
    width: 25%;
}

.corporate-strength .corporate-strength-info .corporate-strength-list .corporate-strength-content .corporate-strength-item p {
    font-size: 1.04vw;
    color: #FFFFFF;
    line-height: 1.4;
    text-align: center;
}

.corporate-strength .corporate-strength-info .corporate-strength-list .corporate-strength-content .corporate-strength-item:last-child p {
    color: #015380;
}

.idea {
    padding: 4vw 0;
}

.idea .common-title {
    text-align: center;
    margin-bottom: 3vw;
}

.idea p {
    font-size: 1.3vw;
    color: #000000;
    line-height: 1.6;
    opacity: 0.65;
    margin-bottom: 2vw;
}

.development-milestones {
    position: relative;
    min-height: 50vw;
}

.development-milestones .development-milestones-content {
    position: absolute;
    left: 50%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 72vw;
    height: 100%;
    transform: translateX(-50%);
    padding: 4vw 0;
    z-index: 5;
}

.development-milestones .development-milestones-content .common-title h2 {
    color: #fff;
}

.development-milestones .development-milestones-content .history {
    display: flex;
    align-items: end;
    font-size: 1.3vw;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.2;
    margin-top: 4vw;
}

.development-milestones .development-milestones-content .history img {
    width: 4.2vw;
    margin: 0 5px;
}

.development-milestones .development-milestones-content .development-milestones-bd {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    height: 60%;
}

.development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item {
    position: relative;
    padding: 0 1vw;
    height: 38%;
    transform: translateY(29%);
    border-left: 1px dashed #fff;
    border-width: 3px;
}

.development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item .milestones-title {
    font-size: 1.56vw;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 2vw;
}

.development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item .milestones-content {
    font-size: 1.04vw;
    color: #FFFFFF;
    line-height: 1.6;
    opacity: 0.65;
}

.development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item::before {
    content: "";
    position: absolute;
    left: -1vw;
    bottom: -4vw;
    width: 2vw;
    height: 2vw;
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #0096da;
    z-index: 5;
}

.development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item:nth-child(1) {
    transform: translateY(106%);
}

.development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item:nth-child(2) {
    transform: translateY(80%);
}

.development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item:nth-child(3) {
    transform: translateY(62%);
}

.development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item:nth-child(4) {
    transform: translateY(43%);
}

.development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item:nth-child(5) {
    transform: translateY(17%);
}

.development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item:last-child {
    transform: translateY(-26%);
}

.common-title p {
    font-size: 0.94vw;
    color: #0B7F5D;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.common-title h2 {
    font-size: 2.6vw;
    color: #000000;
    font-weight: 500;
    line-height: 1;
}

@media screen and (max-width: 960px) {
    .hero {
        min-height: 110vw;
    }

    .hero .hero-info .hero-info-content .hero-info-title {
        position: relative;
    }

    .hero .hero-info .hero-info-content .hero-info-title .hero-info-subheader {
        position: absolute;
        left: 0;
        top: -6vw;
        font-size: 7.5vw;
        -webkit-background-clip: text;
    }

    .hero .hero-info .hero-info-content .hero-info-title h1 {
        font-size: 6vw;
        color: #FFFFFF;
        text-align: center;
    }

    .hero .hero-info .hero-info-content .hero-info-des {
        margin-top: 5vw;
    }

    .hero .hero-info .hero-info-content .hero-info-des .position-industry {
        width: max-content;
        font-size: 4.34vw;
        margin: 0 auto;
    }

    .hero .hero-info .hero-info-content .hero-info-des p {
        padding: 0 5px;
        font-size: 2.2vw;
        color: #FFFFFF;
        text-align: center;
    }

    .core-strength .core-strength-content {
        padding: 10vw 0 5vw;
    }

    .core-strength .core-strength-content .core-strength-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .core-strength .core-strength-content .core-strength-inner h3 {
        font-size: 3.96vw;
        text-align: center;
        margin-bottom: 4vw;
    }

    .core-strength .core-strength-content .strength-show-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 8vw;
    }

    .core-strength .core-strength-content .strength-show-content .strength-show-le {
        width: 100%;
    }

    .core-strength .core-strength-content .strength-show-content .strength-show-le p {
        font-size: 3.33vw;
    }

    .core-strength .core-strength-content .strength-show-content .strength-show-center {
        font-size: 8vw;
        font-weight: 700;
        line-height: 1.2;
        color: transparent;
        width: 100%;
        text-align: right;
        background: linear-gradient(to bottom, rgba(1, 84, 128, 0.8784313725), transparent);
        -webkit-background-clip: text;
        margin: 4vw 0 8vw;
    }

    .core-strength .core-strength-content .strength-show-content .strength-show-ri {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        width: 100%;
    }

    .core-strength .core-strength-content .strength-show-content .strength-show-ri .strength-show-item {
        margin-bottom: 10vw;
        text-align: center;
    }

    .core-strength .core-strength-content .strength-show-content .strength-show-ri .strength-show-item .strength-show-value {
        font-size: 8vw;
    }

    .core-strength .core-strength-content .strength-show-content .strength-show-ri .strength-show-item .strength-show-name {
        font-size: 3.3vw;
    }

    .core-strength .core-strength-content .patents-related-certificates {
        width: 100%;
        height: 45%;
    }

    .core-strength .core-strength-content .patents-related-certificates .patents-line {
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #015380;
        z-index: 0;
    }

    .core-strength .core-strength-content .patents-related-certificates .patents-content-list {
        position: relative;
        display: flex;
        height: 60vw;
        margin-bottom: 5vw;
    }

    .core-strength .core-strength-content .patents-related-certificates .patents-content-list .swiper-slide {
        height: 50vw;
    }

    .core-strength .core-strength-content .patents-related-certificates .patents-content-list .swiper-slide .patents-list-item {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50vw;
        padding: 5px;
        border: 2px solid #008A60;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto;
    }

    .core-strength .core-strength-content .patents-related-certificates .patents-content-list .swiper-slide .patents-list-item .patents-list-info {
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .core-strength .core-strength-content .patents-related-certificates .patents-content-list .swiper-slide .patents-list-item .patents-list-info h4 {
        width: 100%;
        font-size: 10vw;
        color: #FFFFFF;
        line-height: 1.4;
        text-align: center;
    }

    .core-strength .core-strength-content .patents-related-certificates .patents-content-list .swiper-slide .patents-list-item .patents-list-info p {
        opacity: 1;
        color: #fff;
    }

    .core-strength .core-strength-content .patents-related-certificates .patents-content-list .swiper-slide .patents-list-item img {
        object-fit: contain;
        border-radius: 50%;
        overflow: hidden;
    }

    .core-strength .core-strength-content .patents-related-certificates .related {
        transform: translateY(-30%);
    }

    .product-matrix {
        height: 100vw;
    }

    .product-matrix .product-matrix-content .common-title {
        text-align: center;
    }

    .product-matrix .product-matrix-content .common-title h2 {
        color: #fff;
    }

    .product-matrix .product-matrix-content .product-matrix-show {
        width: 70%;
        font-size: 3.33vw;
    }

    .product-matrix .product-matrix-content .product-matrix-list {
        display: flex;
        justify-content: space-between;
    }

    .product-matrix .product-matrix-content .product-matrix-list .product-matrix-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        width: 50vw;
        height: 25vw;
        padding: 2vw;
        margin: 0 auto;
        background-color: rgba(166, 190, 205, 0.8901960784);
    }

    .product-matrix .product-matrix-content .product-matrix-list .product-matrix-item .matrix-item-content {
        display: flex;
        align-items: center;
    }

    .product-matrix .product-matrix-content .product-matrix-list .product-matrix-item .matrix-item-content .matrix-item-icon {
        width: 40%;
        height: 100%;
    }

    .product-matrix .product-matrix-content .product-matrix-list .product-matrix-item .matrix-item-content h4 {
        font-size: 3.33vw;
        color: #000000;
        line-height: 1.6;
        text-align: left;
        font-style: 400;
        text-transform: none;
    }

    .solution-advantage {
        padding: 10vw 0;
    }

    .solution-advantage .des {
        width: 70%;
        font-size: 3.33vw;
        color: #060914;
        line-height: 1.4;
        text-align: center;
        margin: 6vw auto;
    }

    .solution-advantage .solution-advantage-list {
        position: relative;
        width: 80%;
        height: 50vw;
    }

    .solution-advantage .solution-advantage-list .solution-advantage-item {
        position: relative;
    }

    .solution-advantage .solution-advantage-list .solution-advantage-item .solution-advantage-num {
        position: absolute;
        top: 3vw;
        left: 3vw;
        font-size: 8vw;
        opacity: 0.65;
    }

    .solution-advantage .solution-advantage-list .solution-advantage-item .solution-advantage-info {
        position: absolute;
        right: 12vw;
        bottom: 0;
        width: 50vw;
        height: 40vw;
        background-color: #015380;
        padding: 0 4vw;
        z-index: 5;
    }

    .solution-advantage .solution-advantage-list .solution-advantage-item .solution-advantage-info h3 {
        font-size: 3.96vw;
    }

    .solution-advantage .solution-advantage-list .solution-advantage-item .solution-advantage-info h3 img {
        width: 4vw;
        margin-right: 10px;
    }

    .solution-advantage .solution-advantage-list .solution-advantage-item .solution-advantage-info .advantage-info-content {
        width: 100%;
        font-size: 3.33vw;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.6;
        padding-top: 2vw;
        margin-top: 2vw;
        border-top: 1px solid #fff;
        opacity: 0.65;
    }

    .solution-advantage .solution-advantage-list .solution-advantage-item img {
        width: 100%;
        height: 90%;
    }

    .solution-advantage::before {
        display: none;
    }

    .solution-advantage::after {
        display: none;
    }

    .corporate-strength .corporate-strength-info {
        position: absolute;
        left: 50%;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 80%;
        height: 100%;
        transform: translateX(-50%);
        padding: 4vw 0;
        z-index: 5;
    }

    .corporate-strength .corporate-strength-info .corporate-strength-list {
        height: 80%;
    }

    .corporate-strength .corporate-strength-info .corporate-strength-list .corporate-strength-content {
        display: flex;
        justify-content: space-around;

    }

    .corporate-strength .corporate-strength-info .corporate-strength-list .corporate-strength-content .corporate-strength-item img {
        width: 100%;
        height: 40vw;
        object-fit: contain;
    }

    .corporate-strength .corporate-strength-info .corporate-strength-list .corporate-strength-content .corporate-strength-item p {
        font-size: 3.96vw;
        color: #FFFFFF;
        line-height: 1.4;
        height: 100%;
        text-align: center;
    }

    .corporate-strength .corporate-strength-info .corporate-strength-list .corporate-strength-content .corporate-strength-item:last-child {
        color: #015380;
    }

    .idea p {
        font-size: 3.3vw;
        color: #000000;
        opacity: 0.65;
        margin-bottom: 4vw;
    }

    .development-milestones .development-milestones-content {
        position: absolute;
        left: 50%;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 80%;
        height: 100%;
        transform: translateX(-50%);
        padding: 8vw 0;
        z-index: 5;
    }

    .development-milestones .development-milestones-content .history {
        justify-content: center;
        font-size: 3.33vw;
        margin: 8vw 0;
    }

    .development-milestones .development-milestones-content .history img {
        width: 8.4vw;
        margin: 0 5px;
    }

    .development-milestones .development-milestones-content .development-milestones-bd {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        height: 70%;
    }

    .development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item {
        position: relative;
        display: flex;
        padding: 0 1vw;
        width: 100%;
        height: 16.66%;
        transform: translateY(29%);
        border-left: none;
        border-width: 3px;
    }

    .development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item .milestones-item-content {
        width: 50%;
        padding: 0 10px;
    }

    .development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item .milestones-title {
        font-size: 3.96vw;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 1.2;
        text-decoration: underline;
        margin-bottom: 2vw;
    }

    .development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item .milestones-content {
        font-size: 2.67vw;
        opacity: 0.65;
    }

    .development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item::before {
        content: "";
        position: absolute;
        left: calc(50% - 1vw - 5px);
        bottom: inherit;
        top: 0;
        width: 2vw;
        height: 2vw;
        background-color: #fff;
        border-radius: 50%;
        border: 5px solid #0096da;
        z-index: 5;
    }

    .development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item:nth-child(odd) .milestones-item-content {
        text-align: right;
        border-right: 3px solid #027eb5;
    }

    .development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item:nth-child(even) .milestones-item-content {
        text-align: left;
        border-left: 3px solid #027eb5;
        margin-left: calc(50% - 3px);
    }

    .development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item:nth-child(1) {
        transform: translateY(0%);
    }

    .development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item:nth-child(2) {
        transform: translateY(0%);
    }

    .development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item:nth-child(3) {
        transform: translateY(0%);
    }

    .development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item:nth-child(4) {
        transform: translateY(0%);
    }

    .development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item:nth-child(5) {
        transform: translateY(0%);
    }

    .development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item:last-child {
        transform: translateY(0%);
    }

    .development-milestones .development-milestones-content .development-milestones-bd .development-milestones-item:last-child .milestones-item-content {
        border-left: 3px dotted #0096da;
    }

    .common-title {
        text-align: center;
    }

    .common-title p {
        font-size: 3.33vw;
    }

    .common-title h2 {
        font-size: 6vw;
    }
}