.introBlock {
    display: flex;
    margin-top: 10%;
    justify-content: center;
}

.introBlock .content.ffblocks {
    z-index: 1;
    width: 40%;
}

.introBlock .introScroll {
    color: white;
    background-color: #241f59;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0px auto;
    border-radius: 50%;
}

.imageoneBg {
    background-image: url(/cisiweb2/image/futurefoundation/stockImages/students8.jpeg);
    background-size: cover;
    height: 100vh;
    text-align: center;
    clip-path: polygon(100% 10%, 100% 70%, 0 85%, 0 24%);
    margin-top: -16%;
}

.sectionOne {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -7%;
    text-align: center;
}

.btn.btn-primary.pdf {
    background-image: linear-gradient(125deg, #ff7372, #ff5757);
    border-color: #ff5757;

}

.btn.btn-primary.video {
    background-image: linear-gradient(125deg, #f1a93d, #eb9025);
    border-color: #eb9025;

}

.sectionTwo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}

.sectionTwo .textBlock p {
    text-align: left;
}

.sectionTwo .orangeBlock {
    width: 68%;
    background-image: linear-gradient(125deg, #fa8751, #f96733);
    border-radius: 20px;
    height: 100%;
    position: absolute;
    left: 7%;
    z-index: -1;
    transform: rotate(6deg);

}

.sectionTwo .videoBlock {
    padding-left: 40px;
}

.sectionTwo .videoBlock iframe {
    border-radius: 20px;
}

.sectionTwo .row {
    display: flex;
    align-items: center;
}

.imagetwoBg {
    background-image: url(/cisiweb2/image/futurefoundation/stockImages/students7.jpeg);
    background-size: cover;
    height: 100vh;
    text-align: center;
    clip-path: polygon(100% 16%, 100% 76%, 0 91%, 0 30%);
    margin-top: -2%;
}

.sectionThree {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.sectionThree .tableContent {
    margin-top: 5%;
    position: relative;
}

.sectionThree .tableContent .whiteBlock {
    width: 102%;
    background-color: white;
    border-radius: 12px;
    height: 96%;
    position: absolute;
    top: 2px;
    left: -13px;
    top: 8%;
    z-index: -1;
}

table {
    font-family: arial, sans-serif;
    width: 100%;
    color: #dddddd;
    border-collapse: separate;
    border-spacing: 0 5px;
}

tbody tr th {
    background-color: #f97640 !important;
    color: white;
}

td,
th {
    text-align: left;
    padding: 8px;
    color: #5650a1;
    border-bottom: 3px solid white;
}

tr:nth-child(even) {
    background-color: #edede1;
}

tr:nth-child(odd) {
    background-color: #e3e4d6;
}

tbody tr td:first-child,
tbody tr th:first-child {
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
}

tbody tr td:nth-child(3),
tbody tr th:nth-child(3) {
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
}

@media (max-width: 1600px) {
    .sectionThree .tableContent .whiteBlock {
        width: 103%;
    }

    .sectionTwo .orangeBlock {
        width: 87%;
    }
}

@media (max-width: 1400px) {
    .sectionTwo .orangeBlock {
        width: 96%;
        left: 10%;
    }

}

@media (max-width: 1300px) {
    .sectionTwo .orangeBlock {
        width: 101%;
    }
}

@media (max-width: 1190px) {
    .sectionTwo .row {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .sectionTwo .videoBlock {
        padding-left: 0px;
        margin-top: 15%;
    }

    .sectionTwo .orangeBlock {
        width: 110%;
        height: 80%;
        left: 3%;
        top: 16%;
    }

}

@media (max-width: 1100px) {
    .introBlock {
        margin-top: 15%;
    }

    .introBlock .content.ffblocks {
        width: 50%;
    }

    .imageoneBg {
        height: 50vh;
        margin-top: -22%;
    }

    .sectionThree {
        width: 80%;
    }

    .sectionOne {
        width: 80%;
    }

    .sectionTwo {
        width: 100%;
    }

    .sectionTwo .row {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .sectionTwo .videoBlock {
        padding-left: 0px;
        margin-top: 15%;
    }

    .sectionTwo .orangeBlock {
        width: 100%;
        height: 84%;
        left: 3%;
        top: 16%;
    }



    .sectionThree .tableContent .whiteBlock {
        width: 103%;
    }

    .sectionTwo .textBlock p {
        text-align: center;
    }
}

@media (max-width: 830px) {
    .introBlock .content.ffblocks {
        width: 65%;
    }

    .introBlock {
        margin-top: 19%;
    }

    .sectionTwo {
        width: 80%;
    }

    .sectionTwo .orangeBlock {
        width: 96%;
        height: 84%;
        left: 2%;
        top: 16%;
    }

    .sectionThree .tableContent .whiteBlock {
        width: 104%;
    }
}

@media (max-width: 490px) {
    .introBlock {
        margin-top: 35%;
    }

    .introBlock .content.ffblocks {
        width: 80%;
        padding: 20px 20px;
    }

    .imageoneBg {
        height: 65vh;
        margin-top: -30%;
        clip-path: polygon(100% 6%, 100% 66%, 0 81%, 0 20%);
    }

    .sectionTwo .orangeBlock {
        top: 13%;
    }

    .sectionTwo .videoBlock iframe {
        width: 310px;
    }

    .sectionThree .tableContent .whiteBlock {
        width: 108%;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .imagetwoBg {
        height: 50vh;
    }

    /* ipadpro portrait */
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .imagetwoBg {
        background-image: url(/cisiweb2/image/futurefoundation/stockImages/students7.jpeg);
        background-size: cover;
        height: 50vh;
    }

    /* your css rules for ipad portrait */
}