@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=DM+Serif+Text:ital@0;1&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #f2f6f7 !important;
    font-family: 'DM Sans', sans-serif !important;
    color: #00486d !important;
    font-size: 20px !important;
    line-height: 175% !important;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}


.preheader {
    height: 2.5em;
    position: relative;
    z-index: 1;
    background-color: #00486d;
}

nav {
    border-bottom: 1px solid #e4ecf0;
    background-color: #f2f6f7;
    padding-top: 24px !important;
    z-index: 999;
    position: sticky !important;
    top: 0;
    padding-bottom: 24px !important;
}

.nav-item .nav-link {
    margin-right: 25px;
    padding: 4px 0px;
    border-bottom: 2px solid #f2f6f7;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    color: #00486d;
    font-size: 20px;
    line-height: 35px;
}

.nav-link:hover {
    border-bottom: 2px solid #99b6c5;
    text-decoration: none;
    width: fit-content;
    color: #00486d !important;
}

a.nav-link.active {
    border-bottom: 2px solid rgb(153 182 197);
    text-decoration: none;
    width: fit-content;
    color: rgb(0 72 109) !important;
}


.navbar-toggler .navbar-toggler-icon {
    background-image: url("images/toggel.svg");
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

button:focus:not(:focus-visible) {
    outline: none !important;
}

.phone a {
    color: #00486d;
    text-decoration: none;
    margin-right: 32px;
    font-size: 18px;
    line-height: 35px;
}

.phone a:hover {
    color: #00486d;
    text-decoration: underline;
}

.h_c_button {
    padding: 12px 24px;
    border-radius: 4px;
    background-color: #00486d;
    transition: box-shadow 200ms ease;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

.h_c_button:hover {
    box-shadow: 0 16px 16px -8px rgba(0, 72, 109, 0.25);
    text-decoration: none;
    color: #ffffff;
}

/* --------------------- */
.load-first {
    padding-top: 40px;
    margin: 40px 0px;
    background-color: #e4ecf0;
    position: relative;
    padding-bottom: 40px;
    line-height: 350%;
}

.home-hero-background {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 40%;
    height: 100%;
    background-color: #00486d;
}

.home-hero-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
}

.home-hero-left {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 700px;
    margin-right: 80px;
    padding-top: 160px;
    padding-bottom: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lead-text {
    font-size: 30px;
    line-height: 175%;
    font-weight: 700;
}

.home-hero-right {
    position: relative;
    width: 50%;
}

.hero-image-wrapper {
    position: relative;
    top: 15px;
    z-index: 1;
    height: 108%;
    min-height: 700px;
    padding-right: 40px;
    background-image: url("images/l_bg_imgg.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 32px 24px -24px rgba(0, 72, 109, 0.5);
}

.dots-lower-left {
    position: absolute;
    left: -56px;
    top: auto;
    right: auto;
    bottom: -152px;
}

.hero-dots-left {
    position: absolute;
    left: 2%;
    top: -152px;
    right: auto;
    bottom: auto;
}

h1.heading-2 {
    font-size: 56px;
    color: #00486d;
    line-height: 120%;
    font-weight: 700;
}

.button {
    min-width: 160px;
    margin-top: 40px;
    margin-bottom: 16px;
    padding: 12px 24px;
    border-radius: 4px;
    background-color: #00486d;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.l_h_button {
    color: white;
    text-decoration: none;
    cursor: pointer;
    min-width: 160px;
    margin-top: 40px;
    margin-bottom: 16px;
    padding: 12px 24px;
    border-radius: 4px;
    background-color: #00486d;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.l_h_button:hover {
    box-shadow: 0 16px 16px -8px rgba(0, 72, 109, 0.25);
    text-decoration: none;
    color: #ffffff;
}

/* ------------------------ */
.default-section {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-intro {
    width: 50%;
    margin-bottom: 56px;
}

.section-intro h2 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-family: 'DM Serif Text', sans-serif;
    font-size: 44px;
    line-height: 120%;
    font-weight: 700;
}

.w-dyn-list a {
    text-decoration: none;
}

.card-content {
    display: flex;
    width: 100%;
    height: 60%;
    padding: 40px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.standard-card {
    width: 100%;
    height: 100%;
    padding: 40px 32px;
    border-style: solid;
    border-width: 1px;
    border-color: #e4ecf0;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 24px 24px -16px rgba(0, 72, 109, 0.2);
    transition: box-shadow 200ms ease, transform 200ms ease;
    color: #00486d;
    text-decoration: none;
}

.standard-card:hover {
    box-shadow: 0 32px 24px -16px rgba(0, 72, 109, 0.2);
    -webkit-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
    text-decoration: none;
}

.standard-card h5 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 150%;
    font-weight: 500;
}

.practice-icon {
    margin-bottom: 40px;
}

.practice-short-description p {
    margin-bottom: 40px;
    line-height: 35px;
    font-size: 20px;
}

.link-arrow-wrapper {
    display: flex;
    margin-top: auto;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: 20px;
    list-style: 35px;
}

.blue-arrow {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    margin-left: 8px;
}

/* ------------------------------------------------------------- */
.home-about-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.heading-3 {
    font-family: 'DM Sans', sans-serif !important;
}

.about-image {
    /* width: 1270px; */
    border-right: 250px solid #f2f6f7;
    border-radius: 2px;
    transform: rotate(0deg);
}

.about-card-wrapper {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 33.333333333333336%;
}

.about-card {
    position: relative;
    z-index: 1;
    padding: 56px 56px 80px 56px;
    border-radius: 2px;
    background-color: #00486d;
    color: #f2f6f7;
}

.about-card h3 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 35px;
    font-family: 'DM Serif Text';
    line-height: 120%;
    font-weight: 700;
}

.about-card p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 80px;
}

.dots-top-right {
    position: absolute;
    left: auto;
    top: -56px;
    right: -56px;
    bottom: auto;
}

.about_btn {
    color: #00486d;
    background-color: #ffffff;
    text-decoration: none;
    padding: 20px 25px;
}

.about_btn:hover {
    color: #00486d !important;
    box-shadow: 0 16px 16px -8px #002b41;
}

/* -------------------------- */
.client_eng {
    background-color: #ffffff;
}

.eng1 {
    background-image: url("images/client_eng1.jpg");
    background-position: 50% 50%;
    background-size: cover;
    height: 225px !important;
}

.eng2 {
    background-image: url("images/client_eng2.jpg");
    background-position: 50% 50%;
    background-size: cover;
    height: 225px !important;
}

.eng3 {
    background-image: url("images/client_eng3.jpg");
    background-position: 50% 50%;
    background-size: cover;
    height: 225px !important;
}

.eng4 {
    background-image: url("images/client_eng4.jpg");
    background-position: 50% 50%;
    background-size: cover;
    height: 225px !important;
}

.standard-card2 {
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #e4ecf0;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 24px 24px -16px rgba(0, 72, 109, 0.2);
    transition: box-shadow 200ms ease, transform 200ms ease;
    color: #00486d;
    text-decoration: none;
}

.standard-card2:hover {
    box-shadow: 0 32px 24px -16px rgba(0, 72, 109, 0.2);
    -webkit-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
    text-decoration: none;
}

.standard-card2 h5 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 150%;
    font-weight: 500;
}

.link-arrow-wrapper2 {
    display: flex;
    margin-top: auto;
    align-items: center;
    font-size: 20px;
    margin-bottom: 20px;
    list-style: 35px;
}

/* -------------------- */

.consulting_section {
    background-color: #e4ecf0;
    padding: 20px 0px 45px;
}

.consulting_section h2 {
    font-size: 44px;
    line-height: 120%;
    font-weight: 700;
    font-family: 'DM Serif Text', serif;
}

/* ---------------------- */
.footer_1 {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #00486d;
}

.footer_p {
    padding-left: 27px;
    padding-top: 45px;
    line-height: 35px;
    font-size: 20px;
    color: #92b5c5;
}

.footer_p a {
    text-decoration: none;
    font-size: 20px;
    color: #92b5c5;
}

.footer_p a:hover {
    color: #92b5c5;
}

.footer_2 {
    background-color: #002b41;
    color: #92b5c5;
}

.footer_2 a {
    text-decoration: none;
    color: #92b5c5;
}

.footer_2 a:hover {
    /* box-shadow: 0 16px 16px -8px #ffffff; */
    color: #92b5c5 !important;
}

.footer_2 {
    padding: 10px 20px;
}

.footer_2 p {
    font-size: 14px;
    margin: 0;
}

.footer_2 .col-md-3 p {
    float: right;
}


/* services section */

.practice-wrapper {
    display: -ms-grid;
    display: grid;
    margin-bottom: 40px;
    padding: 48px 48px 24px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: ". ."
        ". Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
    border-style: solid;
    border-width: 1px;
    border-color: #e4ecf0;
    border-radius: 2px;
    background-color: #fff;
    font-size: 20px;
}

.practice-title {
    margin-bottom: 10px;
    padding-top: 20px;
    font-family: 'DM Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.rich-text.w-richtext h5 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 150%;
    font-weight: 500;
}

.rich-text {
    padding-top: 20px;
}

/* about section */
.load-first_about {
    padding-top: 40px;
    background-color: #f2f6f7;
    position: relative;
    padding-bottom: 40px;
    line-height: 350%;
}

.full-width {
    width: 100%;
}

._2-column-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-areas: ". ."
        ". Area";
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.about-intro {
    margin-top: 40px;
}

#w-node-_02373477-8721-4f84-44c2-038666e69c23-b929c8f1 {
    grid-area: Area;
    width: 28vw;
    -ms-grid-column-align: center;
    justify-self: center;
}

.accolades-wrapper {
    position: relative;
    display: flex;
    padding-left: 80px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.accolades-container {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 56px 56px 16px;
    border-radius: 2px;
    background-color: #00486d;
}

.accolade {
    margin-bottom: 32px;
    color: #fff;
}

.accolade-title {
    margin-bottom: 4px;
    margin-left: -4px;
    font-family: 'DM Sans', sans-serif;
    color: #99b6c5;
    font-size: 50px;
}

#w-node-ed344541-d52b-5a6a-d4d6-1d48b61d9aab-b929c8f1 {
    /* -ms-grid-column: span 1; */
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    /* -ms-grid-row: span 1; */
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

.abo1 {
    background-image: url("images/about_man.png");
    background-position: 50% 50%;
    background-size: cover;
    height: 350px !important;
}

.bio-card-title {
    margin-top: 40px;
    margin-bottom: 5px;
    font-family: 'DM Serif Text', sans-serif;
    font-size: 35px;
    line-height: 120%;
    font-weight: 700;
}

.lawyer-position {
    margin-bottom: 24px;
}

/* article */
.load-first_article {
    padding-top: 140px;
    background-color: #f2f6f7;
    position: relative;
    line-height: 350%;
}

.heading {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 56px;
    line-height: 120%;
    font-weight: 700;

}

.load-second_article {
    padding-bottom: 150px;
    padding-top: 25px;
}

/* contact */
.load-second_contact {
    padding-top: 200px;
}

.contact-information h3 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-family: 'DM Serif Text', sans-serif;
    font-size: 35px;
    line-height: 120%;
    font-weight: 700;
}

.office-hours {
    margin-bottom: 24px;
}

.contact_for a {
    color: #00486d;
    text-decoration: none;
}

.contact_for a:hover {
    color: #00486d;
}

.w-form {
    margin: 0 0 15px;
}

.w-button {
    display: inline-block;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.input-field {
    height: 56px;
    margin-bottom: 24px;
    padding-right: 16px;
    padding-left: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #99b6c5;
    border-radius: 2px;
    background-color: #f2f6f7;
    color: #00486d;
    font-size: 20px;
    line-height: 175%;
}

.input-field::placeholder {
    color: #00486d;
    font-size: 18px;
    line-height: 160%;
}

.text-area {
    min-height: 200px;
    margin-bottom: 24px;
    padding-right: 16px;
    padding-left: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #99b6c5;
    background-color: #f2f6f7;
    color: #00486d;
    font-size: 20px;
    line-height: 175%;
}

.text-area::placeholder {
    color: #00486d;
    font-size: 18px;
}

textarea.w-input,
textarea.w-select {
    height: auto;
}

.button.contact-form {
    margin-top: 0px;
}

input.w-button {
    -webkit-appearance: button;
}

.success-message.contact-form {
    margin-top: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-color: #99b6c5;
    color: #00486d;
}

.success-message {
    margin-top: 32px;
    padding: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #f2f6f7;
    background-color: transparent;
    color: #f2f6f7;
    font-size: 17px;
}

.w-form-done {
    /* display: none; */
    padding: 20px;
    text-align: center;
    background-color: #dddddd;
}

.error-message.contact-form {
    color: #00486d;
}

.error-message {
    margin-top: 15px;
    padding: 0px;
    background-color: transparent;
    color: #f2f6f7;
    font-size: 16px;
    line-height: 150%;
}

.w-form-fail {
    /* display: none; */
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}

/* blogs */
.load-second_blog {
    padding: 85px 0px 120px;
}

.blog-outer-wrapper {
    display: flex;
}

.article-wrapper {
    width: 66.66666666666667%;
}

.blog-outer-wrapper h4 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-family: 'DM Serif Text', sans-serif;
    font-size: 28px;
    line-height: 130%;
    font-weight: 700;
}

.rich-text {
    padding-top: 20px;
}

/* member */
.load-first_member {
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 350%;
}

.lawyer-title {
    margin-bottom: 8px;
    margin-left: -2px;
    margin-top: 0px;
    font-family: 'DM Serif Text', sans-serif;
    font-size: 56px;
    line-height: 120%;
    font-weight: 700;
}

.caption {
    font-size: 15px;
    line-height: 175%;
}

.lawyer-social-channels {
    display: flex;
    margin-top: 32px;
    margin-bottom: 24px;
    margin-left: -1px;
}

.social-channel {
    display: flex;
    margin-bottom: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #99b6c5;
}

.social-icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.lawyer-social-channels_link a {
    color: #00486d;
    text-decoration: none;
}

.lawyer-social-channels_link a:hover {
    color: #00486d;
    text-decoration: underline;
}

.lawyer-social-channels_links {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.rich-text p {
    margin-bottom: 24px;
}

.rich-text p {
    margin-bottom: 24px;
    line-height: 40px;
}

.lawyer-headshot {
    position: relative;
    top: 16px;
    padding-top: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #99b6c5;
}

.bio-page-image {
    position: absolute;
    top: -16px;
    right: 16px;
    z-index: 5;
    width: 100%;
}

@media (max-width:1350px) {
    .home-hero-left {
        padding-left: 12px;
    }
}

@media (max-width:991px) {
    body {
        font-size: 18px;
        line-height: 160%;
    }

    .practice-wrapper {
        padding: 24px 16px 0px;
        -ms-grid-columns: 2.5fr;
        grid-template-columns: 2.5fr;
    }

    .phone {
        display: none;
    }

    .nav_btn {
        display: none;
    }

    ._2-column-grid {
        grid-row-gap: 40px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .accolades-wrapper {
        top: 0px;
        padding-left: 0px;
    }

    .accolades-container {
        top: 0px;
        right: 0px;
    }

    .dots-top-right {
        display: none;
    }

    .home-hero-background {
        display: none;
    }

    .hero-image-wrapper {
        top: 0px;
        min-height: auto;
        padding-top: 100%;
        box-shadow: none;
    }

    .home-hero-container {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hero-dots-left {
        display: none;
    }

    .home-hero-left {
        width: 100%;
        min-height: auto;
        margin-right: 0px;
        padding: 80px 16px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .home-hero-right {
        width: 100%;
        padding-right: 0px;
    }

    #w-node-_45e8ce5a-6790-87cf-1e54-0ddc514de00c-9e29c8ec {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }

    .dots-lower-left {
        display: none;
    }

    .section-intro {
        width: 100%;
        margin-bottom: 40px;
    }

    .home-about-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about-image {
        border-right-style: none;
    }

    .about-card-wrapper {
        position: static;
        width: 100%;
    }

    .about-card {
        padding: 40px 24px;
    }

    .article-wrapper {
        width: 100%;
    }

    .lawyer-headshot {
        top: 0px;
    }

    .bio-page-image {
        top: 0px;
        right: 0px;
    }
}


@media (max-width:767px) {
    body {
        font-size: 16px;
        line-height: 175%;
    }

    .lead-text {
        font-size: 20px;
        line-height: 160%;
    }

    .home-hero-left {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .hero-image-wrapper {
        overflow: hidden;
    }

    .blog-outer-wrapper h4 {
        font-size: 23px;
    }

    .rich-text.w-richtext h5 {
        font-size: 19px;
    }

    .section-intro h2 {
        font-size: 33px;
    }

    .standard-card2 h5 {
        font-size: 19px;
    }

    .standard-card h5 {
        font-size: 19px;
    }

    .standard-card {
        padding-right: 24px;
        padding-left: 24px;
    }

    .practice-short-description p {
        font-size: 18px;
    }

    .link-arrow-wrapper {
        font-size: 19px;
    }

    .link-arrow-wrapper2 {
        font-size: 19px;
    }

    .about-card h3 {
        font-size: 28px;
        line-height: 130%;
    }

    .about-card p {
        font-size: 18px;
    }

    .consulting_section h2 {
        font-size: 33px;
        line-height: 120%;
    }

    .lawyer-biography-wrapper {
        padding-top: 35px;
    }

    .heading {
        font-size: 40px;
    }

    .load-first_article {
        padding-top: 40px;
    }

    .footer_2 .col-md-3 p {
        float: left;
    }
}


@media (max-width:479px) {
    ._2-column-grid {
        grid-row-gap: 24px;
    }

    .lead-text {
        font-size: 18px;
    }

    .accolades-container {
        padding: 24px 16px;
    }

    .accolade-title {
        margin-left: -2px;
        font-size: 60px;
    }

    .home-hero-left {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-card {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .button {
        width: 100%;
        margin-top: 24px;
        padding-right: 36%;
        padding-left: 36%;
        font-size: 14px;
    }

    h1.heading-2 {
        margin-bottom: 8px;
        font-size: 28px;
        margin-top: 50px;
    }

    .load-first {
        padding-top: 0px;
        margin: 0px;
        background-color: #e4ecf0;
        position: relative;
        padding-bottom: 40px;
        line-height: 350%;
    }

    .load-second_contact {
        padding-top: 50px;
    }

    .blog-outer-wrapper h4 {
        font-size: 18px;
    }

    .rich-text.w-richtext h5 {
        font-size: 16px;
    }

    .section-intro h2 {
        font-size: 24px;
    }

    .standard-card2 h5 {
        font-size: 19px;
    }

    .standard-card h5 {
        font-size: 19px;
    }

    .standard-card {
        padding: 24px 15px;
    }

    .practice-short-description p {
        font-size: 16px;
    }

    .link-arrow-wrapper {
        font-size: 16px;
    }

    .link-arrow-wrapper2 {
        font-size: 16px;
    }

    .l_h_button {
        width: 100%;
    }

    .about-card h3 {
        font-size: 20px;
    }

    .about-card p {
        font-size: 16px;
    }

    .consulting_section h2 {
        font-size: 24px;
    }

    .h_c_button {
        margin-top: 24px;
        padding-right: 20%;
        padding-left: 20%;
        font-size: 14px;
    }

    .footer_1 {
        padding-left: 30px;
    }

    .heading {
        margin-bottom: 8px;
        font-size: 28px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px !important;
    }
}

/* @media screen and (max-width: 991px) {
    .container {
        padding-right: 16px;
        padding-left: 16px;
    }
} */

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        position: relative;
        max-width: 1350px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1070px;
    }
}