.hero h1 {
    font-size: 50px;
    font-style: italic;
    font-family: Kleisch;
}

.hero {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4rem;
    border-bottom: 2px solid #C6C6C6;
    margin-bottom: 1.5rem;
}

.imgTextSection {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}

.imgTextSection > div {
    display: flex;
    justify-content: space-between;
}

.steps h2{
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
}

.imgTextSection img {
    height: 18rem;
}

.container {
    position: relative;
    padding: 2rem;
    width: 31%;
}

.imgTextSection .container::after {
    content: "";
    width: 105%;
    height: 44%;
    background-color: #E9E6E2;
    display: block;
    position: absolute;
    top: 33%;
    z-index: -1;
    left: -1rem;
}

.imgTextSection .container::after {
    content: "";
    width: 105%;
    height: 44%;
    background-color: #E9E6E2;
    display: block;
    position: absolute;
    top: 33%;
    z-index: -1;
    left: -1rem;
}


.right {
    margin-top: auto;
    margin-bottom: auto;
    width: 56%
}

.textSection h3 {
    font-size: 29px;
    margin-bottom: 1rem;
}

.textSection p {
    margin-left: 0.8rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 150%;
    font-size: 17px;
    border-left: solid 2px #0A1A2F;
}

h4 {
    font-size: 30px;
    letter-spacing: 2.1px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    margin-bottom: 2rem;
    margin-top: 5rem;
}

.video {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

iframe {
    width: 100%;
    height: 28.5rem;
}

.video p {
    margin-top: 1rem;
    line-height: 150%;
}

