/* Responsive CSS starts here */


@media (max-width: 1500px) {
  .work-client-grid h3 {
      height: 90px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
}
/* Home page responsive CSS starts here */
@media (max-width: 1400px) {
  .hero h1 {
    font-size: 50px;
    line-height: 61px;

  }

  .about-header img {
    max-width: 70%;
    height: auto;
  }

  .hero-copy p {
    font-size: 20px;
    line-height: 28px;
  }

  .story-content h2 {
    font-size: 30px;
    line-height: 37px;
  }

  .story-content p {
    font-size: 18px;
    line-height: 25px;
  }

  .areas h2 {
    font-size: 40px;
    line-height: 51px;
  }

  .service-card h3 {
    font-size: 30px;
  }

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

  .service-card {
    padding: 42px 37px 34px;
  }

  .network-panel {
    padding: 58px 76px 58px 128px;
  }

  .network-panel h2 {
    font-size: 50px;
    line-height: 55px;
    margin-top: 30px;
  }

  .contact-band p{max-width: 70%;margin: 20px 0 25px;}

  .network-panel p {
    font-size: 18px;
    line-height: 25px;
  }

  .selected-work-header h2,
  .clients h2,
  .contact-band h2 {
    font-size: 40px;
    line-height: 61px;
  }

  .hero-title{    padding: 58px 48px 120px 76px;}
  .story-content{    padding: 41px 76px 45px 0;}
  .cta{    padding: 34px 24px 32px;}
  .cta p{font-size: 18px;}

}


@media screen and (width: 1024px) and (height: 1366px) {
      .hero h1 {font-size: 40px;}
      .network-image img{    object-fit: cover;}
      .network-panel {
        padding: 30px 30px 30px 100px;
    }
}



@media (max-width: 991px) {

  .services {
    border: 0px;

  }

  .service-card+.service-card {
    border: 0;
  }

  .service-card+.service-card,
  .work-card+.work-card {
    border: 0;
  }

  .grid-section,
  .story,
  .network {
    grid-template-columns: 1fr;
  }

  .story-media img {
    object-fit: cover;
  }

  .story {
    grid-template-columns: minmax(160px, 30%) minmax(0, 70%);
  }

  .hero-title,
  .hero-copy,
  .story-media,
  .story-content {
    min-height: auto;
  }

  .hero-title {
    padding: 52px 34px 40px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-copy,
  .story-content,
  .network-panel {
    padding: 42px 34px;
  }

  .story-media {
    justify-self: stretch;
    padding-right: 0;
  }

  .services,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .work-card {
    min-height: auto;
    padding: 42px 34px;
  }

  .service-card+.service-card,
  .work-card+.work-card {
    border-left: 0;
    /* border-top: 1px solid var(--line); */
  }

  .areas {
    border-bottom: 0;
    padding-bottom: 0;
  }

  

  .service-card {
    position: relative;
  }

  .service-card::before {
    content: '';
    position: absolute;
    left: 50%;
    max-width: 20%;
    width: 100%;
    height: 2px;
    background: #0F4C5C;
    transform: translateX(-50%);
    bottom: 0;
  }

  .service-card:last-child:before {
    display: none;
  }

  .cta {
    border-top: 1px solid #DAD8D5;
  }

  .cta::after {
    display: none;
  }

  .network-panel p {
    max-width: 100%;
  }

  .network-image {
    min-height: auto;
  }

  .selected-work-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 38px 34px;
  }

  .selected-work-action {
    align-items: flex-end;
    flex-direction: column;
    gap: 18px;
    width: 100%;
  }

  .client-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .story{grid-template-columns: minmax(120px, 20%) minmax(0, 80%);}
  .areas{    padding: 48px 26px 20px;}

  .menu-toggle{width: 25px;height: 25px;}
  .page-shell {
    border-left: 0;
    border-right: 0;
  }

  .selected-work-header{gap: 20px;}


  /* .page-shell::before,
  .page-shell::after {
    display: none;
  } */

  .hero-title,
  .hero-copy,
  .story-content,
  .network-panel,
  .selected-work-header,
  .clients,
  .contact-band {
    padding-left: 24px;
    padding-right: 24px;
  }

  .clients{
    padding-top: 30px;
      padding-bottom: 30px;
  }
  .client-logos{gap: 25px;}
    .contact-band {
      padding-top: 30px;
      padding-bottom: 30px;
      min-height: auto;
    }
    .contact-band p{max-width: 100%;}
    /* .client-logos img{padding: 0 5%;} */

  .hero h1 {
    font-size: 40px;
    line-height: 47px;
  }

  .story-content h2 {
    font-size: 20px;
    line-height: 27px;
  }

  .story-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .areas h2 {
    font-size: 30px;
    line-height: 36px;
  }


  .service-card h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 24px;
  }

  .service-card p,
  .cta p {
    font-size: 14px;
    line-height: 20px;
  }

  .network-panel h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }

  .network-panel p {
    font-size: 14px;
    line-height: 20px;
  }

  .service-card, .work-card{padding: 30px 34px;}
  .areas h2 span{display: initial;}

  .network-image {
    aspect-ratio: 4 / 3;
  }

  .selected-work-header h2,
  .clients h2,
  .contact-band h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .selected-work-action p,
  .clients p,
  .contact-band p {
    font-size: 14px;
    line-height: 20px;
  }

  /* .client-logos {
    grid-template-columns: 2fr;
  } */

  .logo-noble strong,
  .logo-cornerstones,
  .logo-london {
    text-align: center;
  }

  .logo-cornerstones,
  .logo-london {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .logo-cornerstones span,
  .logo-london span {
    justify-self: center;
  }
}

/* About page responsive CSS starts here */

@media (max-width: 1400px) {

  .about-built h2,
  .about-today h2,
  .about-founder h2,
  .about-work h2 {
    font-size: 50px;
    line-height: 57px;
  }

  .about-built p,
  .about-today p,
  .about-founder p,
  .about-work p {
    font-size: 18px;
    line-height: 25px;
  }

  .about-built-image{    padding-left: 9%;}
  .about-hero{    grid-template-columns: minmax(0, 1fr) 220px;}
  .about-built{    grid-template-columns: 300px minmax(0, 1fr);}
}

@media screen and (width: 1024px) and (height: 1366px) {
  .about-built-image {padding-left: 8%;}
  .about-founder{display: flex;flex-direction: column;padding: 60px clamp(28px, 5.5vw, 88px) 72px;}
}

@media (max-width: 991px) {
  .about-header {
    position: sticky;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 22px;
    z-index: 999;
  }

  .menu-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .about-logo {
    max-width: calc(100% - 58px);
  }

  .about-logo img {
    max-width: 270px;
    height: auto;
  }

  .about-nav {
    display: none;
    flex: 0 0 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    padding: 12px 0 4px;
  }

  .about-header.is-menu-open .about-nav {
    display: flex;
    position: absolute;
    top: 100px;
    background: #0b315d;
    z-index: 9;
    left: 0;
    padding: 16px 44px;
  }

  .about-nav a {
    width: 100%;
    padding: 12px 0;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    font-size: 0.80rem;
    font-weight: 600;
  }

  .about-nav a.about-linkedin {
    margin-left: 0;
    font-size: 1.9rem !important;
    display: flex;
    align-items: center;
    gap: 15px;
  }

.about-nav a.about-linkedin p{display: block;font-weight: 600;font-size: 0.80rem;}

  .about-hero {
    grid-template-columns: 1fr;
  }

  .about-hero>span {
    min-height: 1px;
  }

  .about-hero {
    min-height: auto;
  }

  .about-built {
    display: flex;
    flex-direction: column-reverse;
  }

  .about-built,
  .about-founder,
  .about-two-column {
    grid-template-columns: 1fr;
  }

  .about-built-image {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-left: 0;
    max-width: 96%;
    width: 100%;
    margin: 0 auto;
  }

  .about-built-image img {
    width: 100%;
    min-height: 280px;
  }

  .desktop-img{display: none;}
  .mobile-img{display: block;}

  .about-built-copy {
    min-height: auto;
    padding: 48px 34px;
    position: relative;
  }

  /* .about-built-copy::before {
    content: '';
    position: absolute;
    left: 2%;
    width: 10%;
    height: 100%;
    background: #DAD8D5;
  } */

  .about-today {
    padding: 54px 34px;
  }

  .about-two-column {
    gap: 28px;
    margin-top: 42px;
    text-align: center;
  }

  .mobile-none {
    display: none;
  }

  .about-founder {
    gap: 36px;
    min-height: auto;
    padding: 54px 34px 0;
  }

  .about-founder p {
    margin-top: 30px;
  }

  .about-founder-image img {
    max-height: 520px;
  }


  .about-founder-image.desktop-none{display: block;}
  .about-founder-image{padding-right: 0;}

  .about-footer {
    align-items: center;
    flex-direction: column;
    gap: 18px;
  }
}

@media (max-width: 560px) {
  .about-header{        padding: 10px 22px}
  .about-built-copy{padding: 30px 34px;}
  .menu-toggle span:nth-child(1) {
    transform: translateY(-10px);
}
.menu-toggle span:nth-child(3) {
    transform: translateY(10px);
}
.about-header.is-menu-open .about-nav{        top: 94px;}
  .about-body {
    background: #f7f7f4;
  }

  .about-logo small {
    letter-spacing: 0.32em;
  }

  .about-shell,
  .about-footer {
    border-left: 0;
    border-right: 0;
  }

  .about-hero>div {
    padding: 44px 24px;
  }

  .about-work p {
    margin: 15px 0;
  }

  .about-hero h1 {
    font-size: clamp(2.25rem, 12vw, 2.5rem);
  }

  .about-hero p {
    font-size: 1.3rem;
  }

  .about-today,
  .about-founder,
  .about-work,
  .about-footer {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-built h2,
  .about-today h2,
  .about-founder h2,
  .about-work h2 {
    font-size: clamp(1.8rem, 11vw, 1.9rem);
    line-height: normal;
  }
  .about-built-image,.about-founder-image.desktop-none{max-width: 92%;}
  .about-two-column{margin-top: 20px;}

  .about-built p, .about-founder p,.about-founder p+p{margin-top: 15px;}
  .about-founder-copy{padding-bottom: 30px;padding: 0;}

  .about-work{min-height: auto;}

  .about-built p,
  .about-today p,
  .about-founder p,
  .about-work p {
    font-size: 0.90rem;
    line-height: 20px;
  }

  .about-founder-image img {
    width: 110%;
    max-width: none;
    max-height: 420px;
  }

  .about-footer nav {
    flex-wrap: wrap;
    gap: 12px 18px;
  }
}

/* Contact page responsive CSS starts here */
@media (max-width: 1400px) {
  .contact-method-list a {
    gap: 16px;
  }
  .contact-hero {
    padding: 70px 86px 78px;
  }

  .contact-hero h1,
  .contact-hero h1 em {
    font-size: 62px;
    line-height: 70px;
  }

  .contact-hero p,
  .contact-enquiry-heading p {
    font-size: 18px;
    line-height: 25px;
  }

  .contact-methods {
    padding-block: 56px;
  }

  .contact-method-list {
    gap: 34px 20px;
  }

  .contact-method span {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-enquiry .container {
    max-width: 85%;
  }

  .contact-enquiry {
    padding-top: 56px;
    padding-bottom: 92px;
  }

  .contact-enquiry h2 {
    font-size: 56px;
    line-height: 66px;
  }

  .contact-enquiry h2 em {
    font-size: 56px;
    line-height: 66px;
  }

  .contact-enquiry-heading {
    max-width: 780px;
  }

  .contact-enquiry-heading p {
    margin-top: 52px;
  }

  .contact-form {
    max-width: 100%;
    gap: 34px 40px;
    padding: 48px 42px 56px;
  }
}

@media (max-width: 1100px) {
  .contact-method-list {
    gap: 28px 28px;
  }

  .contact-methods {
    padding-inline: 30px;
  }

  .work-hero p {
    max-width: 750px !important;
  }

  .work-contact {
    padding: 45px 27px 60px 27px;
  }

  .work-hero {
    padding: 70px 50px 75px 55px;
  }
 .hs-form-frame {
    width: 100%;
}
}

@media (max-width: 991px) {
  .contact-hero {
    min-height: auto;
    padding: 58px 34px 64px;
  }

  .contact-hero h1,
  .contact-hero h1 em {
    font-size: 52px;
    line-height: 60px;
  }

  .contact-hero p,
  .contact-enquiry-heading p {
    font-size: 20px;
    line-height: 30px;
  }

  .contact-methods {
    padding: 50px 34px;
  }

  .contact-method-list {
    align-items: flex-start;
    gap: 26px;
    flex-direction: column;
    align-content: flex-start;
    width: 100%;
  }
  .contact-method-list a{width: 100%;}

  .contact-methods{    align-items: flex-start;padding-left: 5%;}

  .methods-title,
  .methods-title em {
    font-size: 48px;
    line-height: 55px;
  }

  .enquiry-title em {
    font: italic 46px / 53px 'Warbler';
  }

  .contact-enquiry {
    padding: 54px 0 72px;
  }

  .contact-enquiry .container {
    max-width: calc(100% - 68px);
  }

  .contact-enquiry-heading p {
    max-width: 720px;
    margin-top: 34px;
  }

  .contact-enquiry h2 {
    font-size: 46px;
    line-height: 56px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 36px;
    padding: 34px;
  }

  .contact-form button {
    grid-column: 1;
  }

  .contact-enquiry h2 em {
    font-size: 46px;
    line-height: 53px;
  }

  .contact-hero p {
    margin: 63px 0 0 0;
  }
 
}

@media (max-width: 560px) {
  .contact-methods h2{text-align: center;margin: 0 auto;}

      .contact-hero h1{margin-bottom: 20px;}
  .contact-hero p{margin: 21px 0 0 0;}

  .contact-shell {
    border: 2px solid #DAD8D5;
    border: 2px solid #DAD8D5;
  }

  .contact-hero,
  .contact-methods,
  .contact-enquiry {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-hero {
    padding-top: 37px;
    padding-bottom: 63px;
  }

  .contact-hero h1,
  .contact-hero h1 em {
    font-size: 40px;
    line-height: 46px;
  }


  .contact-methods {
    padding-top: 35px;
    padding-bottom: 44px;
  }

  .contact-method-list {
    margin-top: 29px;
  }

  .contact-method {
    gap: 14px;
  }

  .contact-method img,
  .contact-icon {
    width: 42px;
    height: 42px;
  }

  .contact-method span {
    font-size: 18px;
    line-height: 24px;
    overflow-wrap: anywhere;
  }

  .contact-enquiry {
    padding-top: 44px;
    padding-bottom: 56px;
  }

  .contact-enquiry .container {
    max-width: 100%;
  }

  .contact-enquiry-heading p {
    margin-top: 24px;
  }

  .contact-enquiry h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .contact-form {
    gap: 11px;
    margin-top: 37px;
    padding: 33px 20px 45px 24px;
  }

  .contact-field {
    gap: 8px;
  }

  .contact-field label {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-field input {
    min-height: 46px;
  }

  .contact-field textarea {
    min-height: 82px;
  }

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

  .methods-title,
  .methods-title em {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .contact-method {
    gap: 9px;
    flex-direction: column;
  }

  .contact-enquiry h2,
  .contact-enquiry h2 em {
    font-size: 30px;
    line-height: 39px;
  }

  .contact-enquiry {
    padding-top: 26px;
    padding-bottom: 52px;
  }

  .contact-enquiry-heading p {
    font-size: 14px;
    line-height: 22px;
  }
}

/* Network page responsive CSS starts here */


@media (max-width: 1400px) {

  .network-works-copy{    padding: 37px 20px 52px 80px;}
  .network-works-copy>div{gap: 20px;}
  .network-works img{height: 100%;}

  .network-black-book>div{min-height: auto;}


  .network-works-copy p,
  .network-partner-grid p,
  .network-black-book p,
  .network-conversation p {
    font: 300 18px / 25px 'Proxima';
  }
}


@media screen and (width: 1024px) and (height: 1366px) {
  .network-works{display: flex;flex-direction: column;}
      .network-works-copy {
        padding: 37px 80px 52px 80px;
    }
    .network-works img{padding-right: 0;}
    .network-black-book img{height: 100%;}
}

@media (max-width: 991px) {
  .network-hero {
    padding: 58px 34px 58px 34px;
  }
  .network-hero::before{display: none;}
  

  .network-hero::before {
    width: 80px;
  }

  .network-works,
  .network-black-book {
    grid-template-columns: 1fr;
  }

  .network-works-copy {
    min-height: auto;
    padding: 54px 34px;
  }

  .network-works-copy>div,
  .network-partner-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
    ;
  }

  .network-works-copy p:nth-child(3) {
    grid-column: auto;
  }

  .network-works img,
  .network-black-book img {
    height: auto;

  }

  .network-works img {
    max-width: 96%;
    margin: 0 auto;
    padding-right: 0;
  }

  .network-partner-grid article:nth-child(even) {
    border-left: 0;
  }

  .network-black-book>div {
    min-height: auto;
    padding: 54px 34px;
  }

  .network-partner-grid article {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .network-works-copy{padding: 30px 34px;}
  .network-shell {
    border-left: 0;
    border-right: 0;
  }

  .network-hero {
    min-height: auto;
    padding: 48px 24px;
  }

  .network-hero::before {
    display: none;
  }

  .network-hero h1 {
    font-size: clamp(2.25rem, 12vw, 2.5rem);
  }

  .network-hero p {
    font-size: 1.3rem;
    line-height: normal;
  }

  .network-works-copy,
  .network-partner-grid article,
  .network-black-book>div,
  .network-conversation {
    padding-left: 24px;
    padding-right: 24px;
  }

  .network-works h2,
  .network-partners>h2,
  .network-black-book h2,
  .network-conversation h2 {
    font-size: clamp(1.9rem, 11vw, 1.9rem);
  }

  .network-works-copy p,
  .network-partner-grid p,
  .network-black-book p,
  .network-conversation p,
  .network-partner-grid h3,
  .network-partner-grid a {
    font-size: 0.9rem;
    line-height: 20px;
  }

  .work-contact a {
    width: fit-content !important;
  }

  .network-works-copy>div,
  .network-partner-grid {
    margin-top: 25px;
  }
  .network-works img{max-width: 92%;}
  .network-partner-grid article{padding-top: 30px;padding-bottom: 30px;}

  .network-logo {
    transform: scale(0.9);
  }

  .network-black-book img {
    min-height: 245px;
  }
}

/* Work page responsive CSS starts here */
@media (max-width: 1400px) {
  .work-hero {
    padding: 86px 64px 92px 76px;
  }

  .work-hero::after {
    width: 140px;
  }

  .work-hero h1,
  .work-hero h1 em {
    font-size: 62px;
    line-height: 70px;
  }

  .work-hero p {
    max-width: 920px;
    font-size: 22px;
    line-height: 32px;
  }


  .work-sector div {
    padding: 52px 76px 72px 64px;
  }

  .work-sector h2,
  .work-sector h2 em,
  .work-clients>h2,
  .work-contact h2,
  .work-contact h2 em {
    font-size: 54px;
    line-height: 64px;
  }

  .work-sector p,
  .work-client-grid p,
  .work-contact p {
    font-size: 18px;
    line-height: 28px;
  }

  .work-sector p {
    margin-top: 36px;
  }

  .work-clients>h2 {
    padding: 24px 0 32px;
  }

  .work-client-grid {
    padding-inline: 64px;
  }

  .work-client-grid article,
  .work-client-grid article:first-child,
  .work-client-grid article:nth-child(3),
  .work-client-grid article:nth-child(4),
  .work-client-grid article:nth-child(6) {
    padding-top: 52px;
    padding-bottom: 45px;
  }

  .work-client-grid article {
    padding-left: 36px;
    padding-right: 36px;
  }

  .work-client-grid article:first-child,
  .work-client-grid article:nth-child(4) {
    padding-left: 0;
  }

  .work-client-grid article:nth-child(3),
  .work-client-grid article:nth-child(6) {
    padding-right: 0;
  }

  .work-client-grid h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .work-client-grid article:nth-child(1),
  .work-client-grid article:nth-child(4) {
    padding-right: 36px;
  }

  .work-client-grid article:nth-child(3),
  .work-client-grid article:nth-child(6) {
    padding-left: 36px
  }

  .work-logo {
    margin: 34px 0 32px;
  }

  .work-client-grid h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .work-client-grid a {
    padding-top: 30px;
    font-size: 16px;
    line-height: 23px;
  }

  .work-contact {
    padding: 64px 0 70px 0;
  }

  .work-contact p {
    margin: 34px 0 48px;
  }
}


@media screen and (width: 1024px) and (height: 1366px) {
  /* Your CSS here */
  .work-client-grid{    grid-template-columns: repeat(2, minmax(0, 1fr));}
  .work-client-grid article:nth-child(3) {border-right: 2px solid #DAD8D5;}
}

@media (max-width: 991px) {
  .work-hero {
    padding: 70px 48px 76px;
  }

  .work-hero::after {
    right: 0px;
    width: 72px;
    display: none;
  }

  .work-hero h1,
  .work-hero h1 em {
    font-size: 50px;
    line-height: 58px;
  }

  .work-hero p {
    margin-top: 28px;
    max-width: 760px;
    font-size: 20px;
    line-height: 30px;
  }

  .work-sector {
    grid-template-columns: 1fr;
  }

  .work-sector figure {
    border: 2px solid #DAD8D5;
    border: 2px solid #DAD8D5;
  }

  .work-sector div {
    min-height: auto;
    padding: 48px 40px 56px;
  }

  .work-sector h2,
  .work-sector h2 em,
  .work-clients>h2,
  .work-contact h2,
  .work-contact h2 em {
    font-size: 46px;
    line-height: 54px;
  }

  .work-sector p,
  .work-client-grid p,
  .work-contact p {
    font-size: 18px;
    line-height: 28px;
  }

  .work-sector p {
    margin-top: 28px;
  }

  .work-clients>h2 {
    padding: 24px 32px 30px;
  }

  .work-client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 40px;
  }

  .work-client-grid article,
  .work-client-grid article:first-child,
  .work-client-grid article:nth-child(3),
  .work-client-grid article:nth-child(4),
  .work-client-grid article:nth-child(6) {
    min-height: auto;
    padding: 48px 28px 44px;
    border: 2px solid #DAD8D5;
    border: 2px solid #DAD8D5;
  }

  .work-client-grid article:nth-child(odd) {
    border: 2px solid #DAD8D5;
  }

  .work-client-grid h3 {
    font-size: 32px;
    line-height: 39px;
  }

  .work-logo {
    margin: 30px 0 28px;
  }

  .work-client-grid h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .work-client-grid a {
    padding-top: 28px;
    font-size: 17px;
    line-height: 26px;
  }

  .secondary-banner-img img {
    height: auto;
  }

  .work-contact {
    padding: 45px 0 60px 0;
  }

  .work-contact p {
    margin: 32px 0 42px;
    max-width: 760px;
  }

  .work-contact a {
    padding: 10px 34px;
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 560px) {
  .work-shell {
    border: 2px solid #DAD8D5;
    border: 2px solid #DAD8D5;
  }

  .work-hero {
    min-height: auto;
    padding: 37px 27px 38px 27px;
  }

  .work-hero::after {
    content: none;
  }

  .work-hero h1,
  .work-hero h1 em {
    font-size: 40px;
    line-height: 48px;
  }

  .work-hero p {
    margin-top: 37px;
    font-size: 20px;
    line-height: 26px;
  }

  .work-sector figure {
    order: 2;
    border: 2px solid #DAD8D5;
    border: 2px solid #DAD8D5;
  }

  .work-sector div {
    order: 1;
    padding: 30px 24px 36px;
  }
  .work-sector{border-bottom: 0;}

  .work-sector h2,
  .work-sector h2 em,
  .work-clients>h2,
  .work-contact h2,
  .work-contact h2 em {
    font-size: 30px;
    line-height: 38px;
  }

  .work-sector p,
  .work-client-grid p,
  .work-contact p {
    font-size: 14px;
    line-height: 22px;
  }

  .work-sector p {
    margin-top: 24px;
  }

  .work-clients>h2 {
    padding: 25px 27px 25px;
  }

  .work-client-grid {
    grid-template-columns: 1fr;
    padding-inline: 24px;
  }

  .work-client-grid article,
  .work-client-grid article:first-child,
  .work-client-grid article:nth-child(3),
  .work-client-grid article:nth-child(4),
  .work-client-grid article:nth-child(6) {
    padding: 42px 0 38px;
    border: 2px solid #DAD8D5;
    border: 2px solid #DAD8D5;
  }

  .work-client-grid h3 {
    font-size: 22px;
    line-height: 30px;
    height: 45px;
  }

  .work-logo {
    margin: 30px 0;
  }

  .work-logo img {
    max-width: 100%;
    height: auto;
  }

  .work-client-grid h4 {
    font-size: 14px;
    line-height: 22px;
  }

  .work-client-grid a {
    padding-top: 28px;
    font-size: 14px;
    line-height: 22px;
    overflow-wrap: anywhere;
  }

  .secondary-banner-img img {
    height: auto;
  }

  .work-contact {
    min-height: auto;
    padding: 32px 27px 49px;
  }

  .work-contact p {
    margin: 26px 0 34px;
  }

  .work-contact a {
    width: 174px;
    padding: 10px 30px;
    font-size: 15px;
    line-height: 17px;
  }
}

/* Services page responsive CSS starts here */

@media (max-width: 1400px) {
  /* .services-advisory article:not(.services-lead-card) p, .services-confidential article:not(.services-lead-card) p, .services-grid p{
        margin: 30px 0 0;
  } */
   .services-advisory article, .services-confidential article, .services-grid article{
        padding: 60px clamp(28px, 4.2vw, 74px);
   }
  .services-grid h3{min-height: auto;}

  .policy-page p,.policy-page h2,.policy-page p a,.policy-page li{font-size: 18px; line-height: 26px;}
}


@media screen and (width: 1024px) and (height: 1366px) {
  .services-hero p{max-width: 70%;}
}


@media (max-width: 991px) {

  .services-hero{min-height: auto;}
  .services-hero::before,
  .services-hero::after {
    width: 70px;
    display: none;
  }
.services-advisory .services-lead-card h2 em{    display: inline;}
  .services-hero::after {
    right: 0px;
  }

  .services-intro p {
    font-size: clamp(1.12rem, 1.3vw, 1.3rem);
  }

  .services-lead-card p,
  .services-advisory p,
  .services-grid p,
  .services-confidential p,
  .services-execution-intro p,
  .services-start p {
    font-size: clamp(1.13rem, 1.3vw, 1.25rem);
  }

  .services-advisory,
  .services-confidential,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-advisory article,
  .services-confidential article,
  .services-grid article {
    min-height: auto;
    padding: 50px 34px;
  }

  .services-advisory article+article,
  .services-confidential article+article,
  .services-grid article+article {
    border-left: 0;

  }

  .services-grid article {
    position: relative;
  }

  .services-grid article::before {
    content: '';
    position: absolute;
    left: 50%;
    max-width: 20%;
    width: 100%;
    height: 2px;
    background: #0F4C5C;
    transform: translateX(-50%);
    bottom: 0;
  }

  .services-grid article:nth-last-child(1)::before {
    display: none;
  }

  .services-grid article:nth-child(4),
  .services-grid article:nth-child(5) {
    border-top: 0;
  }

  .services-confidential .services-lead-card p {
    max-width: 100%;
  }


  .services-lead-card p {
    max-width: 640px;
  }

  .services-confidential article {
    border-bottom: 2px solid #fff;
  }
  .services-confidential article:last-child {
    border: 0;
  }

  .services-grid article:nth-child(n) {
    grid-column: auto;
  }

  .services-grid article:nth-child(4) {
    border-left: 0;
  }

  .services-image-band img {
    height: 300px;
  }

  .services-hero p {
    max-width: 70%;
  }
    .services-advisory article:nth-child(2) {
    border-bottom: 2px solid #DAD8D5;
  }
}

@media (max-width: 560px) {

  .policy-page p, .policy-page h2, .policy-page p a, .policy-page li{font-size: 14px; line-height: 20px;}

  .services-intro p {
    font-size: clamp(0.9em, 1.3vw, 1.3rem);
  }

  .services-shell {
    border-left: 0;
    border-right: 0;
  }

  .services-hero p {
    font-size: clamp(1.3rem, 1.5vw, 1.1rem);
  }

  .services-hero {
    min-height: auto;
    padding: 48px 24px;
  }

  .services-hero::before,
  .services-hero::after {
    width: 38px;
    opacity: 0.55;
  }

  .services-hero h1 {
    font-size: 40px;
    line-height: 49px;
  }



  .services-intro,
  .services-advisory article,
  .services-confidential article,
  .services-grid article,
  .services-execution-intro,
  .services-start {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .services-execution-intro{min-height: auto;}

  .services-lead-card h2,
  .services-execution-intro h2,
  .services-start h2 {
    font-size: clamp(1.9rem, 11vw, 1.9rem);
  }

  .services-lead-card p,
  .services-advisory p,
  .services-grid p,
  .services-confidential p,
  .services-execution-intro p,
  .services-start p {
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  }

  .services-advisory h3,
  .services-grid h3,
  .services-confidential h3 {
    font-size: clamp(1.3rem, 9vw, 1.3rem);
  }



  .services-advisory article:not(.services-lead-card) p,
  .services-confidential article:not(.services-lead-card) p,
  .services-grid p {
    margin-top: 15px;
  }

  .services-image-band img {
    height: 245px;
  }

  .services-hero p {
    max-width: 100%;
    font-size: 20px;
    line-height: 30px;
  }
  .services-advisory .services-lead-card h2 em{display: contents;}
  .page-shell::before, .page-shell::after{
    left: 4%;
  }
  .page-shell::after{right: 4%;left: auto;}
  .services-execution-intro p{margin: 15px 0 0;}
  .services-confidential .services-lead-card{background: #f6f6f4;}
  .services-confidential{    background: #DAD8D5;}
  .services-confidential .services-lead-card ,.services-confidential article{padding-left: 11%;padding-right: 11%;}

.contact-band .brainstrom-b{
    font-size: 14px;
}
.n-logo {
  width: 75px;
}
.noble-logo {
  width: 150px;
}
.wycliffe-logo {
  width: 100px;
}
.accademiaxxi-logo {
  width: 150px;
}
}