.section-divider {
    border-bottom: 1px solid var(--Font255);

	height: 40px;
	margin-top: 60px;
	margin-bottom: 80px;
}

.section-divider .section-name {
    color: var(--Font255);

    font-size: 24px;
    text-align: right;
    text-transform: uppercase;

    position: relative;
    bottom: -10px;
    margin-right: 5%;
    
}