

section.waterproofing-intro {
    position: relative;
    z-index: 1;
    clear: both;
    width: 100%;
    overflow: hidden;

    
    margin-top: 92px;

    
    padding: 100px 30px;

    background-color: #191718;
    background-image:
        linear-gradient(
            rgba(18, 17, 18, 0.91),
            rgba(18, 17, 18, 0.91)
        ),
        url("../../assets/images/Waterproof/bg-waterproofing.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.waterproofing-intro .waterproofing-intro__container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

section.waterproofing-intro .waterproofing-intro__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 70px;
    width: 100%;
}



section.waterproofing-intro .waterproofing-intro__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    height: 100%;
    min-height: 450px;
}

section.waterproofing-intro .waterproofing-intro__text h1 {
    width: 100%;
    max-width: 650px;
    margin: 0 0 24px;

    color: #00a83b;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
}

section.waterproofing-intro .waterproofing-intro__text p {
    width: 100%;
    max-width: 590px;
    margin: 0 0 22px;

    color: #f1f1f1;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}

section.waterproofing-intro .waterproofing-intro__text p:last-child {
    margin-bottom: 0;
}



section.waterproofing-intro .waterproofing-intro__image {
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 450px;
    overflow: hidden;
}

section.waterproofing-intro .waterproofing-intro__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    object-position: center;
}

section.waterproofing-intro .waterproofing-intro__mobile-image {
    display: none;
}


body.admin-bar section.waterproofing-intro {
    margin-top: 92px;
}







@media (max-width: 1199px) {
    section.waterproofing-intro {
        margin-top: 92px;
        padding: 70px 30px;
    }

    section.waterproofing-intro .waterproofing-intro__content {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: center;
        gap: 40px;
    }

    section.waterproofing-intro .waterproofing-intro__text,
    section.waterproofing-intro .waterproofing-intro__image {
        min-height: 380px;
    }

    section.waterproofing-intro .waterproofing-intro__image img {
        width: 100%;
        height: 100%;
        min-height: 380px;
        object-fit: cover;
    }

    section.waterproofing-intro .waterproofing-intro__text h1 {
        max-width: 100%;
        font-size: 38px;
    }

    section.waterproofing-intro .waterproofing-intro__text p {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.65;
    }
}

@media (max-width: 991px) {
    section.waterproofing-intro {
        margin-top: 82px;
    }

    section.waterproofing-intro .waterproofing-intro__content {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: center;
        gap: 30px;
    }

    section.waterproofing-intro .waterproofing-intro__text,
    section.waterproofing-intro .waterproofing-intro__image {
        min-height: 350px;
    }

    section.waterproofing-intro .waterproofing-intro__image img {
        width: 100%;
        height: 100%;
        min-height: 350px;
        object-fit: cover;
    }

    section.waterproofing-intro .waterproofing-intro__text h1 {
        font-size: 32px;
    }

    section.waterproofing-intro .waterproofing-intro__text p {
        font-size: 14px;
        line-height: 1.6;
    }
}



@media (max-width: 767px) {
    section.waterproofing-intro {
        
        margin-top: 72px;
        padding: 50px 20px;
    }

    section.waterproofing-intro .waterproofing-intro__content {
        display: block;
    }

    section.waterproofing-intro .waterproofing-intro__text {
        display: block;
        min-height: 0;
        height: auto;
    }

    section.waterproofing-intro .waterproofing-intro__text h1 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
        font-size: 30px;
        line-height: 1.2;
    }

    section.waterproofing-intro .waterproofing-intro__text p {
        width: 100%;
        max-width: 100%;
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 1.6;
    }

    section.waterproofing-intro .waterproofing-intro__image {
        display: none;
    }

    section.waterproofing-intro .waterproofing-intro__mobile-image {
        display: block;
        width: 100%;
        margin-bottom: 25px;
        overflow: hidden;
    }

    section.waterproofing-intro .waterproofing-intro__mobile-image img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width: 575px) {
    section.waterproofing-intro {
        margin-top: 68px;
    }

    section.waterproofing-intro .waterproofing-intro__text h1 {
        font-size: 27px;
    }
}





section.waterproofing-assessment {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 100px 30px;
    background-color: #ffffff;
}

section.waterproofing-assessment .waterproofing-assessment__container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

section.waterproofing-assessment .waterproofing-assessment__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 70px;
    width: 100%;
}



section.waterproofing-assessment .waterproofing-assessment__image {
    width: 100%;
    min-width: 0;
    min-height: 450px;
    overflow: hidden;
}

section.waterproofing-assessment .waterproofing-assessment__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 450px;
    object-fit: cover;
    object-position: center;
}



section.waterproofing-assessment .waterproofing-assessment__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 450px;
}

section.waterproofing-assessment .waterproofing-assessment__text h2 {
    width: 100%;
    max-width: 800px;
    margin: 0 0 24px;

    color: #078738;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.3px;
}

section.waterproofing-assessment .waterproofing-assessment__text p {
    width: 100%;
    max-width: 800px;
    margin: 0 0 24px;

    color: #242424;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}



section.waterproofing-assessment .waterproofing-assessment__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;

    min-width: 240px;
    min-height: 50px;
    padding: 13px 20px;

    border: 1px solid #00a63c;
    background-color: #00a63c;
    color: #ffffff;

    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;

    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease;
}

section.waterproofing-assessment .waterproofing-assessment__button:hover,
section.waterproofing-assessment .waterproofing-assessment__button:focus {
    border-color: #087f35;
    background-color: #087f35;
    color: #ffffff;
    text-decoration: none;
}



@media (min-width: 1367px) {
    section.waterproofing-assessment .waterproofing-assessment__content {
        gap: 75px;
    }

    section.waterproofing-assessment .waterproofing-assessment__image,
    section.waterproofing-assessment .waterproofing-assessment__text {
        min-height: 450px;
    }

    section.waterproofing-assessment .waterproofing-assessment__image img {
        min-height: 450px;
    }
}







@media (max-width: 1199px) {
    section.waterproofing-assessment {
        padding: 70px 30px;
    }

    section.waterproofing-assessment .waterproofing-assessment__content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
    }

    section.waterproofing-assessment .waterproofing-assessment__image,
    section.waterproofing-assessment .waterproofing-assessment__text {
        min-height: 380px;
    }

    section.waterproofing-assessment .waterproofing-assessment__image img {
        min-height: 380px;
    }

    section.waterproofing-assessment .waterproofing-assessment__text h2 {
        max-width: 100%;
        margin-bottom: 20px;
        font-size: 34px;
    }

    section.waterproofing-assessment .waterproofing-assessment__text p {
        max-width: 100%;
        margin-bottom: 22px;
        font-size: 15px;
        line-height: 1.65;
    }

    section.waterproofing-assessment .waterproofing-assessment__button {
        min-width: 220px;
        min-height: 48px;
        padding: 12px 18px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    section.waterproofing-assessment .waterproofing-assessment__content {
        gap: 30px;
    }

    section.waterproofing-assessment .waterproofing-assessment__image,
    section.waterproofing-assessment .waterproofing-assessment__text {
        min-height: 350px;
    }

    section.waterproofing-assessment .waterproofing-assessment__image img {
        min-height: 350px;
    }

    section.waterproofing-assessment .waterproofing-assessment__text h2 {
        font-size: 30px;
    }

    section.waterproofing-assessment .waterproofing-assessment__text p {
        font-size: 14px;
        line-height: 1.6;
    }
}



@media (max-width: 767px) {
    section.waterproofing-assessment {
        padding: 50px 20px;
    }

    section.waterproofing-assessment .waterproofing-assessment__content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    section.waterproofing-assessment .waterproofing-assessment__image {
        min-height: 0;
        height: auto;
    }

    section.waterproofing-assessment .waterproofing-assessment__image img {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 3 / 2;
        object-fit: cover;
        object-position: center;
    }

    section.waterproofing-assessment .waterproofing-assessment__text {
        display: block;
        min-height: 0;
        height: auto;
    }

    section.waterproofing-assessment .waterproofing-assessment__text h2 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 18px;
        font-size: 30px;
        line-height: 1.2;
    }

    section.waterproofing-assessment .waterproofing-assessment__text p {
        width: 100%;
        max-width: 100%;
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 1.6;
    }

    section.waterproofing-assessment .waterproofing-assessment__button {
        width: 100%;
        min-width: 0;
        min-height: 46px;
        padding: 12px 18px;
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    section.waterproofing-assessment .waterproofing-assessment__text h2 {
        font-size: 27px;
    }

    section.waterproofing-assessment .waterproofing-assessment__button {
        width: 100%;
    }
}







section.waterproofing-applications {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 100px 30px;
    background-color: #191718;
}

section.waterproofing-applications .waterproofing-applications__container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}



section.waterproofing-applications .waterproofing-applications__header {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 55px;
    text-align: center;
}

section.waterproofing-applications .waterproofing-applications__header h2 {
    margin: 0 0 18px;
    color: #00a83b;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

section.waterproofing-applications .waterproofing-applications__header p {
    margin: 0 auto;
    color: #f1f1f1;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}



section.waterproofing-applications .waterproofing-applications__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 55px 30px;
    width: 100%;
}



section.waterproofing-applications .waterproofing-applications__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    height: 100%;
    margin: 0;
}

section.waterproofing-applications .waterproofing-applications__image {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

section.waterproofing-applications .waterproofing-applications__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



section.waterproofing-applications .waterproofing-applications__card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
    padding: 24px 10px 0;
    text-align: center;
}

section.waterproofing-applications .waterproofing-applications__card h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    margin: 0 0 25px;

    color: #00a83b;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
}

section.waterproofing-applications .waterproofing-applications__card p {
    width: 100%;
    max-width: 375px;
    min-height: 190px; /* equal paragraph height */
    margin: 0 auto;

    color: #f1f1f1;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;

    text-align: center;
}

/*
section.waterproofing-applications .waterproofing-applications__card:nth-child(4) p {
    padding-top: 28px;
}
*/  







@media (max-width: 1199px) {
    section.waterproofing-applications {
        padding: 70px 30px;
    }

    section.waterproofing-applications .waterproofing-applications__header {
        max-width: 760px;
        margin-bottom: 45px;
    }

    section.waterproofing-applications .waterproofing-applications__header h2 {
        font-size: 34px;
    }

    section.waterproofing-applications .waterproofing-applications__header p {
        font-size: 15px;
    }

    section.waterproofing-applications .waterproofing-applications__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 45px 30px;
    }

    section.waterproofing-applications .waterproofing-applications__image {
        height: 330px;
    }

    section.waterproofing-applications .waterproofing-applications__card h3 {
        min-height: 55px;
        font-size: 22px;
    }

    section.waterproofing-applications .waterproofing-applications__card p {
        max-width: 100%;
        min-height: 105px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    section.waterproofing-applications .waterproofing-applications__header h2 {
        font-size: 30px;
    }

    section.waterproofing-applications .waterproofing-applications__image {
        height: 290px;
    }
}



@media (max-width: 767px) {
    section.waterproofing-applications {
        padding: 50px 20px;
    }

    section.waterproofing-applications .waterproofing-applications__header {
        max-width: 100%;
        margin-bottom: 35px;
    }

    section.waterproofing-applications .waterproofing-applications__header h2 {
        margin-bottom: 15px;
        font-size: 30px;
    }

    section.waterproofing-applications .waterproofing-applications__header p {
        font-size: 14px;
        line-height: 1.6;
    }

    section.waterproofing-applications .waterproofing-applications__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    section.waterproofing-applications .waterproofing-applications__image {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    section.waterproofing-applications .waterproofing-applications__card-content {
        padding: 20px 0 0;
    }

    section.waterproofing-applications .waterproofing-applications__card h3 {
        min-height: 0;
        margin-bottom: 14px;
        font-size: 23px;
    }

    section.waterproofing-applications .waterproofing-applications__card p {
        min-height: 0;
        max-width: 100%;
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 575px) {
    section.waterproofing-applications .waterproofing-applications__header h2 {
        font-size: 27px;
    }

    section.waterproofing-applications .waterproofing-applications__card h3 {
        font-size: 21px;
    }
}





section.waterproofing-benefits {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 100px 30px;
    background-color: #ffffff;
}

section.waterproofing-benefits .waterproofing-benefits__container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

section.waterproofing-benefits .waterproofing-benefits__content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

section.waterproofing-benefits .waterproofing-benefits__content h2 {
    margin: 0 0 25px;

    color: #00a83b;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.15;
}

section.waterproofing-benefits .waterproofing-benefits__content p {
    margin: 0 auto 18px;
    max-width: 1100px;

    color: #242424;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}

section.waterproofing-benefits .waterproofing-benefits__content p:last-child {
    margin-bottom: 0;
}



@media (max-width: 1199px) {
    section.waterproofing-benefits {
        padding: 70px 30px;
    }

    section.waterproofing-benefits .waterproofing-benefits__content h2 {
        font-size: 34px;
    }

    section.waterproofing-benefits .waterproofing-benefits__content p {
        font-size: 15px;
    }
}



@media (max-width: 767px) {
    section.waterproofing-benefits {
        padding: 50px 20px;
    }

    section.waterproofing-benefits .waterproofing-benefits__content h2 {
        font-size: 30px;
        margin-bottom: 18px;
    }

    section.waterproofing-benefits .waterproofing-benefits__content p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 575px) {
    section.waterproofing-benefits .waterproofing-benefits__content h2 {
        font-size: 27px;
    }
}






section.waterproofing-industries {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 100px 30px;
    background-color: #191718;
}

section.waterproofing-industries .waterproofing-industries__container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}



section.waterproofing-industries .waterproofing-industries__intro {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 70px;
    width: 100%;
    margin-bottom: 55px;
}

section.waterproofing-industries .waterproofing-industries__image {
    width: 100%;
    min-width: 0;
    min-height: 500px;
    overflow: hidden;
}

section.waterproofing-industries .waterproofing-industries__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    object-position: center;
}

section.waterproofing-industries .waterproofing-industries__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 430px;
}

section.waterproofing-industries .waterproofing-industries__text h2 {
    width: 100%;
    max-width: 700px;
    margin: 0 0 24px;

    color: #00a83b;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.15;
}

section.waterproofing-industries .waterproofing-industries__text p {
    width: 100%;
    max-width: 700px;
    margin: 0;

    color: #f1f1f1;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}



section.waterproofing-industries .waterproofing-industries__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 30px;
    width: 100%;
}



section.waterproofing-industries .waterproofing-industries__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 390px;
    padding: 36px 30px;

    background-color: #ffffff;
    text-align: center;
}

section.waterproofing-industries .waterproofing-industries__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;

    color: #1a1a1a;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 10px;
}

section.waterproofing-industries .waterproofing-industries__card h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    margin: 10px 0 10px;

    color: #078738;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
}

section.waterproofing-industries .waterproofing-industries__card p {
    width: 100%;
    max-width: 480px;
    min-height: 360px;
    margin: 0 auto;

    color: #242424;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
}







@media (max-width: 1199px) {
    section.waterproofing-industries {
        padding: 70px 30px;
    }

    section.waterproofing-industries .waterproofing-industries__intro {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
        margin-bottom: 45px;
    }

    section.waterproofing-industries .waterproofing-industries__image,
    section.waterproofing-industries .waterproofing-industries__text {
        min-height: 360px;
    }

    section.waterproofing-industries .waterproofing-industries__image img {
        min-height: 360px;
    }

    section.waterproofing-industries .waterproofing-industries__text h2 {
        font-size: 34px;
    }

    section.waterproofing-industries .waterproofing-industries__text p {
        font-size: 15px;
        line-height: 1.65;
    }

    section.waterproofing-industries .waterproofing-industries__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }

    section.waterproofing-industries .waterproofing-industries__card {
        min-height: 360px;
    }

    section.waterproofing-industries .waterproofing-industries__card p {
        max-width: 100%;
        min-height: 210px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    section.waterproofing-industries .waterproofing-industries__intro {
        gap: 30px;
    }

    section.waterproofing-industries .waterproofing-industries__image,
    section.waterproofing-industries .waterproofing-industries__text {
        min-height: 330px;
    }

    section.waterproofing-industries .waterproofing-industries__image img {
        min-height: 330px;
    }

    section.waterproofing-industries .waterproofing-industries__text h2 {
        font-size: 30px;
    }

    section.waterproofing-industries .waterproofing-industries__card h3 {
        font-size: 22px;
    }
}



@media (max-width: 767px) {
    section.waterproofing-industries {
        padding: 50px 20px;
    }

    section.waterproofing-industries .waterproofing-industries__intro {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 40px;
    }

    section.waterproofing-industries .waterproofing-industries__image {
        min-height: 0;
        height: auto;
    }

    section.waterproofing-industries .waterproofing-industries__image img {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    section.waterproofing-industries .waterproofing-industries__text {
        display: block;
        min-height: 0;
        height: auto;
    }

    section.waterproofing-industries .waterproofing-industries__text h2 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 18px;
        font-size: 30px;
    }

    section.waterproofing-industries .waterproofing-industries__text p {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        line-height: 1.6;
    }

    section.waterproofing-industries .waterproofing-industries__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    section.waterproofing-industries .waterproofing-industries__card {
        min-height: 0;
        padding: 32px 22px;
    }

    section.waterproofing-industries .waterproofing-industries__card h3 {
        min-height: 0;
        margin-bottom: 14px;
        font-size: 23px;
    }

    section.waterproofing-industries .waterproofing-industries__card p {
        min-height: 0;
        max-width: 100%;
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 575px) {
    section.waterproofing-industries .waterproofing-industries__text h2 {
        font-size: 27px;
    }

    section.waterproofing-industries .waterproofing-industries__card h3 {
        font-size: 21px;
    }
}






section.waterproofing-why-choose {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 100px 30px;
    background-color: #ffffff;
}

section.waterproofing-why-choose .waterproofing-why-choose__container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

section.waterproofing-why-choose .waterproofing-why-choose__content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

section.waterproofing-why-choose .waterproofing-why-choose__content h2 {
    margin: 0 0 28px;

    color: #078738;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.3px;
}

section.waterproofing-why-choose .waterproofing-why-choose__content p {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 24px;

    color: #242424;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}

section.waterproofing-why-choose .waterproofing-why-choose__content p:last-child {
    margin-bottom: 0;
}







@media (max-width: 1199px) {
    section.waterproofing-why-choose {
        padding: 70px 30px;
    }

    section.waterproofing-why-choose .waterproofing-why-choose__content {
        max-width: 850px;
    }

    section.waterproofing-why-choose .waterproofing-why-choose__content h2 {
        margin-bottom: 22px;
        font-size: 34px;
    }

    section.waterproofing-why-choose .waterproofing-why-choose__content p {
        max-width: 820px;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.65;
    }
}

@media (max-width: 991px) {
    section.waterproofing-why-choose .waterproofing-why-choose__content h2 {
        font-size: 30px;
    }

    section.waterproofing-why-choose .waterproofing-why-choose__content p {
        font-size: 14px;
        line-height: 1.6;
    }
}



@media (max-width: 767px) {
    section.waterproofing-why-choose {
        padding: 50px 20px;
    }

    section.waterproofing-why-choose .waterproofing-why-choose__content {
        max-width: 100%;
    }

    section.waterproofing-why-choose .waterproofing-why-choose__content h2 {
        margin-bottom: 18px;
        font-size: 30px;
        line-height: 1.2;
    }

    section.waterproofing-why-choose .waterproofing-why-choose__content p {
        width: 100%;
        max-width: 100%;
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 575px) {
    section.waterproofing-why-choose .waterproofing-why-choose__content h2 {
        font-size: 27px;
    }
}






section.waterproofing-final-cta {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 100px 30px;

    background-color: #00883d;
    background-image:
        linear-gradient(
            rgba(0, 136, 61, 0.93),
            rgba(0, 136, 61, 0.93)
        ),
        url("../../assets/images/Waterproof/waterproofingproject-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.waterproofing-final-cta .waterproofing-final-cta__container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

section.waterproofing-final-cta .waterproofing-final-cta__content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

section.waterproofing-final-cta .waterproofing-final-cta__content h2 {
    margin: 0 0 24px;

    color: #ffffff;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.3px;
}

section.waterproofing-final-cta .waterproofing-final-cta__content p {
    width: 100%;
    max-width: 950px;
    margin: 0 auto 30px;

    color: #ffffff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}

section.waterproofing-final-cta .waterproofing-final-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 270px;
    min-height: 50px;
    padding: 13px 22px;

    border: 1px solid #ffffff;
    border-radius: 3px;
    background-color: #ffffff;
    color: #078738;

    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;

    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease;
}








@media (max-width: 1199px) {
    section.waterproofing-final-cta {
        padding: 70px 30px;
    }

    section.waterproofing-final-cta .waterproofing-final-cta__content {
        max-width: 800px;
    }

    section.waterproofing-final-cta .waterproofing-final-cta__content h2 {
        margin-bottom: 20px;
        font-size: 34px;
    }

    section.waterproofing-final-cta .waterproofing-final-cta__content p {
        max-width: 700px;
        margin-bottom: 26px;
        font-size: 15px;
        line-height: 1.65;
    }

    section.waterproofing-final-cta .waterproofing-final-cta__button {
        min-width: 235px;
        min-height: 48px;
        padding: 12px 18px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    section.waterproofing-final-cta .waterproofing-final-cta__content h2 {
        font-size: 30px;
    }

    section.waterproofing-final-cta .waterproofing-final-cta__content p {
        font-size: 14px;
        line-height: 1.6;
    }
}



@media (max-width: 767px) {
    section.waterproofing-final-cta {
        padding: 50px 20px;
    }

    section.waterproofing-final-cta .waterproofing-final-cta__content {
        max-width: 100%;
    }

    section.waterproofing-final-cta .waterproofing-final-cta__content h2 {
        margin-bottom: 18px;
        font-size: 30px;
        line-height: 1.2;
    }

    section.waterproofing-final-cta .waterproofing-final-cta__content p {
        width: 100%;
        max-width: 100%;
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 1.6;
    }

    section.waterproofing-final-cta .waterproofing-final-cta__button {
        min-width: 0;
        min-height: 46px;
        padding: 12px 18px;
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    section.waterproofing-final-cta .waterproofing-final-cta__content h2 {
        font-size: 27px;
    }

    section.waterproofing-final-cta .waterproofing-final-cta__button {
        width: 100%;
    }
}





section.waterproofing-faq {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 100px 30px;
    background-color: #ffffff;
}

section.waterproofing-faq .waterproofing-faq__container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}



section.waterproofing-faq .waterproofing-faq__header {
    width: 100%;
    margin-bottom: 45px;
    text-align: center;
}

section.waterproofing-faq .waterproofing-faq__header h2 {
    margin: 0;
    color: #078738;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.3px;
}



section.waterproofing-faq .waterproofing-faq__list {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

section.waterproofing-faq .waterproofing-faq__item {
    width: 100%;
    margin-bottom: 22px;
    background-color: #f1f1f1;
}

section.waterproofing-faq .waterproofing-faq__item:last-child {
    margin-bottom: 0;
}



section.waterproofing-faq .waterproofing-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;

    width: 100%;
    padding: 25px 20px 25px;

    border: 0;
    background: transparent;
    color: #078738;
    cursor: pointer;

    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
}

section.waterproofing-faq .waterproofing-faq__question span:first-child {
    flex: 1;
    min-width: 0;
}

section.waterproofing-faq .waterproofing-faq__icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;

    width: 24px;
    height: 24px;

    color: #242424;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}



section.waterproofing-faq .waterproofing-faq__answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 20px;

    transition:
        max-height 0.4s ease,
        opacity 0.3s ease,
        padding 0.4s ease;
}

section.waterproofing-faq .waterproofing-faq__item.is-open
.waterproofing-faq__answer {
    max-height: 300px;
    opacity: 1;
    padding: 0 20px 22px;
}

section.waterproofing-faq .waterproofing-faq__answer p {
    width: 100%;
    margin: 0;

    color: #242424;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}


section.waterproofing-faq .waterproofing-faq__icon {
    transition: transform 0.3s ease;
}

section.waterproofing-faq .waterproofing-faq__item.is-open
.waterproofing-faq__icon {
    transform: rotate(180deg);
}

section.waterproofing-faq .waterproofing-faq__answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 20px;

    transition:
        max-height 0.4s ease,
        opacity 0.3s ease,
        padding 0.4s ease;
}

section.waterproofing-faq .waterproofing-faq__item.is-open .waterproofing-faq__answer {
    max-height: 300px;
    opacity: 1;
    padding: 0 20px 22px;
}

section.waterproofing-faq .waterproofing-faq__icon {
    transition: transform 0.3s ease;
}





@media (max-width: 1199px) {
    section.waterproofing-faq {
        padding: 70px 30px;
    }

    section.waterproofing-faq .waterproofing-faq__header {
        margin-bottom: 35px;
    }

    section.waterproofing-faq .waterproofing-faq__header h2 {
        font-size: 34px;
    }

    section.waterproofing-faq .waterproofing-faq__question {
        padding: 20px 18px 10px;
        font-size: 19px;
    }

    section.waterproofing-faq .waterproofing-faq__answer {
        padding: 0 18px 20px;
    }

    section.waterproofing-faq .waterproofing-faq__answer p {
        font-size: 15px;
        line-height: 1.65;
    }
}

@media (max-width: 991px) {
    section.waterproofing-faq .waterproofing-faq__header h2 {
        font-size: 30px;
    }

    section.waterproofing-faq .waterproofing-faq__question {
        font-size: 18px;
    }

    section.waterproofing-faq .waterproofing-faq__answer p {
        font-size: 14px;
        line-height: 1.6;
    }
}



@media (max-width: 767px) {
    section.waterproofing-faq {
        padding: 50px 20px;
    }

    section.waterproofing-faq .waterproofing-faq__header {
        margin-bottom: 30px;
    }

    section.waterproofing-faq .waterproofing-faq__header h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    section.waterproofing-faq .waterproofing-faq__item {
        margin-bottom: 16px;
    }

    section.waterproofing-faq .waterproofing-faq__question {
        align-items: flex-start;
        gap: 15px;
        padding: 18px 16px 10px;
        font-size: 18px;
        line-height: 1.35;
    }

    section.waterproofing-faq .waterproofing-faq__answer {
        padding: 0 16px 18px;
    }

    section.waterproofing-faq .waterproofing-faq__answer p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 575px) {
    section.waterproofing-faq .waterproofing-faq__header h2 {
        font-size: 27px;
    }

    section.waterproofing-faq .waterproofing-faq__question {
        font-size: 17px;
    }
}






html,
body {
    margin: 0 !important;
    padding: 0 !important;
}


header,
.site-header,
.header-wrapper,
.header-container,
.navbar-wrapper,
.navbar-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


main.waterproofing-page,
section.waterproofing-intro {
    margin-top: 0 !important;
}


section.waterproofing-intro {
    padding: 100px 30px !important;
}


body.admin-bar .site-header,
body.admin-bar header {
    margin-top: 0 !important;
}



html,
body {
    margin: 0 !important;
    padding: 0 !important;
}

main.waterproofing-page {
    margin: 0 !important;
    padding: 0 !important;
}


section.waterproofing-intro {
    margin-top: -60px !important;
    padding: 160px 30px 100px !important;
}





@media (min-width: 1200px) {
    section.waterproofing-intro .waterproofing-intro__content {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr) !important;
        gap: 60px !important;
    }

    section.waterproofing-intro .waterproofing-intro__text h1 {
        max-width: 760px !important;
    }

    section.waterproofing-intro .waterproofing-intro__text p {
        max-width: 700px !important;
    }
}



@media (min-width: 1200px) {
    section.waterproofing-assessment .waterproofing-assessment__content {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) !important;
        gap: 50px !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__text h2 {
        max-width: 900px !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__text p {
        max-width: 850px !important;
    }
}






@media (min-width: 1200px) {
    section.waterproofing-assessment .waterproofing-assessment__container {
        max-width: 1500px !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__content {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr) !important;
        gap: 60px !important;
        align-items: stretch !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__image,
    section.waterproofing-assessment .waterproofing-assessment__text {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 500px !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__image img {
        width: 100% !important;
        height: 100% !important;
        min-height: 500px !important;
        object-fit: cover !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__text {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__text h2 {
        width: 100% !important;
        max-width: 760px !important;
        white-space: nowrap !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__text p {
        width: 100% !important;
        max-width: 700px !important;
    }
}



@media (min-width: 1200px) {

    section.waterproofing-assessment .waterproofing-assessment__content{
        grid-template-columns: 1fr 1.25fr !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__text h2{
        white-space: nowrap !important;
        width: max-content !important;
        max-width: none !important;
    }

}






@media (min-width: 1200px) {
    section.waterproofing-assessment .waterproofing-assessment__content {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr) !important;
        gap: 60px !important;
        align-items: stretch !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__image,
    section.waterproofing-assessment .waterproofing-assessment__text {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 500px !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__image img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 500px !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__text {
        max-width: none !important;
        justify-content: center !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__text h2 {
        width: max-content !important;
        max-width: none !important;
        white-space: nowrap !important;
        font-size: 45px !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__text p {
        width: 100% !important;
        max-width: 700px !important;
    }
}










@media (min-width:768px) and (max-width:1199px){

    /* SECTION 1 */

    section.waterproofing-intro .waterproofing-intro__content{
        display:flex !important;
        flex-direction:column !important;
        gap:30px !important;
    }

    section.waterproofing-intro .waterproofing-intro__text{
        order:1;
        min-height:auto !important;
    }

    section.waterproofing-intro .waterproofing-intro__image{
        order:2;
        min-height:auto !important;
    }

    section.waterproofing-intro .waterproofing-intro__image img{
        width:100% !important;
        height:auto !important;
        min-height:auto !important;
        display:block !important;
    }

    section.waterproofing-intro .waterproofing-intro__text h1{
        max-width:100% !important;
        font-size:38px !important;
    }

    section.waterproofing-intro .waterproofing-intro__text p{
        max-width:100% !important;
    }

    

    section.waterproofing-assessment .waterproofing-assessment__content{
        display:flex !important;
        flex-direction:column !important;
        gap:30px !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__image{
        order:1;
        min-height:auto !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__text{
        order:2;
        min-height:auto !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__image img{
        width:100% !important;
        height:auto !important;
        min-height:auto !important;
        display:block !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__text h2{
        max-width:100% !important;
        white-space:normal !important;
        font-size:38px !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__text p{
        max-width:100% !important;
    }
}






@media (min-width: 1200px) {
    section.waterproofing-assessment {
        overflow: hidden !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__text {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: visible !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__text h2 {
        width: 100% !important;
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        margin-right: 0 !important;
    }
}


@media (min-width: 1200px) and (max-width: 1366px) {
    section.waterproofing-assessment .waterproofing-assessment__text h2 {
        font-size: 36px !important;
        line-height: 1.15 !important;
    }
}


@media (min-width: 1367px) and (max-width: 1499px) {
    section.waterproofing-assessment .waterproofing-assessment__text h2 {
        font-size: 40px !important;
        line-height: 1.15 !important;
    }
}


@media (min-width: 1500px) {
    section.waterproofing-assessment .waterproofing-assessment__text h2 {
        width: max-content !important;
        max-width: none !important;
        white-space: nowrap !important;
        font-size: 45px !important;
    }
}






@media (max-width:1199px){

    section.waterproofing-assessment .waterproofing-assessment__content{
        display:flex !important;
        flex-direction:column !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__text{
        display:contents !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__text h2{
        order:1;
    }

    section.waterproofing-assessment .waterproofing-assessment__text p{
        order:2;
    }

    section.waterproofing-assessment .waterproofing-assessment__image{
        order:3;
    }

    section.waterproofing-assessment .waterproofing-assessment__button{
        order:4;
        align-self:flex-start;
        margin-top:20px;
    }

    section.waterproofing-assessment .waterproofing-assessment__image img{
        width:100%;
        height:auto;
        display:block;
    }
}







@media (max-width: 1199px) {

    section.waterproofing-industries
    .waterproofing-industries__intro {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
        margin-bottom: 45px !important;
    }

    
    section.waterproofing-industries
    .waterproofing-industries__text {
        order: 1 !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 0 !important;
        height: auto !important;
    }

    section.waterproofing-industries
    .waterproofing-industries__text h2 {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 20px !important;
        white-space: normal !important;
    }

    section.waterproofing-industries
    .waterproofing-industries__text p {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

   
    section.waterproofing-industries
    .waterproofing-industries__image {
        order: 2 !important;
        width: 100% !important;
        min-height: 0 !important;
        height: auto !important;
        overflow: hidden !important;
    }

    section.waterproofing-industries
    .waterproofing-industries__image img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 16 / 9 !important;
        object-fit: cover !important;
        object-position: center !important;
    }
}


@media (max-width: 767px) {

    section.waterproofing-industries
    .waterproofing-industries__intro {
        gap: 25px !important;
        margin-bottom: 40px !important;
    }

    section.waterproofing-industries
    .waterproofing-industries__text h2 {
        margin-bottom: 16px !important;
    }

    section.waterproofing-industries
    .waterproofing-industries__image img {
        aspect-ratio: 4 / 3 !important;
    }
}





@media (min-width: 1200px) {

    section.waterproofing-applications
    .waterproofing-applications__card:nth-child(4)
    .waterproofing-applications__card-content,

    section.waterproofing-applications
    .waterproofing-applications__card:nth-child(5)
    .waterproofing-applications__card-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    section.waterproofing-applications
    .waterproofing-applications__card:nth-child(4) h3,

    section.waterproofing-applications
    .waterproofing-applications__card:nth-child(5) h3 {
        min-height: 84px !important;
        margin-bottom: 20px !important;
    }

    section.waterproofing-applications
    .waterproofing-applications__card:nth-child(4) p,

    section.waterproofing-applications
    .waterproofing-applications__card:nth-child(5) p {
        min-height: 0 !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}




/* Tablet */
@media (max-width: 991px) {
    section.waterproofing-intro {
        margin-top: 0 !important;
        padding: 170px 30px 70px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    section.waterproofing-intro {
        margin-top: 0 !important;
        padding: 150px 20px 50px !important;
    }

    section.waterproofing-intro .waterproofing-intro__text h1 {
        margin-top: 15px;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    section.waterproofing-intro {
        padding: 145px 20px 50px !important;
    }
}








@media (min-width: 768px) and (max-width: 1199px) {

    
    section.waterproofing-intro .waterproofing-intro__content{
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        align-items:center !important;
        gap:40px !important;
    }

    section.waterproofing-intro .waterproofing-intro__text,
    section.waterproofing-intro .waterproofing-intro__image{
        order:initial !important;
        display:flex !important;
        min-height:380px !important;
    }

    section.waterproofing-intro .waterproofing-intro__image img{
        width:100% !important;
        height:100% !important;
        min-height:380px !important;
        object-fit:cover !important;
    }

    /* ASSESSMENT */
    section.waterproofing-assessment .waterproofing-assessment__content{
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        align-items:center !important;
        gap:40px !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__text{
        display:flex !important;
        flex-direction:column !important;
        justify-content:center !important;
        order:initial !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__image{
        order:initial !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__image img{
        width:100% !important;
        height:100% !important;
        min-height:380px !important;
        object-fit:cover !important;
    }

    section.waterproofing-assessment .waterproofing-assessment__button{
        align-self:flex-start !important;
        margin-top:20px !important;
    }
}





@media (min-width: 1200px) {

    section.waterproofing-applications .waterproofing-applications__card {
        display: flex;
        flex-direction: column;
    }

    section.waterproofing-applications .waterproofing-applications__card-content {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    section.waterproofing-applications .waterproofing-applications__card h3 {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        min-height: 90px; 
        margin: 0 0 20px;
        line-height: 1.2;
    }

    section.waterproofing-applications .waterproofing-applications__card p {
        margin-top: 0;
    }
}






@media (min-width:768px) and (max-width:1199px){

    section.waterproofing-industries .waterproofing-industries__intro{
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        align-items:center !important;
        gap:40px !important;
        margin-bottom:45px !important;
    }

    section.waterproofing-industries .waterproofing-industries__image,
    section.waterproofing-industries .waterproofing-industries__text{
        order:initial !important;
        min-height:400px !important;
        height:100% !important;
    }

    section.waterproofing-industries .waterproofing-industries__image img{
        width:100% !important;
        height:100% !important;
        min-height:400px !important;
        object-fit:cover !important;
    }

    section.waterproofing-industries .waterproofing-industries__text{
        display:flex !important;
        flex-direction:column !important;
        justify-content:center !important;
    }

    section.waterproofing-industries .waterproofing-industries__text h2{
        max-width:100% !important;
        margin-bottom:20px !important;
        white-space:normal !important;
    }

    section.waterproofing-industries .waterproofing-industries__text p{
        max-width:100% !important;
    }
}