/*.entry-content * {
    max-width: 80% !important;
}*/

/* ********************* Home Page ********************* */
body.home .wp-container-11,
body.home .wp-container-14,
body.home .wp-container-17 {
    background: url(https://compareeducation.org/wp-content/uploads/2023/08/arrow-4.png);
    background-repeat: no-repeat;
    background-position: 100px center;
    background-size: 200px;
}

body.home #courses {
    position: relative;
}
body.home #courses:before {
    content: '';
    width: 100%;
    height: 150px;
    display: inline-block;
    background: url(https://compareeducation.org/wp-content/uploads/2023/08/circle-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -70px;
    left: 0;
}

/* ********************* Blog Page ********************* */
body.page-id-1322 .entry-content .bdp_wrapper{
    max-width: 80% !important;
}

/* ********************* Compare Page ********************* */
body.page-id-564 .product-title {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}
body.page-id-564 .comparison-table .product-title img {
    width: auto !important;
}

/* Desktop Query ========================================================== */
@media only screen and (min-width: 1023px) {

}


/* Mobile Query ========================================================== */
@media only screen and (max-width: 1024px) {
body.home .wp-container-11, 
body.home .wp-container-14, 
body.home .wp-container-17 {
    background-position: 100px center;
    background-size: 150px;
}
body.page-id-1322 .entry-content .bdp_wrapper{
    max-width: 100% !important;
}
}
