#employee_values .hero-image-wrapper{width:100%;height:530px;position:relative;overflow:hidden}#employee_values .hero-image-wrapper .hero-image{width:100%;height:100%;object-fit:cover;object-position:50% 50%}#employee_values .hero-image-wrapper .hero-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.179%), linear-gradient(90deg, black 0%, black 100%);opacity:0.3;z-index:1;pointer-events:none}#employee_values .hero-image-wrapper .hero-overlay{position:absolute;bottom:0;left:0;right:0;padding:40px;display:flex;flex-direction:column;align-items:flex-start;z-index:2}#employee_values .hero-image-wrapper .hero-overlay .title-thc{color:#fff}#employee_values .values-grid{background-color:var(--green_color);padding:2rem 0}#employee_values .values-grid .row{margin:0}#employee_values .values-grid .value-item{display:flex;align-items:flex-start;gap:1rem;padding:20px 0}#employee_values .values-grid .value-item .value-icon{width:50px;height:50px;flex-shrink:0}#employee_values .values-grid .value-item .value-icon .icon-image{width:100%;height:100%;object-fit:contain}#employee_values .values-grid .value-item .value-text{color:#f2f2f2;leading-trim:both;text-edge:cap;font-size:1.15rem;font-weight:600;line-height:150%}#employee_values .values-grid .value-item .value-text p{margin-bottom:0}@media only screen and (max-width:769px){#employee_values .hero-image-wrapper{height:240px}#employee_values .values-grid .value-item{gap:0.5rem}#employee_values .values-grid .value-item .value-text{font-size:14px;font-style:normal;font-weight:500}#employee_values .hero-image-wrapper .hero-overlay{padding:1rem}}