.block-content{
    background-image: url(https://domusdevelopment.co.th/themes/9999/_images/bg-ab-dom.jpg);
    
    background-size: cover;
    background-color: var(--main-footer-color);

}  
.image-ab {
    position: relative;
    display: inline-block;
}
.image-ab::before {
    content: "";
    position: absolute;
    top: -259px;
    left: -105%;
    width: 100%;
    height: 267%;
    background-color: #eb6a33;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
img.img-content {
    width: 100%;
}

h2.title-content {
    text-align: center;
}
p.detail-content {
    text-align: center;
}

/*section.block-content {
    text-align: center;
}*/