.about-list{display:grid;grid-template-columns:repeat(2,1fr);gap:60px}@media screen and (max-width:599px){.about-list{grid-template-columns:repeat(1,1fr);gap:30px}}.about-list__item{border:1px solid #ddd;border-radius:5px}.about-list__item__wrap{display:flex;font-size:14px;line-height:2em;height:250px;overflow:hidden;transition:opacity .3s ease}@media screen and (max-width:599px){.about-list__item__wrap{display:block;height:-moz-fit-content;height:fit-content}}.about-list__item__wrap:hover{opacity:.6}.about-list__item__wrap figure{width:250px;display:block}@media screen and (max-width:599px){.about-list__item__wrap figure{width:100%;height:200px;overflow:hidden;position:relative}.about-list__item__wrap figure img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.about-list__item__wrap figure img{width:100%}.about-list__item__wrap__right{flex:1;display:block;padding:30px}.about-list__item__wrap__right .content-h5{font-size:24px !important;margin-bottom:20px !important}.about-list__item__wrap__right__text{display:block;margin-bottom:0 !important;height:120px}.about-list__item__wrap__right__more{display:block;width:100%;text-align:right;position:relative;font-weight:700;color:#03006a;padding-right:20px}.about-list__item__wrap__right__more:after{content:"";position:absolute;top:9px;right:0;width:12px;height:10px;background-image:url(//nk-f.org/wp-content/themes/nk-f/assets/css/../image/about/arrow.svg);background-size:contain;background-repeat:no-repeat;background-position:center}