section#about-section{overflow:hidden;position:relative}section#about-section .img-wrapper img{border-radius:4px}section#about-section .content-wrapper .html-wrapper .desc{text-align:justify}section#about-section .content-wrapper .html-wrapper ul.list li.item{border-bottom:1px solid var(--color-border);padding:5px 0}section#about-section .content-wrapper .html-wrapper ul.list li.item:first-child{border-top:1px solid var(--color-border)}section#about-section .content-wrapper .html-wrapper ul.list li.item .item-wrapper{align-items:center;display:flex}section#about-section .content-wrapper .html-wrapper ul.list li.item .bi{color:var(--color-primary);font-size:1.4rem;margin-right:10px}section#about-section .content-wrapper .html-wrapper ul.list li.item a.item-link{color:var(--color-body);font-weight:600;text-decoration:none;transition:all .3s ease-in-out}section#about-section .content-wrapper .html-wrapper ul.list li.item a.item-link:hover{color:var(--color-primary);padding-left:5px}