@media only screen and (max-device-width: 480px) {
    section {
        padding: 100px 10px;
    }

    section#services {
        padding: 100px 20px;
    }

    .welcome-text-container {
        flex-direction: column;
        margin-top: 40px;
    }

    section#welcome .name {
        font-size: 77px;
    }

    section#about h3 {
        margin-bottom: 15px;
    }

    section#about p {
        margin-bottom: 35px;
    }

    .shadow-title span {
        font-size: 55px;
    }

    .shadow-title h3 {
        font-size: 60px;
    }

    section#services .col {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    section#about .projects-counts .count {
        font-size: 60px;
    }

    section#about .projects-counts .clients .name {
        font-size: 18px;
    }

    footer {
        justify-content: center !important;
    }

    select {
        overflow-x: hidden;
    }
}
