.top-image-journey {
    max-width: 100%;
    max-height: 100%;
}


h2 {
    font-size: 60px;
}

h4 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    font-family: Montserrat, sans-serif;
}

p {
    text-align: center
}


.panel-body p {
    text-align: left
}

.gift-image {
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {

    h2 {
        font-size: 40px;
    }
    h4 {
        font-size: 30px;
        color: rgba(0,0,0,0.8);
    }

    .btn{
        font-size: 20px;
    }

    .gift-image{
        width: 80%;
    }

}