.mugo_catalent_title {
    margin-bottom: 0 !important;
}

.ctl-title {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.ctl-title .title-image {
    margin-right: 1rem;
    display: flex;
}

.ctl-title .title-image img {
    max-width: unset;
    max-height: unset;
}

.ctl-title .title-image.image-small img {
    width: 24px;
    height: 24px;
}

.ctl-title .title-image.image-medium img {
    width: 36px;
    height: 36px;
}

.ctl-title .title-image.image-large img {
    width: 60px;
    height: 60px;
}

.ctl-title .title-content h1,
.ctl-title .title-content h2,
.ctl-title .title-content h3,
.ctl-title .title-content h4,
.ctl-title .title-content h5,
.ctl-title .title-content h6,
.ctl-title .title-content p {
    color: unset;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

