﻿header .title {
    display: none;
}

header {
    margin-bottom: 500px;
}

.section-content {
    height: 800px;
    margin-bottom: 200px;
}

.section-content .container {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-content h3 {
    font-size: 80px;
    margin-bottom: 150px;
    letter-spacing: 2px;
}