@media (max-width: 768px) {

    .section-top-animated-img {
        margin: 0 auto;
        height: 60px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .alltitles {
        font-family: 'The Heart Maze Demo' !important;
        font-size: 25px !important;
    }
    .founder-img-wrap {
        max-width: 100%;
    }
    .about-col-title {
        font: italic 400 18px/24px 'Playfair Display', Arial;
        color: #333;
        margin-bottom: 20px;
        padding-bottom: 12px;
        border-bottom: 1px solid #e5e5e5;
    }
    .about-rig-text {
        font: 300 14px/19px 'Open Sans', Arial;
        color: #2a2a2a;
        margin-bottom: 12px;
    }
    .why-choose-item {
        display: flex;
        text-align: left;
        align-items: flex-start;
        margin-bottom: 25px;
    }

    .why-choose-desc {
        font: 300 14px/23px 'Open Sans', Arial;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 20px;
    }
    .text-center p {
         max-width: 100%; 
        margin-right: auto;
        margin-left: auto;
    }

    .gla_middle_titles h2 {
        line-height: 32px;
        font-size: 24px !important;
    }

    .why-choose-left {
        margin-bottom: 40px;
        margin-top: 30px;
    
    }
    .why-choose-right {
        padding: 40px 20px;
    }
    .why-choose-num {
        margin-top: 8px;
        /* opacity: 0.6; */
    }
    .portfolio-card-info .couple-name {
        font-size: 20px;
    }

    .portfolio-card-info .wedding-type {
        font-family: Open Sans, Arial, sans-serif;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #2c2c2c;
        text-align: center;
        background: wheat;
        margin: 0;
        border-radius: 31px;
        padding: 2px 10px;
        letter-spacing: 1px;
        margin-top: 18px;
    }
    .h1, h1 {
        font-size: 26px;
    }
    .portfolio-card-info {
        padding: 10px 25px;
        text-align: center;
        /* border-top: 3px solid transparent; */
        transition: border-color 0.3s;
    }

    .gla_section {
        padding: 40px 0;
    }
    .gla_section {
        margin-top: 0px !important;
    }

    .portfolio-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 125px;
    }
    .gla_main_menu {
     
        height: auto;
        width: auto;
      
    }

    .gla_main_menu {
        top: 18px;
        position: relative;
        float: right;
        right: 35px;
    }
    .gla_logo_und {
        display: block !important;
        float: left;
        top: 0px;
        width: max-content;
        font-size: 10px;
    }

    .gla_main_menu_icon b {
        position: absolute;
        margin-top: -2px;
        display: none;
        font-size: 16px;
        font-weight: normal;
        right: 0;
        font-family: Dosis;
    }
}
