#expectations {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 150px 0 150px;
    min-height: 100vh;
    overflow: hidden;
    background-color: var(--color-purple-medium);
    color: #fff;
    position: relative;
}

#things {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 150px 0 150px;
    min-height: 100vh;
    overflow: hidden;
    background-color: var(--color-purple);
    color: #fff;
    position: relative;
}

#choosing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 150px 0 150px;
    min-height: 100vh;
    overflow: hidden;
    background-color: var(--color-purple-medium);
    color: #fff;
    position: relative;
}

#expectations .container,
#things .container,
#choosing .container {
    max-width: 1154px;
}
#hero p{
    max-width: 483px;
    color: var(--color-purple-other)
}
#hero p strong{
    color: #fff;
}
#expectations h3,
#things h3,
#choosing h3 {
    max-width: 920px;
    line-height: 35px;
}

.general-rocket-list {
    list-style: none;
    padding-left: 50px;
    margin-top: 50px;
}

.general-rocket-list li {
    position: relative;
    margin-bottom: 25px;
    color: var(--color-purple-other);
}

.general-rocket-list li::before {
    content: '';
    background: url(./imgs/rocket.svg) center center no-repeat;
    background-size: contain;
    width: 33px;
    height: 33px;
    position: absolute;
    left: -50px;
    top: calc(50% - 16.5px);
    display: block;
}

.read-more-wrapper {
    display: inline-block;
    width: 100%;
    padding-left: 50px;
}

.view-more {
    margin: 25px 0 0;
    display: flex;
    font-weight: bold;
    color: #fff !important;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
}

.view-more span {
    color: var(--color-purple);
    background: var(--color-purple-light);
    width: 52px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.view-more:hover span {
    transition: .25s all;
    transform: translateX(5px);
}

a.apply-job {
    color: var(--color-cyan);
    background: var(--color-purple);
    font-size: 38px;
    line-height: 30px;
    padding: 25px 40px;
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: 150px auto 0;
    display: table;
    font-weight: bold;
}

a.apply-job:hover {
    color: var(--color-purple);
    background: var(--color-cyan);
}
