
/* Text Left */
.text-left {
    width: 100%;
    background-color: #181716;
    border-radius: 8px;
}

.text-left-inner {
    max-width: 750px;
    padding: 40px 0;
}

.text-left-text {
    color: #e5e5e5 !important;
    font-size: 2rem !important;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 32px;
}
.text-left-text em {
    font-style: italic;
}

.text-left-button {
    display: inline-block;
    background: transparent;
    border: 1px solid #fff;
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem !important;
}

/* Responsive - tighten up spacing and text size on mobile */
@media (max-width: 768px) {
    .text-left-inner {
        padding: 24px 0;
    }
    .text-left-text {
        font-size: 1.375rem !important;
    }
}
