.page-title{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
    position: relative;
}
.page-title h1{
    font-size: 3rem;
    margin-bottom: 1rem;
    font-size: 72px;
    font-weight: bolder;
}
.page-title button{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fefefe;
    height: 70px;
    line-height: 66px;
    padding: 0 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}
.overly{
    background-color: rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
    padding-top: 11rem !important;
}
.page-title .breadcrumb h1{
    color: #fefefe;
}
.page-title p{
    color: #fff;
}

/* on mobile */
@media (max-width: 768px) {
    .page-title h1{
        font-size: 2rem;
    }
    .page-title button{
        font-size: 14px;
    }
}