.header {
    background-image: url('assets/images/header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.introduction {
    padding-top: 0;
}

.offering {
    background-color: #471ca8;
    min-height: 70vh;
    padding: 100px 20px;
}

.phases {
    background-color: #ffffff;
    min-height: 70vh;
    padding: 100px 20px;
    display: flex;
    align-items: center;
}

.process {
    background-color: #ff930a;
    min-height: 70vh;
    display: flex;
    padding: 100px 20px;
    justify-content: center;
    align-items: center;
}

.testimonials {
    min-height: 90vh;
    background-image: url('assets/images/AdobeStock_1422866077.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer {
    background-color: #3a3331;
    min-height: 160px;
    flex-direction: column-reverse;
    align-content: flex-end;
    display: flex;
}

.h2 {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
}

.processhead {
    text-align: center;
    color: #471ca8;
}

.testimonialhead {
    color: #ffffff;
    text-align: center;
    width: 100%;
    height: 100%;
    max-width: 1100px;
}

.phaseshead {
    color: #4D3795;
    text-align: center;
}

.introhead {
    color: #884ab2;
    text-align: center;
}

.headerhead {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.headerwrap {
    flex-direction: column;
    margin-top: 0;
    padding-top: 40px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    align-content: space-between;
    height: 100%;
    max-width: 1100px;
    text-align: center;
}

.logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.footercopy {
    font-size: 14px;
    display: flex;
}

.footerwrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px;
}

.testimonialwrap {
    flex-direction: column;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    display: flex;
}

.processwrap {
    row-gap: 30px;
    max-width: 1100px;
    flex-direction: column;
    display: flex;
    height: 100%;
    width: 100%;
}

.phaseswrap {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
}

.columnwrapper {
    display: flex;
    flex-direction: row;
}

.processcolumn {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.processimages {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.processcopy {
    text-align: center;
    color: #471ca8;
}

.phasescolumnholder {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}

.phasecolumn {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #f24b04;
}

.p {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.phase {
    width: 80px;
}

.phasesubhead {
    font-weight: 700;
}

.offeringcolumn {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.offeringrow {
    display: flex;
    flex-direction: row;
}

.offeringwrap {
    display: flex;
    flex-direction: row;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:576px) {
    .offeringwrap {
        display: flex;
        flex-direction: column;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
}

.offeringtile {
    width: 100%;
    background-color: #3c1d82;
}

.offeringtiletext {
    color: #ffffff;
    padding: 20px;
}

.offeringtilered {
    width: 100%;
    background-color: #f24b04;
}

.introcolumn {
    width: 100%;
    padding: 40px 20px;
    text-align: center;
    color: #ffffff;
}

.red {
    background-color: #f24b04;
}

.purple {
    background-color: #471ca8;
}

.introcolumnholder {
    display: flex;
    flex-direction: row;
}

@media (max-width:576px) {
    .introcolumnholder {
        display: flex;
        flex-direction: column;
    }
}

.introcontentwrap {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    row-gap: 30px;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 140px auto 160px;
}

.button {
    color: #000000;
    background-color: #ffffff;
}

.infoheaderwrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    background-color: rgba(77, 55, 149, 0.91);
    padding: 30px 20px;
    margin-top: 110px;
}

.infoheaderrow {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    text-align: center;
}

@media (max-width:576px) {
    .infoheaderrow {
        display: flex;
        flex-direction: column;
        column-gap: 20px;
        text-align: center;
    }

    .infoheadercolumn {
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .infoheaderhead {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        color: #ffffff;
        font-family: 'Inter', sans-serif;
        font-size: 22px;
    }

    .infocolumncopy {
        font-family: 'Inter', sans-serif;
        color: #fdfdfd;
        font-size: 16px;
        text-align: center;
    }

    .imageinfoheader {
        margin-left: auto;
        margin-right: auto;
    }

    .headerinfographic {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
    }
}

.infoheaderhead {
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}

@media (max-width:576px) {
    .phasescolumnholder {
        flex-direction: column;
    }
}

@media (max-width:576px) {
    .columnwrapper {
        flex-direction: column;
    }
}

@media (max-width:576px) {
    .processimages {
        width: 30%;
        margin-left: auto;
        margin-right: auto;
    }
}

.arrow {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('assets/images/arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:576px) {
    .arrow {
        width: 160px;
        height: 160px;
        margin-left: auto;
        margin-right: auto;
        background-image: url('assets/images/arrowrotate.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }
}