.works-box-dots {
    width: 100%;
    background-image: url(/static/sito/img/dot_bg.png);
    background-position: center center;
    background-size: 21px;
    background-repeat: repeat;
    display: inline-block;
    padding: 20px 20px 20px 10px;
    box-sizing: border-box;
    border-top: 3px solid #F73F3F;
}

.works-box-subtitle{
    color: black;
    max-height: 40px;
    font-size: 15px;
    line-height: 20px;
}
.works-box-pretitle{
    font-size: 15px;
    line-height: 20px;
}

.works-box-title {
    font-size: 25px;
    line-height: 28px;
}

.works-box-title-books,
.works-box-title {
    max-height: 56px;
}

.work-cont {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding-top: 0px;
    box-sizing: border-box;
    position: relative;
}

.box.work-cont {
    background-image: url(/static/sito/img/dot_bg.png);
    background-position: center center;
    background-size: 21px;
    background-repeat: repeat;
    border-top: 3px solid #F73F3F;
}

.text-padded {
    display: block;
    width: 100%;
    float: left;
    padding: 20px 20px 20px 10px;
    box-sizing: border-box;
    height: 130px;
}

.half-page:last-child {
    width: calc(50% - 20px);
    margin-right: 0px;
    margin-left: 20px;
}

.work-cont-img {
    /* margin-top: 40px; */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.work-cont-img img{
    width: 100%;
    height: auto;
}

#our-works .half-page {
    width: calc(50% - 20px);
    margin-right: 20px;
}

.first-row-right,
.first-row-left {
    /* height: 920px; */
}

.row-right {
    margin-right: 0px!important;
    margin-left: 20px;
}

.row-right .half-page:last-child {
    margin-right: 0px!important;
}

.book-right {
    margin-right: 0px!important;
    margin-left: 20px;
}

.three-half {
    width: calc(75% - 20px);
    margin-right: 20px;
}
.one-half {
    width: calc(25% - 20px);
    margin-right: 0px;
    margin-left: 20px;
}
.one-half .works-box-dots {
    height: 662px;
    background-position: right center;
}

.half-image {
    height:591px;
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .half-image {
        height: 491px;
    } 

    .first-row-right,
    .first-row-left {
        min-height: 750px;
    }
    .works-box-subtitle{
        color: black;
        max-height: 40px;
        font-size: 15px;
        line-height: 20px;
    }
    .works-box-pretitle{
        font-size: 15px;
        line-height: 20px;
    }

    .works-box-title {
        font-size: 25px;
        line-height: 28px;
    }
    .one-half .works-box-dots {
        height: 591px;
        background-position: right center;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {    
    .works-box-subtitle{
        color: black;
        max-height: 40px;
        font-size: 15px;
        line-height: 20px;
    }

    .works-box-pretitle {
        font-size: 15px;
        line-height: 20px;
    }

    .works-box-title {
        font-size: 25px;
        line-height: 28px;
    }
    
    #our-works .half-page {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .half-page-tablet {
        width: calc(50% - 20px)!important;
        margin-right: 20px!important;
    }
    .half-page-tablet:last-child {
        width: calc(50% - 20px)!important;
        margin-right: 0px!important;
        margin-left: 20px!important;
    }
    .one-half .works-box-dots {
        height: 430px;
        background-position: right center;
    }
    .half-image {
        height: 372px;
    }
}
   
@media only screen and (min-width:320px) and (max-width:767px) {  
    .works-box-subtitle{
        color: black;
        max-height: 40px;
        font-size: 15px;
        line-height: 20px;
    }
    .works-box-pretitle{
        font-size: 15px;
        line-height: 20px;
    }

    .works-box-title {
        font-size: 25px;
        line-height: 28px;
    }
    
    #our-works .half-page {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .three-half {
        width: 100%;
        margin-right: 0px;
    }
    .one-half {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .one-half .works-box-dots {
        height: auto;
        margin-bottom: 20px;
    }

    .half-page-tablet {
        width: 100%;
        margin-right: 0px;
    }
    .half-page-tablet:last-child {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .first-row-right,
    .first-row-left {
        height: auto;
    }

}