#DLI_GTC_wrap {
    background-color: #eee;
    width: 100%;
}

#DLI_GTC {
    display: block;
    background-color: #eee;
    display: flex;
    background-repeat: no-repeat;
}

    #DLI_GTC h3, #DLI_GTC p {
        color: #000;
    }

@media (min-width: 1350px) {
    #DLI_GTC {
        min-width: 1290px;
        background-size: auto 94% !important;
        padding-right: 0 !important;
    }

        #DLI_GTC .GTC_text {
            max-width: 1290px;
        }

        #DLI_GTC h3 {
            font-size: 32px;
            font-weight: 600;
            margin-top: 30px;
        }
}

@media (max-width: 1349px) and (min-width: 1024px) {
    #DLI_GTC {
        background-size: auto 90%;
    }

        #DLI_GTC h3 {
            font-size: 28px;
        }
}

@media (max-width: 1023px) and (min-width: 992px) {
    #DLI_GTC_wrap .container {
        padding-right: 0;
        padding-left: 0;
    }

    #DLI_GTC {
        background-size: auto 85%;
    }

        #DLI_GTC h3 {
            font-size: 24px;
        }
}

@media (min-width: 992px) {
    #DLI_GTC_wrap .container { 
        padding-right: 0;
        padding-left: 0;
    }

    #DLI_GTC {
        background-image: url('../images/DLI_GTC_202209_1L.webp');
        background-position: 100% 0;
        padding-right: 80px;
        background-size: auto 86%;
    }

        #DLI_GTC .GTC_logo {
            width: 160px;
            height: 102px;
        }

        #DLI_GTC .GTC_text {
            width: calc(70% - 180px);
            margin-left: 15px;
        }

        #DLI_GTC h3 {
            font-weight: 600;
            margin-top: 30px;
        }
}

@media (max-width: 991px) and (min-width: 768px) {
    #DLI_GTC_wrap .container {
        padding-right: 0;
        padding-left: 0;
    }

    #DLI_GTC {
        background-image: url('../images/DLI_GTC_202209_1V.webp');
        background-position: 100% 5%;
        min-height: 355px;
    }

        #DLI_GTC .GTC_logo {
            width: 122px;
            height: 78px;
        }

        #DLI_GTC .GTC_text {
            width: calc(50vw - 30px);
            margin-left: 20px;
        }

        #DLI_GTC h3 {
            font-weight: 600;
            margin-top: 25px;
            font-size: 22px;
        }

        #DLI_GTC h3, #DLI_GTC p {
            margin-bottom: 30px;
        }
}

@media (min-width: 768px) {
    #DLI_GTC {
        height: 306px;
    }    
    #DLI_GTC p {
        font-size: 15px;
        line-height: 1.667em;
        font-weight: 400;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    #DLI_GTC_wrap .container {
        padding-right: 0;
        padding-left: 0;
    }
    #DLI_GTC {
        flex-direction: column;
        background-image: url('../images/DLI_GTC_202209_1L.webp');
        background-position: 50% 95%;
        min-height: 585px;
        background-size: auto 280px;
    }
    #DLI_GTC h3 { margin-top: 30px; margin-bottom:15px; font-size: 22px; font-weight: 500;}
    #DLI_GTC .GTC_text {
        width: calc(90%);
        margin: 0 auto;
    }
    #DLI_GTC .GTC_logo {
        width: 122px;
        height: 78px;
    }

    #DLI_GTC p {
        font-size: 14px;
        line-height: 1.667em;
        font-weight: 400;
        padding-bottom: 20px;
    }
}