@media (max-width: 768px) {

    .navbar-brand {
        width: 40%;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }


    .nmbr-mail a {
        font-size: 12px;
    }

    .hero-section {
        display: flex;
        z-index: 1;
        margin-top: 150px;
    }

    .content-div {
        display: flex;
        flex-direction: column;
        height: 92%;
        padding: 0px 0px 0px 0px;
        align-items: start;
        justify-content: center;

        div {
            display: flex;
            flex-direction: column;
            height: 100%;
            align-items: center;
            justify-content: center;
            gap: 24px;
        }

        h2 {
            font-family: DM Serif Text;
            font-size: 48px;
            font-weight: 400;
            line-height: 58px;
            letter-spacing: -0.800000011920929px;
            text-align: left;
        }

        p {
            font-family: Lato, sans-serif;
            font-size: 20px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: -0.800000011920929px;
            text-align: justify;
        }
    }



    .achieve {
        .inner-sec {
            width: 100%;
            height: 500px;
            padding: 40px 80px 40px 80px;
            display: flex;
            align-items: center;
            justify-content: space-evenly;
            flex-wrap: wrap;

            .ver {
                width: 100px;
                background-color: var(--main-color);
                height: 2px;
            }

            div {
                /* border-right: 2px solid var(--main-color); */
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                width: 370px;

                p {
                    font-family: Lato, sans-serif;
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 28px;
                    letter-spacing: -0.800000011920929px;
                    text-align: justify;
                }

                h6 {
                    font-family: Satoshi;
                    font-size: 20px;
                    font-weight: 700;
                    line-height: 28px;
                    letter-spacing: -0.800000011920929px;
                    text-align: left;
                }
            }
        }
    }



    .who-sec {
        width: 100%;
        /* height: 100vh; */
        background-color: rgba(246, 249, 249, 1);
        padding: 38px 5px;
        display: flex;
        align-items: center;

        p {

            padding: 10px 0;
        }

        .custom-btn:hover {
            background-color: var(--main-color);
        }
    }

    .overview-breadcrumb,
    .team-breadcrumb,
    .testi-breadcrumb,
    .career-breadcrumb,
    .article-breadcrumb,
    .blog-breadcrumb,
    .litigation-breadcrumb,
    .coprate-breadcrumb,
    .document-breadcrumb,
    .adr-breadcrumb,
    .advisory-breadcrumb,
    .contact-breadcrumb {
        margin-top: 150px;
    }
}


@media (max-width: 379px) {
    .hero-section{
        height: 88vh;
        & .content-div {
            h2 {
                font-family: DM Serif Text;
                font-size: 42px;
                font-weight: 400;
                line-height: 58px;
                letter-spacing: -0.800000011920929px;
                text-align: left;
            }
        }
    }
}