﻿#about .flex{justify-content: space-between;flex-wrap: wrap;}
#about .about-con{width: 45%;padding: 0;}
#about .about-img{display: grid;grid-template-columns: repeat(3,1fr);width: 50%;}
#about .about-img .item{border: 1px solid #EEEEEE;text-align: center;padding: 20px 0px;border-right: none;transition: all .2s ease-in-out;}
#about .about-img .item:nth-child(3n){border-right:1px solid #EEEEEE}
#about .about-img .item:nth-child(n+4){border-top:none}
#about .about-img .item:hover{box-shadow:0 0 14px #CCCCCC}
#about .about-img .icon{width:40px;height: 40px;color:var(--color);margin: auto;}
#about .about-img .icon img{width: 100%;height: 100%;}
#about .about-img .info{font-size: var(--fontsize16);margin: 10px 0;}
#about .about-img .num{font-size: var(--fontsize30);margin-bottom: 10px;}
@media (max-width: 1024px) {
#about .about-con{width: 100%;}
#about .about-img {margin-top: 6%;width:100%}
}
@media (max-width:480px) {#about .about-img{grid-template-columns: repeat(2,1fr);}}
#projects::before{background:url(/uploads/45171/page/p2026032016275089ff8.jpg) no-repeat;background-size:cover;background-position:center}
@media (min-width:1025px) {footer .foot-sign{width: auto;margin-left: auto;margin-right: 20px;}}