.programme_review .header {
    background: url('./assets/review_bg.png') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 50px 10px;
}

.programme_review .header h1 {
    font-size: 48px;
    margin: 0;
    font-weight: bold;
    color: #fff!important;
}

.programme_review .header p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 90%;
    margin: 20px auto 0;
}

.programme_review {
    /* padding: 20px; */
}

.programme_review .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* padding: 20px; */
    width: 80%;
    margin: auto;
    /* padding: 40px; */
}

.programme_review .content .section {
    background: white;
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    margin: 20px;
    padding: 20px;
    width: calc(50% - 40px);
    box-sizing: border-box;
}

.programme_review .content .section img {
    width: 100%;
    border-radius: 10px;
}

.programme_review .content .section h2 {
    color: #e74c3c;
    font-size: 24px;
    margin-top: 20px;
}

.programme_review .content .section p {
    font-size: 16px;
    line-height: 1.6;
    /* text-align: left; */
}

.programme_review .content .content p {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}

.programme_review .content .text-content p {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}

.programme_review .content .section .stats {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.programme_review .content .section .stats .stat {
    flex: 1;
    text-align: center;
}

.programme_review .content .section .stats .stat i {
    font-size: 48px;
    color: #27ae60;
}

.programme_review .content .section .stats .stat p {
    font-size: 16px;
    margin: 10px 0 0;
}

.programme_review .content .section .stats .stat p span {
    color: #e74c3c;
    font-size: 24px;
    display: block;
}

.programme_review .full-width-section {
    display: flex;
    width: 100%;
    background: white;
    /* border-radius: 10px; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    margin: 20px 0;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
}

.programme_review .full-width-section img {
    width: 30%;
    border-radius: 10px;
    margin-right: 20px;
    align-self: center;
}

.programme_review .full-width-section .content {
    width: 100%;
    text-align: center;
}

.programme_review .left-right-section {
    display: grid;
    width: 100%;
    background: white;
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    margin: 20px 0;
    padding: 20px;
    box-sizing: border-box;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: center;
}

.programme_review .left-right-section .text-content {
    /* width: 50%; */
    padding-right: 20px;
    text-align: center;
}

.programme_review .left-right-section .icons-content {
    /* width: 50%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.programme_review .left-right-section .icons-content .stat {
    text-align: center;
    margin-bottom: 20px;
}

.programme_review .left-right-section .icons-content .stat i {
    font-size: 48px;
    color: #27ae60;
}

.programme_review .left-right-section .icons-content .stat p {
    font-size: 16px;
    margin: 10px 0 0;
}

.programme_review .left-right-section .icons-content .stat p span {
    color: #EE4326;
    font-size: 24px;
    display: block;
}

.programme_review h2 {
    color: #EE4326;
    font-weight: bold;
}

@media (max-width: 768px) {
    .full-width-section,
    .left-right-section {
        flex-direction: column;
    }
    .full-width-section img,
    .full-width-section .content,
    .left-right-section .text-content,
    .left-right-section .icons-content {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .left-right-section .text-content {
        padding-right: 0;
    }
    .programme_review .left-right-section {
        display: grid;
        grid-template-columns: 100%;
    }
    .programme_review .full-width-section img {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .programme_review .full-width-section img {
        width: 90%;
    }
}

.before_after {
    width: 100%;
    padding-top: 40px;
}

.before_after .container {
    width: 100%;
    margin: auto;
}

.before_after .container .flex_container {
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 49% 49%;
}

.before_after .container .flex_container .div {
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 100%;
    gap: 20px;
}

.before_after .container .flex_container .flex_container_h2 {
    text-align: center;
    color: var(--tertiary-color);
}

.img_g1 {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
    align-items: center;
    /* padding-bottom: 20px; */
}

.img_g1 img {
    width: 100%;
}

.img_2 img {
    width: 100%;
}

@media (max-width: 830px) {
    .before_after .container .flex_container {
        display: grid;
        justify-content: space-between;
        align-items: center;
        grid-template-columns: 100%;
    }
    .before_after .container .flex_container .div:nth-child(2) {
        padding-top: 30px;
    }
}

.before_after .copy {
    padding-top: 30px;
    text-align: center;
}