div.indexImages {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
    width: 100%;
    margin-bottom: 40px;
}

div.indexImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 200px;
}

div.indexImage img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

div.indexLogo {
    grid-column: span 2;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    max-height: 200px;
    padding: 20px;
}

div.indexLogo img {
    width: 100%;
    height: auto;
    max-width: 300px;
    margin-bottom: 10px;
}

h3.strapline {
    text-align: center;
    font-size: 1.5em;
}

@media screen and (max-width: 1024px) {
    div.indexImages {
        grid-template-columns: repeat(3, 1fr);
    }
    div.indexLogo {
        grid-column: span 3;
    }
    div.indexImage.image1,
    div.indexImage.image4,
    div.indexImage.image9,
    div.indexImage.image10 {
        display: none;
    }
}

@media (max-width: 768px) {
	div.indexImages {
		grid-template-columns: repeat(2, 1fr);
	}
    div.indexLogo {
        grid-column: span 2;
    }
    div.indexImage.image5,
    div.indexImage.image6 {
        display: none;
    }
    
}

div.indexButtons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 40px auto;
    width: 100%;
}

div.indexButtons a {
    flex-grow: 1;
    height: 60px;
    border-radius: 20px;
    padding: 10px;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.indexButtons a:hover {
    background: #fff linear-gradient(-30deg, rgba(102, 0, 102, 1), rgba(0, 197, 218, 1));
    color: #fff;
}

@media screen and (max-width: 820px) {
    div.indexButtons {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin-bottom: 5px;
    }
    div.indexButtons a {
        font-size: 1em;
        padding: 5px;
        height: 40px;
    }
}

h2.description {
    text-align: center;
    font-size: 3.5em;
    margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
    h2.description {
        font-size: 2em;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    h2.description {
        font-size: 1.6em;
    }
}

h2.featuredTitle {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 40px;
    grid-column: 1 / -1;
}

@media screen and (max-width: 768px) {
    h2.featuredTitle {
        font-size: 1.9em;
    }
}

div.featuredCoursesWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 80px;
}

div.featuredFeedback {
    margin-bottom: 80px;
}

div.feedbackItem {
    display: none;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

div.feedbackItem a {
    max-width: 100%;
}
div.feedbackItem:first-of-type {
    display: flex;
}

p.feedbackText {
    font-size: 1.6em;
    line-height: 1.7em;
    width: 100%;
    max-width: 900px;
    display: block;
    position: relative;
    margin: 20px auto;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}

p.feedbackAuthor {
    font-size: 1.2em;
    font-weight: 500;
    font-style: italic;
    text-align: center;
}

div.feedbackCourseWrap {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
} 

div.feedbackCourseWrap img {
    width: 100%;
    height: auto;
    max-width: 300px;
    border-radius: 20px;
    margin-bottom: 30px;
}

div.feedbackItem a {
    text-decoration: none;
}

div.feedbackCourseWrap h3.feedbackCourseTitle {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    max-width: 100%;
    border-radius: 20px;
    padding: 10px 20px;
    text-decoration: none;
    white-space: normal;
    line-break: normal;
}

div.feedbackCourseWrap h3.feedbackCourseTitle svg {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

div.marketingText {
    width: 100%;
    max-width: 1000px;
    position: relative;
    display: block;
    margin: 0 auto 80px auto;
}

div.marketingText img {
    width: 100%;
    height: auto;
    max-width: 300px;
    border-radius: 20px;
    margin: 0 30px 30px 0;
    float: left;
}

@media screen and (max-width: 768px) {
	div.marketingText img {
		max-width: 100%;
	}
}

div.marketingText p,
div.marketingText ul {
    font-size: 1.3em;
    line-height: 1.55em;
    width: 100%;
    margin: 0 auto 30px auto;
}

div.marketingText ul {
    margin-left: 40px;
}

div.contrastStrip {
    width: 100%;
    background: #fff linear-gradient(-30deg, rgba(102, 0, 102, 1), rgba(0, 197, 218, 1));
    border-radius: 20px;
    margin: 0 auto 80px auto;
    padding: 20px;
}

div.contrastStrip a {
    color: #fff;
    font-weight: 700;
}

div.contrastStrip h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

div.contrastStrip p {
    font-size: 1.3em;
    line-height: 1.5em;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 30px auto;
    font-weight: 500;
    color: #fff;
    border-radius: 20px;
    text-align: center;
}

img.scUnlimitedLogo {
    width: 100%;
    max-width: 350px;
    margin: 30px auto;
    display: block;
    position: relative;
}