.skill>div{
    width: 305px;
    height: auto;
    
}
.skill>div>div{
    background-color: #f6f6f6;
   box-shadow: none !important;
}
.skill>div>i>img{
    height: 240px;
}
.skill>div>div>span{
    width: 60px;
    height: 90px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
.skill>div>div>span>img{
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 10px 0 20px;
    transition:unset;
}
.skill>div:hover>div>span>img:first-child{
    filter: drop-shadow(100px 0 #c01a20);
    position: relative;
    left: -100px;
}
.environment{
    justify-content: space-between;
    padding: 20px 0 120px;
}
.environment>div{
    width: 400px ;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
}
.environment>div>img{
    width: 400px ;
    height: 350px;
}