body {
    background-color: white;
}

#portfolio-detail h2{
    font-size: 76px;
    color: #000;
}
.newsWrap{
    margin-top: 80px;
}
#portfolio-detail h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 52px;
    margin-bottom: 18px;
}
.newsWrap > img{
    width: 100%;
}

#portfolio-detail .divider {
    width: 137px;
    height: 3px;
    opacity: 100%;
    background: #000;
    border: none;
}

#portfolio-detail p {
    font-size: 16px;
    line-height: 28px;
}
@media (min-width: 300px) and (max-width: 768px) {
    #portfolio-detail h2{
        font-size: 36px;
    }
    #portfolio-detail .divider {
        width: 60px;
    }
    .portfolio-info{
        gap: 35px !important;
    }

}