.trading{
    padding-top: 30px;
    padding-bottom: 30px;
}

.product img, .prj-img img{
    width: 100%;
}

.product p{
    margin-top: -10px;
    margin-bottom: 0;
    text-align: center;
    border-bottom: 1px solid rgba(34, 91, 171, 0.4);
    border-radius: 30px;
}

.project{
    margin-top: 50px;
}

.recent{
    margin-top: 50px;
}
.recent > h3{
    margin-bottom: 20px;
}
.recent-prj{
    margin-bottom: 30px;
}
.recent-prj>div{
    margin-bottom: 10px;
    overflow: hidden;
    max-height: 200px;
}

.recent-prj img{
    width: 100%;
}