.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

header.light .logo{
    border-bottom: 2px solid #fff;
}

.title-font-82734 {
    font-family: "Beau Rivage", cursive;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 62px;
    margin-bottom: 20px;
}
  
.contacts-wrapper-2-content {
    background: rgb(255 255 255 / 95%);
}

.success-message {
    position: relative;
    top: -20px;
    text-align: center;
    color: green;
}

@media (max-width: 767px) {
    header.fixed.scrolled .logo{
        border-color: transparent!important;
    }
    .title-font-82734 {
        font-family: "Beau Rivage", cursive;
        font-size: 48px;
        margin-bottom: 10px;
    }

    .homepage-5-slider .swiper-pagination {
        display: none;
    }

    .blog-landing-entry-3 .mouseover:after{
        display: block!important;
    }
    .homepage-5-slider .entry .text-align {
        position: relative;
        width: 50%;
        left: 25%;
    }
    .homepage-5-slider .entry .text {
        padding-bottom: 60%;
    }
}