.kbtg-newsroom-block
{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: center;
}


.kbtg-newsroom-block-banner
{
    padding: 35px;
    border-radius: 20px;
    box-shadow: 6px 7px 20px rgba(0, 0, 0, 0.1);
    min-height: 225px;
}

.kbtg-newsroom-block-banner-1
{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    
}


.kbtg-newsroom-block-banner-1-left
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.kbtg-newsroom-block-banner-2
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.kbtg-newsroom-block-banner-logo
{
    width: 100px;
    height: auto;
}

h4.kbtg-newsroom-block-banner-title
{
    font-family: 'HelveticaNeueLt', sans-serif;    
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #03A8A9;
    margin-bottom: 0;
}

@media only screen and (max-width : 600px) 
{
    .kbtg-newsroom-block
    {
        grid-template-columns: 1fr;
        gap: 40px;
    }

}

@media only screen and (min-width : 601px) and (max-width : 1024px) 
{
    /* Styles for tablet */
}


@media only screen and (min-width : 1025px) and (max-width : 1380px) 
{
    /* Styles for small desktop */
}


@media only screen and (min-width : 1381px) 
{
    /* Styles for large desktop */
}