.tsinf-company-profile {
    margin: 0 0 120px 0;
}

.tsinf-company-profile .profile-image {
    
    background-position: center center;

    background-repeat: no-repeat no-repeat;

    background-size: cover;

    height: 100%;

    position: relative;

    width: 100%;

}

.tsinf-company-profile .profile-image .profile-image-overlay {
    
    background-color: rgba(255, 255, 255, 0.6);

    bottom: 0;

    height: 100%;

    left: 0;

    position: absolute;

    right: 0;

    top: 0;

    width: 100%;

    z-index: 2;


}

.tsinf-company-profile .profile-image .profile-image-content {
    
    box-sizing: border-box;

    padding: 31px 56px 31px 56px;

    position: relative;

    z-index: 4;
    
}

.tsinf-company-profile .profile-image .profile-image-content .profile-headline {
    font-size: 48px;
    font-style: normal;
    font-weight: bold;
    line-height: 135%;
    margin: 0;
    text-transform: uppercase;
}

.tsinf-company-profile .profile-image .profile-image-content .profile-subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 200%;
    margin: 0 0 15px 0;
}

.tsinf-company-profile .profile-image .profile-content-container {
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    line-height: 200%;
    margin: 0;
}

.tsinf-company-profile .profile-image .profile-content-container p {
    margin: 0;
}

.tsinf-company-profile .profile-content {
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 200%;
}