
.sec_title b{
    font-weight: 900;
}
.sec_title{
    color: var(--cl-main);
    font-size: 2.8125rem /* 45/16 */;
    font-style: normal;
    font-weight: 300;
    line-height: 3.3125rem /* 53/16 */;
    text-transform: uppercase;
    margin-bottom: 40px /* 10/16 */;
}
.sec_title+.sec_des{
    margin-bottom: 40px;
}
.sec_title:has(+.sec_des){
    margin-bottom: 10px;
}
.grid_box{
    display: grid;
}
.grid_4{
    grid-template-columns: repeat(4, 1fr);
}
.solution_page_custom{
    background: #FFF;
}
.solution_page_custom .grid_box{
    grid-gap: 30px
}
.solution_page_custom .grid_box .img_wrap img{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    object-fit: cover;
    height: 256px;
}
.solution_page_custom .grid_box .item_des{
    padding: 12px 20px 8px;
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    background-color: #ffffff;
    min-height: 112px;
    display: flex;
    align-items: center;
    transition: 0.5s ease-in-out;
    flex-grow: 1;
    margin-top: 12px;
    text-align: left;
}
.solution_page_custom .grid_box .item_title{
    margin-top: 0;
    margin-bottom: 12px;
    color: var(--cl-main);
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 60px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    background-color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.solution_page_custom .grid_box .solution_item{
    display: flex;
    flex-direction: column;
}
.solution_page_custom .grid_box .solution_item .img_wrap{
    position: relative;
}
.solution_page_custom .grid_box .solution_item .img_wrap:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top,  rgba(230, 91, 35, 0.5) 0%, rgba(230, 91, 35, 0.5) 30%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.solution_page_custom .grid_box .solution_item .img_wrap:after{
    background: rgba(230, 91, 35, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    content: '';
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.solution_page_custom .grid_box .solution_item:hover .img_wrap:after{
    height: 100%;
}
.solution_page_custom .grid_box .solution_item:hover .img_wrap:before{
    height: 0;
}
.solution_page_custom .grid_box .solution_item:hover .item_des{
    background-color: var(--cl-main);
    color: #FFF;
}
.solution_page_custom .grid_box .solution_item .item_des{
    flex-grow: 1;
}
.solution_page_custom{
    padding-top: 100px;
}
.solution_page_custom_2{
    padding-top: 100px;
}
.solution_page_custom_2 .grid-container{
    padding: 70px 150px 50px;
    box-shadow: 0 0 43px rgba(75, 75, 75, 0.18);
}
.grid-container{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.solution_page_custom_3{
    padding-top: 100px;
    padding-bottom: 100px;
}
.solution_page_custom_3 .list--box {
    background: var(--cl-white);
    box-shadow: 0 0 20px 0 rgba(47, 0, 2, 0.05);
    padding: 30px 50px /* 30/16 */;
}
.text_center{
    text-align: center;
}
.wrap_link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
}