/* Tablet */
@media only screen and (min-width : 768px) {
    body.get-results .tawjihi-results {
        margin-left: -20px;
    }
}

/* Desktop */
@media only screen and (min-width : 1200px) {

    .container {
        padding: 0 147px !important;
    }
    
    .site-details img {
        width: 50%;
        border-radius: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    #site-name {
        font-size: 21px;
    }
    
    .img-fluid-alkhamisa {
        width: 63%;
    }
}