#body > .content{
    display: flex;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
    justify-content: space-between;
}

#body > .content > .text-wrapper{
    flex-grow: 1;
    padding: 5rem;
    
}

#body > .content > .text-wrapper > h1{
    font-weight: 700;
}

#body > .content > .text-wrapper > ul > li > p{
    margin: 0;
}

#body > .content > .text-wrapper > *{
    padding-bottom: 1em;
}

#body > .content > a{
    height: inherit;
    font-size: 30px;
    display: flex;
    align-items: center;
}

.hero > .text-wrapper-physics > p{
    margin: 0;
}

.hero > .text-wrapper-physics > .adjust{
    text-align: start;
    padding-left: 9.2em;
}

.subject-hero::before{
    content: '';
	opacity: 0.25;
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 0;
}

.math-hero::before{
	background-image: url(../images/math-bg.svg);
}

.chemistry-hero::before{
	background-image: url(../images/chemistry-bg.png);
}

.physics-hero::before{
    background-image: url(../images/physics-bg.svg);
}

.biology-hero::before{
    background-image: url(../images/biology-bg.svg);
}
