.hero-deeper{
    background: url(./assets/images/deeper-project.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 95vh;
    border-radius: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 3rem 0;
}

.deeper-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    width: 100%;
}

.deeper-content{
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 80%;
}

.deeper-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.deeper-right button{
    width: 19.7rem;
    cursor: pointer;
    height: 5rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    justify-content: center;
    border-radius: 50px;
    border: none;
    outline: none;
}
.button-text{
    font-family: mulishBold;
    font-size: 1.5rem;
    color: #634221;
    text-transform: uppercase;
}


@media screen and (max-width: 900px){
    .deeper-content{
        width: 100%;
    }
}