/* Table */

table.restore-local-side-side td {
    width: 50%;
    padding: 0px !important;
}

table.restore-local-side-side td p {
    padding: 0px 50px !important;
}

table.restore-local-side-side td h3 {
    padding: 0px 50px !important;
}

table.restore-local-side-side td img {
    height: 400px !important;
    object-fit: cover;
    object-position: top;
}

/* 4 part blue print -- Mobile */

@media (max-width: 767px){
	
table.blueprint td {
    display: block;
    width: 100%;
}

table.blueprint img{
    display: none;
}
 

table.blueprint tr:nth-child(1) td:nth-child(1)::after {
    content: '';
    display: block;
    width: 100%;
    background: url(https://files.wri.org/d8/s3fs-public/2025-01/restoration-champion-giving-report.png);
    height: 300px;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
}

table.blueprint tr:nth-child(2) td:nth-child(2)::after {
    content: '';
    display: block;
    width: 100%;
    background: url(https://files.wri.org/d8/s3fs-public/2025-01/icraf-rwanda-monitoring-terramatch.png);
    height: 300px;
    background-size: cover;
    background-position: top;
    margin-top: 20px;
}

table.blueprint video {
    margin-top: 20px;
}

table.blueprint tr:nth-child(4) td:nth-child(2)::after {
    content: '';
    display: block;
    width: 100%;
    background: url(https://files.wri.org/d8/s3fs-public/2025-01/one-tree-planted-monitoring-drone.png);
    height: 300px;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
}
}


/* Tools for Restoration -- Mobile */

@media (max-width: 767px){
table.tools-restoration td {
    display: block;
    width: 100%;
}

table.tools-restoration td img {
    margin-top: 20px;
    height: 300px !important;
    object-fit: cover;
    object-position: center;
}
}

/* Images */

@media (min-width: 768px){
.restore-local-image {
    width: 75%;
    margin: 0 auto;
}
}
