﻿.vision-values{position:relative}
.first-section{color:#111;padding:20px;margin-bottom:20px;margin-top:20px;box-sizing:border-box}
.first-section .title{font-size:24px;font-weight:500;place-content:20PX;position:relative;line-height:1;margin:10px 0}
.first-section .title::after{content:'';position:absolute;left:-10px;width:3px;height:100%;background:#ef7b1a}
.first-section .lists{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px}
.first-section .lists .list{border:1px solid #ddd}
.first-section:nth-of-type(2){background:#f7f7f7}
.second-section{padding:20px;box-sizing:border-box;display:flex}
.second-section .left{width:50%;margin-right:20px; flex-shrink: 0;}
.second-section .title{font-size:24px;font-weight:500;place-content:20PX;position:relative;line-height:1;margin:10px 0}
.second-section .title::after{content:'';position:absolute;left:-10px;width:3px;height:100%;background:#ef7b1a}
.second-section .right{border:1px solid #ddd}
.second-section .right img{object-fit:cover}
@media (max-width:700px){.second-section .left{width:100%}
.second-section{flex-wrap:wrap}
}
