.cb-text {
    margin: 200px auto;
    width: 75%;
    padding: 20px;
    border-radius: var(--border-radius-container);
    background: #FFF;
    color: var(--color-ferdi-blue);
}

.cb-text h1 {
    font-size: 5.5rem;
}

.cb-text .text-container {
    font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
    .cb-text h1 {
        font-size: 2rem;
    }

    .cb-text .text-container {
        font-size: 1.1rem;
    }
}
