@media screen and (min-width: 1550px) {
    body {
        padding: unset;
    }
}



#banner .title {
    font-weight: 700;
    color: #fff;
    background-color: #000;
    padding: 8px 25px;
    display: inline-block;
    margin-top: -6px;
    font-size: 45px;
}

#portfolio_contents img {
    width: 100%;
}

.service_block h1 {
    line-height: unset;
}