.banner-highlight-grey_title {
    grid-row-gap: 2px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.global-padding {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    display: flex;
}

.banner-highlight-grey {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-decoration: none;
    display: flex;
}

.see-more-link {
    color: #000;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: underline;
    transition: all .1s;
}

.see-more-link:hover {
    color: #ff2e3d;
    text-decoration: none;
}

.container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
}

.banner-highlight-grey_text {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.banner-highlight-grey_left {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 36%;
    padding-bottom: 32%;
    text-decoration: none;
    display: flex;
    position: relative;
}

.banner-highlight-grey_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.banner-highlight-grey_right {
    grid-row-gap: 25px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 60%;
    text-decoration: none;
    display: flex;
}

.paragraph-2 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}

.banner-highlight-grey_row {
    grid-column-gap: 40px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.title-4 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
}

.banner-highlight-grey_content {
    grid-row-gap: 30px;
    background-color: #f7f7f7;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 40px;
    text-decoration: none;
    display: flex;
}

@media screen and (min-width: 1280px) {
    .banner-highlight-grey_right {
        grid-row-gap: 40px;
    }

    .paragraph-2 {
        font-size: 18px;
        line-height: 30px;
    }

    .banner-highlight-grey_row {
        grid-column-gap: 60px;
    }

    .title-4 {
        font-size: 30px;
        line-height: 35px;
    }

    .banner-highlight-grey_content {
        padding: 50px;
    }
}

@media screen and (max-width: 991px) {
    .global-padding {
        padding-left: 35px;
        padding-right: 35px;
    }

    .banner-highlight-grey_left {
        width: 100%;
        padding-bottom: 60%;
    }

    .banner-highlight-grey_right {
        grid-row-gap: 20px;
        width: 100%;
    }

    .paragraph-2 {
        font-size: 16px;
        line-height: 26px;
    }

    .banner-highlight-grey_row {
        grid-row-gap: 30px;
        flex-flow: column;
    }

    .title-4 {
        font-size: 23px;
        line-height: 28px;
    }

    .banner-highlight-grey_content {
        padding: 35px 30px;
    }
}

@media screen and (max-width: 767px) {
    .global-padding {
        padding-left: 25px;
        padding-right: 25px;
    }

    .banner-highlight-grey {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .see-more-link {
        font-size: 14px;
        line-height: 20px;
    }

    .paragraph-2 {
        font-size: 15px;
        line-height: 24px;
    }

    .title-4 {
        font-size: 20px;
        line-height: 25px;
    }

    .title-4.is-bold {
        font-size: 22px;
        line-height: 27px;
    }
}

@media screen and (max-width: 479px) {
    .global-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-highlight-grey {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .see-more-link {
        font-size: 13px;
        line-height: 19px;
    }

    .banner-highlight-grey_right {
        grid-row-gap: 15px;
    }

    .paragraph-2 {
        font-size: 14px;
        line-height: 23px;
    }

    .banner-highlight-grey_row {
        grid-row-gap: 25px;
    }

    .title-4 {
        font-size: 18px;
        line-height: 23px;
    }

    .title-4.is-bold {
        font-size: 20px;
        line-height: 25px;
    }

    .banner-highlight-grey_content {
        padding: 30px 25px;
    }
}