@charset "utf-8";
.feature-box {
    margin-bottom: 82px;
    width: 46%;
}

.feature-box h3 {
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px; /* 120% */
    margin-bottom: 20px;
}
.feature-box h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.14px;
    margin-bottom: 20px;
}

.feature-box p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
    letter-spacing: -0.14px;
}

.feature-image-box {
    /* background-color: #edf0f7;
    border: 1px solid var(--light-gray); */
    border-radius: 8px;
    overflow: hidden;
    width: 49%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    transition: all .3s ease !important;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.2);
}
.feature-image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-image-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.feature-row {
    margin-bottom: 60px;
}
.feature-reverse{
    flex-direction: row-reverse;
}


.page_Technical_each{
    border-radius: 16px;
    background: #F9FAFB;
    padding: 27px 23px;
    width: 49%;
}
.page_Technical_each_title{
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px; /* 120% */
    margin-bottom: 29px;
}
.page_Technical_each_line{
    border-bottom: 1px solid #E5E7EB;
    padding: 12px 0;
    color: #262626;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.14px;
}
.page_Technical_each_line{
    border-bottom: 1px solid #E5E7EB;
    padding: 12px 0;
    color: #262626;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.14px;
}
.page_Technical_each_left{
    width: 160px;
}
.page_Technical_each_right{
    color: #4B5563;
    width: calc(100% - 160px);
}
@media (max-width: 767.98px) {
    .feature-row{
        flex-direction: column-reverse;
    }
    .feature-box,.feature-image-box{
        width: 100%;
        height: auto;
    }
    .page_Technical{
        display: block;
    }
    .page_Technical_each{
        width: 100%;
        margin-bottom: 20px;
    }
    /*
    .page_Technical{
        display: block;
    }
    .page_Technical_each{
        width: 100%;
        margin-bottom: 20px;
    } */
}