.texting-1 {
    text-align: left;
    padding: 7px;
    font-family: 'Comfortaa', sans-serif;
    position: absolute;
    top: 20%;
    left: 5%;
}

.texting-1 h1 {
    font-size: 2rem;
    color: white;
}

.texting-1 h2 {
    font-size: 1.5rem;
    color: white;
}

.texting-1 p {
    font-size: 1rem;
    color: white;
}

@media (max-width: 768px) {
    .texting-1 h1 {
        font-size: 1.5rem;
    }

    .texting-1 h2 {
        font-size: 1.2rem;
    }

    .texting-1 p {
        font-size: 0.9rem;
    }
}