.theresults{
    text-align: center;
    font-size: 18px;
    line-height: 27px;
}
.vhgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.vhgrip > div{
    padding: 0 15px;
    margin-bottom: 20px;
}
.vhgrip .colb{
    width: 33.3333%;
}
.vhgrip .colh{
    width: 50%;
}
.twentytwenty-container{
    width: 100%;
}
.twentytwenty-container img{
    width: 100%;
}
.itemresults .decs{
    text-align: center;
    padding: 15px 0;
}
.itemresults .dstitle {
    margin-bottom: 5px;
}
.itemresults .dstitle , .itemresults .dstitle h3{
    color: #573f80;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itemresults .dstend{
    text-transform: uppercase;
}
@media all and (max-width: 991px){

    .vhgrip{
        margin: 0 -8px;
    }
    .vhgrip > div{
        padding: 0 8px;
        margin-bottom: 16px;
    }
    .vhgrip .colb{
        width: 50%;
    }
    .vhgrip .colh{
        width: 100%;
    }

    .theresults{
        font-size: 16px;
        line-height: 24px;
    }
    .itemresults .dstitle, .itemresults .dstitle h3{
        font-size: 18px;
        line-height: 27px;
    }
}
@media all and (max-width: 767px){
    .vhgrip .colb{
        width: 100%;
    }

}