.introduction h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    font-family: "Roboto Condensed";
}

.introduction h2{
    width: 70%;
}

@media screen and (max-width:768px) {
    .introduction h2{
        width: 100%;
    }
}