.kbtg-images-caption-main-image
{
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 747/350;
    border-radius: 20px;
}


.kbtg-images-caption-secondary-image
{
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 478/241;
    border-radius: 20px;
}

.kbtg-images-caption-container
{
    display: flex;
    margin-top: 30px;
}

.kbtg-images-caption-text
{
    font-family: 'HelveticaNeueBd', Helvetica, Arial, sans-serif;
    background-color: #03A8A9;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 24px;
    padding: 3.6em 1.2em;
    margin-bottom: 0;
    text-align: center;
    margin-right: 30px;
}