.first-heading {
    width: 38%;
    text-align: left;
}

.first-heading h2 {
    width: 100%;
}

.app-download {
    padding: 6rem 0 0;
    text-align: center;
    background-color: #f1eeea;
}

.app-buttons img {
    max-width: 165px;
}

.app-buttons a {
    text-decoration: none;
}

@media (max-width: 1300px) {
    .double-heading {
        flex-wrap: wrap;
    }

    .first-heading {
        width: 100%;
    }
    
    .double-heading h2 {
        width: 100%;
    }

    .double-heading p {
        display: none;
    }
}