﻿.tile-wrapper {
    background: linear-gradient(to right, #c2d7e8 0%, #eef0ef 56%);
    padding: 30px 0;
}

.tiles {
    display: flex;
    background: #fff;
    width: 48%;
}

.image-wrapper {
    flex: 2;
    background: url("../images/reset-bg.jpg");
    background-size: cover;
    clip-path: polygon(63% 0, 0 0, 0 100%, 63% 100%, 100% 50%);
    min-height: 190px;
}

.image-wrapper img {
    width: 100%;
    clip-path: polygon(63% 0, 0 0, 0 100%, 63% 100%, 100% 50%);
    height: 100%;
    object-fit: cover;
}

.content-space {
    flex: 3;
    margin-left: 30px;
    padding-top: 22px;
    padding-right: 15px;
}

.content-space h5 {
    color: #1f497d;
    font-weight: 600;
    font-size: 20px;
}

.tile-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    gap: 40px;
}

.des {
    text-align: center;
    line-height: 26px;
}

h3.des.field-section-title {
    font-family: 'Noto Serif';
    font-size: 35px;
    font-weight: 400;
}

.product-video-container .video-container {
    padding-bottom: 0;
}

@media (max-width: 1440px) {
    h3.des.field-section-title {
        font-size: 30px;
    }
    .content-space {
        padding-top: 20px;
    }
    .content-space h5 {
        font-size: 18px;
    }
    .image-wrapper {
        min-height: 165px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .culture-text img {
        width: 100%;
        height: auto;
    }

    h3.des.field-section-title {
        line-height: 46px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tiles {
        flex-direction: column;
    }

    .image-wrapper {
        clip-path: none;
    }

    .image-wrapper img {
        clip-path: none;
    }

    .culture-text img {
        width: 100%;
        height: auto;
    }

    h3.des.field-section-title {
        line-height: 46px;
    }
}

@media(max-width:767.98px) {
    .tile-inner-wrap {
        flex-direction: column;
    }

    .tiles {
        width: 100%;
        flex-direction: column;
    }

    .image-wrapper {
        clip-path: none;
    }

    .content-space {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0;
    }

    .image-wrapper {
        clip-path: none;
    }

    .image-wrapper img {
        clip-path: none;
    }

    .intro-banner {
        max-height: max-content !important;
    }

    .intro-banner p.mobile-h5 {
        text-align: left;
    }

    .meet-your-milestone-challenge-block .case-studies-container .owl-stage-outer {
        padding: 15px;
        margin: -15px;
    }

    .culture-text img {
        width: 100%;
        height: auto;
    }

    h3.des.field-section-title {
        font-weight: 400;
        line-height: 35px;
    }

    .downloads-row .challenges-category-intro {
        text-align: left;
    }
}
