.t07c .leftright {
    padding-top: 32px;
    padding-bottom: 32px;
}

.t07c .leftright-image {
    position: relative;
}

@media (max-width: 767px) {
    .t07c .leftright-image {
        margin-bottom: 16px;
    }
}

.t07c .leftright-image img {
    min-width: initial !important;
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

.t07c .leftright-image .leftright-spot {
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    right: 0;
}

.t07c .leftright-image .leftright-spot-line {
    opacity: 0;
    border-bottom: 1px solid #000;
    overflow: hidden;
}

.t07c .leftright-image .leftright-spot-label {
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    padding: 4px 10px;
    font-weight: 700;
    color: #fff;
}

.t07c .leftright-image .leftright-spot-block {
    white-space: normal;
    width: 150px;
}

.t07c .leftright-header {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.t07c .leftright-header .h4 {
    margin-bottom: 0;
}

.t07c .leftright-header i {
    font-size: 77%;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .t07c .leftright-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.t07c .leftright.with-symbol .leftright-header .symbol {
    float: left;
    font-size: 37px;
}

.t07c .leftright.with-symbol .leftright-header .h4 {
    margin-left: 64px;
}

@media (max-width: 767px) {
    .t07c .leftright.with-symbol .leftright-header .h4 {
        margin-left: 54px;
    }
}

@media (min-width: 768px) {
    .t07c .leftright.with-symbol .leftright-content {
        margin-left: 64px;
    }

    .t07c .leftright.with-symbol .leftright-button {
        margin-left: 64px;
    }
}

.t07c .leftright-button {
    padding-bottom: 31px;
}

.t07c .leftright-right .leftright-spot-line {
    opacity: 0;
    margin-left: 0;
    text-align: left;
}

.t07c .leftright-left .leftright-spot-line {
    opacity: 0;
    margin-right: 0%;
}

.t07c .leftright-left .leftright-spot-label {
    float: right;
}

@media (max-width: 767px) {
    .t07c .leftright-image img {
        max-width: 100%;
        height: auto !important;
        width: auto !important;
    }
}

.element-visible .t07c .leftright-right .leftright-spot-line {
    animation: labelMoveLeft 1.5s ease both;
}

.element-visible .t07c .leftright-left .leftright-spot-line {
    animation: labelMoveRight 1.5s ease both;
}