.breadcrumb-area {
    /*min-height: 600px;*/
    padding-top: 116px;
    padding-bottom: 102px;
    background-position: center;
    background-size: cover;
    background-color: #ff007a;
    position: relative;
}

@media screen and (max-width: 768px) and (min-width: 300px) {
    .breadcrumb-area {
        padding-top: 75px !important;
        /* padding-bottom: 69px !important;
        padding-bottom: 50px !important;
        background-position: center center;
        background-size: cover;
        background-color: rgb(255, 0, 122);
        position: relative; */
    }
}