.tsm-gama {
    margin: 40px 0;
    font-family: inherit;
}

.tsm-gama-hero {
    background-color: #777;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 40px 30px;
}

.tsm-gama-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.tsm-gama-hero-text {
    flex: 1 1 60%;
}

.tsm-gama-title {
    font-size: 2.2rem;
    margin: 0 0 10px;
}

.tsm-gama-slogan {
    font-weight: 600;
    margin: 0 0 20px;
}

.tsm-gama-highlight ul {
    margin-left: 1.5em;
}

.tsm-gama-hero-image img {
    max-width: 260px;
    height: auto;
    display: block;
}

.tsm-gama-body {
    max-width: 1100px;
    margin: 30px auto 0;
    padding: 30px;
    background: #f7f7f7;
}

.tsm-gama-body img {
    max-width: 100%;
    height: auto;
}
