.half-text-box-text {
    position: relative;
    background: linear-gradient(to bottom,  rgba(2,40,54,1) 0%,rgba(3,48,65,1) 50%,rgba(2,40,54,1) 100%);
    padding: 75px 0 80px 0;
    z-index: 1;
    overflow: hidden;
}

.half-text,
.half-text h2 {
    color: var( --color-white );
}

.half-text__title {
    color: var( --color-white );
    background-color: var( --color-light-blue-02 );
    border-radius: 0 13px 13px 0;
    font-size: 22px;
    line-height: 1em;
    margin: 0 0 15px 0;
    padding:8px 56px 10px 0;
    position: relative;
    font-weight: 700;
    font-style: italic;
    display: inline-block;
    z-index: 1;
}

.half-text__title > :is(h2, h3, h4, h5)  {
    font-size: 22px;
    line-height: 1em;
    font-weight: 700;
    font-style: italic;
    margin: 0;
    padding: 0;
    color: var(--color-white);
}

.half-text__title::before {
    content: '';
    position: absolute;
    top: 0;
    left: -3050px;
    width: 3051px;
    height: 100%;
    background-color: var( --color-light-blue-02 );
    z-index: -1;
}

.box-text {
    margin: 30px 0 0 0;
    background-color: var( --color-white );
    border-radius: 13px;
    padding: 25px 30px 30px 30px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.25);
}

.box-text h4 {
    font-size: 22px;
    color: #033041;
    font-weight: 700;
    font-style: italic;
    padding-bottom: 5px;
    margin: 0;
}

.box-text h5 {
    font-size: 17px;
    color: var( --color-green );
    font-weight: 700;
    font-style: italic;
    padding-bottom: 12px;
    margin: 0;
}

.box-text__bttn .btn {
    margin-bottom: 20px;
}

.g-logo {
    position: absolute;
    right: -16px;
    bottom: 592px;
    width: 203px;
    z-index: -1;
}

@media (min-width: 768px) {
    .half-text-box-text {
        padding: 80px 0;
    }
    
    .box-text {
        margin: 50px 0 0 0;
        padding: 55px 50px;
    }
    
    .box-text h4 {
        font-size: 22px;
        color: #033041;
        font-weight: 700;
        font-style: italic;
        padding-bottom: 5px;
        margin: 0;
    }
    
    .box-text h5 {
        font-size: 17px;
        color: var( --color-green );
        font-weight: 700;
        font-style: italic;
        padding-bottom: 12px;
        margin: 0;
    }
    
    .box-text__bttn .btn {
        margin-bottom: 0;
        margin-right: 26px;
    }
    
    .g-logo {
        left: -9px;
        bottom: -12px;
    }
}


@media (min-width: 1200px) {
    .half-text-box-text {
        padding: 62px 0;
    }
    
    .half-flex {
        align-items: center;
    }
    
    .box-text {
        margin: 0 0 0 auto;
        padding: 55px 50px;
        max-width: 583px;
    }
    
    .box-text h4 {
        font-size: 22px;
        color: #033041;
        font-weight: 700;
        font-style: italic;
        padding-bottom: 5px;
        margin: 0;
    }
    
    .box-text h5 {
        font-size: 17px;
        color: var( --color-green );
        font-weight: 700;
        font-style: italic;
        padding-bottom: 12px;
        margin: 0;
    }
    
    .box-text__bttn .btn {
        margin-bottom: 0;
        margin-right: 25px;
    }
    
    .g-logo {
        left: -9px;
        bottom: -12px;
    }
}