.portfolio{
    display: grid;
    grid-template-columns: 22% 3fr;
    padding: 75px 75px 0;
    box-sizing: border-box;
    margin-bottom: 150px;
}
.portfolio_title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 80%;
    text-transform: uppercase;
    color: #0068AF;
    margin-bottom: 50px;
}
.portfolio_box_mini{
    border-radius: 10px;
    padding: 10px;
    transition: 0.3s;
}
.portfolio_box_mini:hover{
    box-shadow: 0px 13px 27px -5px rgba(50, 50, 93, 0.25), 0px 8px 16px -8px rgba(0, 0, 0, 0.3);
}
.portfolio_img{
    width: 340px;
    height: 280px;
    border-radius: 10px;
}
.portfolio_age{
    width: 35px;
    height: 18px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #111111;
    padding: 15px 0;
}
.portfolio_name{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #111111;
}
.portfolio_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}