.what-we-do-section {
    border-top: 1px solid #d9d9d9;
}

.what-we-do-section .grid {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
       padding: 50px 0 0 0;
}

.what-we-do-header {
    padding: 0 45px 40px;
}

.what-we-do-subtitle {
    margin: 0px;
}

.what-we-do-title {
    margin: 0;
}
.what-we-do-wrapper{
    background-size: cover;
    background-repeat: no-repeat;
}
.what-we-do-wrapper {
    display: flex;
    align-items: flex-start;
    padding: 0px 0px 0px 45px;
    border-top: 1px solid #e0e0e0;
}

.what-we-do-wrapper .col-one {
    flex: 1;
}

.what-we-do-content-title {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 130%;
flex: none;
order: 0;
flex-grow: 1;
    color: #F04E30;
    width: 90%;
    margin-top: 48px;
}

.what-we-do-content-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5E5E68;
}

.what-we-do-content-text p {
      margin-top: 20px;
}

.what-we-do-content-text p:last-child {
    margin-bottom: 0;
}

.what-we-do-cta {
display: flex;
flex-direction: row;
align-items: center;
gap: 14px;
width: 185px;
height: 46px;
background: #222431;
border-radius: 7px;
flex: none;
order: 1;
flex-grow: 0;
    color: #fff;
    justify-content: center;
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 130%;
letter-spacing: -0.01em;
color: #F7F5F5;
flex: none;
order: 0;
flex-grow: 0;
text-decoration: none;
margin-top: 34px;
}
.what-we-do-cta:hover {
        background: #F36E3A; 

}
.what-we-do-cta{
    transition: .2s
}
.what-we-do-image {
    width: 100%;
}

.what-we-do-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 900px) {
    .what-we-do-wrapper {
        flex-direction: column;
        gap: 32px;
    }
    .page-template-page-about-us .footer-banner__content{
    padding-bottom: 80px;
}
}

@media (max-width: 560px) {
    .what-we-do-section {
        padding: 48px 0;
    }

    .what-we-do-header,
    .what-we-do-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.what-we-do-wrapper {
    display: flex;
    align-items: flex-start;
        background-image: url('https://midnightm55.sg-host.com/wp-content/uploads/2026/07/card-group-grid-1-scaled.png');

}

.what-we-do-text-col {
    display: flex;
    border-left: 1px solid #e0e0e0;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 48px 32px 111px 32px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden; /* garante que o fundo não vaze para fora da coluna */
    background-color: #F5F5F5;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%; /* acompanha a altura da coluna, sem esticar largura */
}

.what-we-do-content-title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 130%;
    color: #F04E30;
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
}

.what-we-do-content-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5E5E68;
    position: relative;
    z-index: 1;
}

.what-we-do-content-text p {
    margin: 0 0 16px;
}

.what-we-do-content-text p:last-child {
    margin-bottom: 0;
}



/* Coluna da imagem */
.what-we-do-image-col {
    width: 50%;
}

.what-we-do-image {
    width: 100%;
    height: 100%;
}

.what-we-do-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.what-we-do-section .grid{
    box-sizing: border-box;
}
@media (max-width: 900px) {
    .what-we-do-wrapper {
        flex-direction: column;
    }

    .what-we-do-text-col,
    .what-we-do-image-col {
        width: 100%;
    }

    .what-we-do-image img {
        height: 400px;
    }
}

.built-alongside-section {
    border-top: 1px solid #d9d9d9;

}

.built-alongside-section .grid {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding: 0px 45px;
    box-sizing: border-box;
}

.built-alongside-header {
    padding: 50px 45px 40px;
}

.built-alongside-subtitle {
    margin-bottom: 12px;
}

.built-alongside-title {
    margin: 0 0 16px;
}

.built-alongside-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #5E5E68;
}

.built-alongside-text p {
    margin: 0 0 8px;
}

.built-alongside-text p:last-child {
    margin-bottom: 0;
}

.built-alongside-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 45px;
}

.built-alongside-card {
    position: relative;
    min-height: 320px;
    padding: 32px 28px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; /* evita que a borda vaze do card */
}

.built-alongside-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
}

/* borda/glow no canto inferior esquerdo */
.built-alongside-card::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 373px;
    height: 153px;
    max-width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='373' height='153' viewBox='0 0 373 153' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_1347_9309' fill='white'%3E%3Cpath d='M0 0H372.667V153H0V0Z'/%3E%3C/mask%3E%3Cpath d='M0 0H372.667V153H0V0Z' fill='url(%23paint0_linear_1347_9309)'/%3E%3Cpath d='M0 0V1H372.667V0V-1H0V0Z' fill='url(%23paint1_linear_1347_9309)' mask='url(%23path-1-inside-1_1347_9309)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1347_9309' x1='0' y1='76.5' x2='372.667' y2='76.5' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.01' stop-color='%23F04E30'/%3E%3Cstop offset='0.01' stop-color='%23666666' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1347_9309' x1='0' y1='76.5' x2='372.667' y2='76.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F04E30'/%3E%3Cstop offset='0.7' stop-color='%23F04E30' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left bottom;
    pointer-events: none;
    z-index: 1;
}

.built-alongside-card-content {
    position: relative;
    z-index: 2; /* garante que o texto fique acima da borda */
}

.built-alongside-grid{
    gap:14px;
}

.built-alongside-card-title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: #F7F5F5;
    margin: 0 0 12px;
}

.built-alongside-card-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 150%;
    color: #E0E0E0;
}

.built-alongside-card-text p {
    margin: 0 0 8px;
}

.built-alongside-card-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .built-alongside-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .built-alongside-grid {
        grid-template-columns: 1fr;
        padding:50px 20px;
    }

    .built-alongside-header {
        padding: 0 20px 32px;
    }
}
.built-alongside-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 0 45px;
}

.built-alongside-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 0 45px;
    gap: 0; /* ajuste se quiser espaçamento entre os cards */
}

.built-alongside-grid .built-alongside-card:nth-child(1),
.built-alongside-grid .built-alongside-card:nth-child(2) {
    grid-column: span 3;
}

.built-alongside-grid .built-alongside-card:nth-child(3),
.built-alongside-grid .built-alongside-card:nth-child(4),
.built-alongside-grid .built-alongside-card:nth-child(5) {
    grid-column: span 2;
}

@media (max-width: 900px) {
    .built-alongside-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .built-alongside-grid .built-alongside-card:nth-child(1),
    .built-alongside-grid .built-alongside-card:nth-child(2),
    .built-alongside-grid .built-alongside-card:nth-child(3),
    .built-alongside-grid .built-alongside-card:nth-child(4),
    .built-alongside-grid .built-alongside-card:nth-child(5) {
        grid-column: span 1;
    }
}

@media (max-width: 560px) {
    .built-alongside-grid {
        grid-template-columns: 1fr;
    }

    .built-alongside-grid .built-alongside-card:nth-child(1),
    .built-alongside-grid .built-alongside-card:nth-child(2),
    .built-alongside-grid .built-alongside-card:nth-child(3),
    .built-alongside-grid .built-alongside-card:nth-child(4),
    .built-alongside-grid .built-alongside-card:nth-child(5) {
        grid-column: span 1;
    }
}

.built-alongside-grid{
    gap:24px;
}

.built-alongside-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden; /* essencial pra arredondar a imagem de fundo junto */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
}

.built-alongside-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(
        180deg,
        rgba(20, 24, 38, 0.35) 0%,
        rgba(20, 24, 38, 0.45) 40%,
        rgba(20, 24, 38, 0.75) 75%,
        rgba(20, 24, 38, 0.92) 100%
    );
}

.built-alongside-card-content {
    position: relative;
    z-index: 1;
}
.built-alongside-card {
    box-sizing: border-box;
    border: 1px solid #e5e6e998;       /* borda "de dentro" */
    outline: 1px solid #e5e6e998;      /* borda "de fora" */
    outline-offset: 4px;              /* espaço entre as duas bordas */
}
.built-alongside-header {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.built-alongside-grid{
     border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;  
    padding-bottom: 50px;
}

.mv-grid{
     display: flex;
    column-gap: 16px;
    justify-content: center;
    
}
.mv-section {
    background-image: url('https://midnightm55.sg-host.com/wp-content/uploads/2026/08/mision-vision-section-scaled.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   
}
.mv-card {
    background: #fff;
    max-width: 507px;
    padding: 32px;
}
.mv-card__header{
        display: flex;
    align-items: center;
    gap:12px;
}

.mv-card__title {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 130%;
letter-spacing: -0.03em;
color: #222431;
flex: none;
order: 0;
flex-grow: 1;
}
.mv-card__text p {
max-width: 443px;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 150%;
color: #5E5E68;
flex: none;
order: 0;
flex-grow: 1;
}
.mv-grid{
  border-top: 1px solid rgba(255,255,255,0.18);
  border-bottom: 1px solid rgba(255,255,255,0.18);
}


.mv-section .grid{
    padding: 90px 0;
      border-left: 1px solid rgba(255,255,255,0.18);
      border-right: 1px solid rgba(255,255,255,0.18);
}




.tl-title {
    font-size: 2rem;
    margin: 8px 0;
}

.tl-support-text {
    color: #555;
    line-height: 1.6;
}

.tl-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin: 0 auto;
}

.tl-card {
    overflow: hidden;
    cursor: pointer;
        border: 1px solid rgba(34,36,49,0.1)

}

/* Linha do topo: contador + ícone, com borda laranja embaixo */
.tl-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
}

.tl-card__counter {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.02em;
}

.tl-card__expand-icon {
    color: #1a1a1a;
    display: flex;
    opacity: 0.6;
}

/* Imagem: escondida por padrão, expande empurrando o resto pra baixo */
.tl-card__image {
    max-height: 0;
    opacity: 0;
    background-size: cover;
    background-position: center;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

.tl-card:hover .tl-card__image {
    max-height: 220px;
    opacity: 1;
}

/* Badge do ano */
.tl-card__years-row {
    padding: 20px;
    border-bottom: 1px solid #E2E0DC;
}

.tl-card__years {
box-sizing: border-box;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 8px 12px;
gap: 10px;
width: 116px;
height: 33px;
background: linear-gradient(0deg, rgba(255, 255, 255, 0.89), rgba(255, 255, 255, 0.89)), #F04E30;
border: 1px solid rgba(186, 115, 102, 0.58);
border-radius: 24px;
flex: none;
order: 2;
flex-grow: 0;
color: #22243171;
}

/* Título + texto */
.tl-card__bottom {
    padding: 20px;
}

.tl-card__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
}

.tl-card__text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.tl-card__text p {
    margin: 0 0 8px;
}

.tl-card__text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 640px) {
    .tl-grid {
        grid-template-columns: 1fr;
    }
}
.tl-card__image-wrap {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
}

.tl-card:hover .tl-card__image-wrap {
    height: 220px;
}

.tl-card__image {
    display: block;
    width: 100%;
    height: 220px;      /* altura fixa da imagem em si */
    object-fit: cover;  /* corta mantendo proporção, igual background-size: cover fazia */
    opacity: 0;
    transition: opacity 0.4s ease;
}

.tl-card:hover .tl-card__image {
    opacity: 1;
}

.tl-header {
    display: flex;
    column-gap: 200px;
}
.tl-support-text p {

font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 150%;
flex: none;
order: 0;
flex-grow: 1;
    margin-top: 60px;
}
.tl-card__counter {
width: 17px;
height: 18px;
font-family: 'Chivo Mono';
font-style: normal;
font-weight: 200;
font-size: 14px;
line-height: 130%;
text-align: right;
letter-spacing: -0.03em;
flex: none;
order: 0;
flex-grow: 0;
color: #C5C6C9;
}
.tl-card__years {
font-family: 'Chivo Mono';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 130%;
text-align: right;
letter-spacing: -0.03em;
flex: none;
order: 0;
flex-grow: 0;
}

.tl-card__years-row {
    border-top:  1px solid #E2E0DC;
}
.tl-card__title {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 130%;
letter-spacing: -0.03em;
color: #222431;
flex: none;
order: 0;
flex-grow: 0;

}
.tl-card__text p {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 150%;
flex: none;
order: 0;
flex-grow: 1;

}
.tl-card__image{
       border-radius: 5px;
}
.tl-card__image-wrap{
    padding: 12px;
}
.tl-card:hover .tl-card__image-wrap{
    border-top: 2px solid #F36E3A;
}
.tl-card:hover .tl-card__years{
background: #F04E30;
    color: #fff;
}
.tl-grid{
    background-image: url('https://midnightm55.sg-host.com/wp-content/uploads/2026/07/card-group-grid-1-scaled.png');
    background-size: cover;
    padding: 0 45px;
    background-repeat: no-repeat;
    
}
.tl-card{
    background: #F7F5F5;
}
.tl-header {
  padding: 50px 45px 44px 45px;  
}

.tl-section .grid{
    border-left: 1px solid #e0e0e0;
      border-right: 1px solid #e0e0e0;
}



.il-wrapper {
    display: flex;
    align-items: center;
    gap: 48px;
    margin: 0 auto;
}

.il-col {
    flex: 1;
    min-width: 0;
}

.il-title {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 130%;
flex: none;
order: 0;
flex-grow: 1;
margin-bottom: 16px;
}

.il-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

.il-text p {
    margin: 0 0 12px;
    font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 150%;
flex: none;
order: 0;
flex-grow: 1;
color: #5E5E68;
}
.il-text p:last-child {
    margin-bottom: 0;
}

.il-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 768px) {
    .il-wrapper {
        flex-direction: column;
        gap: 24px;
    }
}
.il-section .grid{
    padding: 0 45px;
    background-image: url('https://midnightm55.sg-host.com/wp-content/uploads/2026/07/card-group-grid-1-scaled.png');
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.il-wrapper{
    background: #F7F5F5;
     box-sizing: border-box;
    padding-left: 32px;
        border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.tl-section .grid{
           box-sizing: border-box;
}



.mt-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    margin: 0 auto 48px;
}

.mt-title {
    font-size: 2rem;
    margin: 0;
    flex: 1;
}

.mt-support-text {
    flex: 1;
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

.mt-support-text p {
    margin: 0 0 12px;
}

.mt-support-text p:last-child {
    margin-bottom: 0;
}

/* Grid fixo 3 colunas x 3 linhas */
.mt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
}

.mt-card {
    display: flex;
    align-items: center;
    background: #F7F5F5;
    padding: 32px;
}

.mt-card__photo {
    flex-shrink: 0;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
}

.mt-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mt-card__info {
    min-width: 0;
}

.mt-card__name {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 2px;
}

.mt-card__position {
    font-size: 0.85rem;
    color: #777;
    margin: 0 0 8px;
}

.mt-card__position p {
    margin: 0;
}

.mt-card__linkedin {
    display: inline-flex;
    width: 30px;
    height: 30px;
    transition: opacity 0.2s ease;
}

.mt-card__linkedin:hover {
    opacity: 0.75;
}

/* Responsivo: 3 → 2 → 1 colunas */
@media (max-width: 900px) {
    .mt-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mt-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 560px) {
    .mt-grid {
        grid-template-columns: 1fr;
    }
}

.mt-support-text p {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 150%;
flex: none;
order: 0;
flex-grow: 1;
    color: #555;
}

.mt-card {
    gap: 16px;
    border: 1px solid #E0E0E0
}
.mt-card__name {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 130%;
letter-spacing: -0.03em;
color: #222431;
flex: none;
order: 0;
flex-grow: 1;
}
.mt-card__position p {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.01em;
flex: none;
order: 0;
flex-grow: 1;

}

.mt-section .grid {
    box-sizing: border-box;
}
.mt-grid{
      background-image: url('https://midnightm55.sg-host.com/wp-content/uploads/2026/07/card-group-grid-1-scaled.png');
    background-size: cover;
    padding: 0 45px 45px 45px;
    background-repeat: no-repeat;
}
.mt-header {
    padding: 50px 45px;
}

.mt-section .grid {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top:1px solid #e0e0e0; 
}
.mv-card__icon img {
    max-width: 18px;
    height: 18px;
}
.mv-card__icon{
    background: #F04E30;
    display: flex;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 100px;
    align-items: center;
}

.mt-card { cursor: pointer; }

.mt-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.mt-modal.is-open { display: flex; }

.mt-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.6);
}

.mt-modal__content {
    position: relative;
    background: #fff;
    border-radius: 0;
    padding: 32px;
    max-width: 782px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
}

.mt-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    color: #222431;
        background: #E5E6E9;
    border-radius: 20px;
    width: 32px;
    height: 32px;
}

.mt-modal__photo img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 0px;
}
.mt-modal-content-all{
    display: flex;
    gap:28px;
}

.mt-modal__bio{

font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 150%;
flex: none;
order: 0;
flex-grow: 1;

}
.mt-modal__position {
width: 30%;
height: 42px;
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 150%;
color: #F36E3A;
letter-spacing: -0.01em;
flex: none;
order: 0;
flex-grow: 1;
}

@media(max-width:901px){
    .banner-tp__overlay{
    margin:  0 20px;
}
.banner-tp__content{
    padding: 40px 0px;
}
.what-we-do-section{
    padding: 0px;
}
.what-we-do-title p {
    font-size: 22px;
}
.what-we-do-wrapper{
    background: #F7F5F5
}
.what-we-do-header{
    padding: 0 16px;
}
.what-we-do-image img {
    width: 100%;
}
.what-we-do-content-title {
    padding-top: 50px;
}
.what-we-do-cta{
    margin-top: 0px;
}
.built-alongside-section .grid{
    padding: 0 20px
}
p.built-alongside-subtitle{
    margin: 0px;
    padding-top: 50px;
}
.built-alongside-grid{
padding: 16px;
}
.built-alongside-card-text p{
    font-size: 14px;
}
.mv-grid{
   flex-direction: column; 
    padding: 16px;
}
.mv-card {
    margin-bottom: 15px;
}
.tl-header{
    flex-direction: column;
    padding: 16px;
}

.tl-grid{
    padding: 0px;
}
.tl-card{
    border: none;
    border-top: 1px solid #e0e0e0;
}

.il-section .grid{
    padding: 0 20px;
}
.maps-sec-page .dark-title {
    font-size: 22px;
}
.tl-card__text p {
    font-size: 14.5px;
}
.il-text p {
        font-size: 14.5px;
}
.il-wrapper{
    padding: 50px 16px;
}
.what-we-do-content-text p {
        font-size: 14.5px;
}
.built-alongside-text p {
        font-size: 14.5px;
}
.built-alongside-title {
    font-size: 22px;
}
.mv-card__text p {
    font-size: 14.5px;
}
.tl-title p {
     font-size: 22px;
    margin: 0px;
    line-height: 24px;
}
.tl-support-text p{
      font-size: 14.5px;
    margin: 0px;
}
.mt-title {
      font-size: 22px;
}
.mt-header{
    margin: 0 20px;
    gap:15px;
    padding: 50px 16px;
}
.mt-support-text p {
          font-size: 14.5px;
}
.mt-grid{
    padding: 0 20px;
    background-size: auto;
    background-repeat: repeat;
}
.mv-grid{
    box-sizing: border-box;
}
.mv-section .grid{
        box-sizing: border-box;
}
.mv-section{
    background-size: auto!important;
}
.mt-modal-content-all{
    flex-direction: column;
}
.mt-modal__position {
    width: 100%;
}
.mt-modal__bio p {
    font-size: 14.5px;    
}
.mt-modal__content{
    padding: 50px 20px;
    margin: 20px;
}
.mt-modal__close {
    border: none;
}
.banner-tp__content{
    padding: 40px 0!important;
}
.what-we-do-content-title{
    font-size: 22px;
}
.what-we-do-section{
    margin: 0 20px;
     box-sizing: border-box;
}
.what-we-do-wrapper{
    box-sizing: border-box;
}

*{
     box-sizing: border-box!important;
}
.what-we-do-text-col {
  border: none;  
    padding: 0px;
}
.what-we-do-content-title {
    font-size: 22px;
}
.what-we-do-cta {
    margin-top: 16px;
}
.mv-section .grid{
    padding: 50px 0;
}

.built-alongside-section{
    box-sizing: border-box;
}
.built-alongside-header{
       box-sizing: border-box; 
}
.mv-section {
    padding: 0 20px; 
}

.mv-section .grid{
    padding: 0px;
}
.tl-section {
    padding: 0 20px;    
}
.mt-header{
 border-left: 1px solid #e0e0e0;
     border-right: 1px solid #e0e0e0;
}
}
.mt-card {
  border: 1px solid #ddd;
  margin-right: -1px;
  margin-bottom: -1px;
}