@media screen and (max-width: 600px) {

    /* Head description */
    .head-desc{
        margin-bottom: 10px;
        line-height: 25px;
        width: 100%;
        padding: 0 10%;
        font-size: 20px;
        text-align: left;
    }

    .head-title{
        padding: 0 10%;
    }

    .all-center .head-title{
        padding: 0 10%;
        text-align: center;
    }
    .last-sec{
        grid-template-columns: 1fr 1fr;
        padding: 20px;
        grid-gap: 1rem;
        grid-column-gap: 3rem;
        align-content: baseline;
        padding-top: 100px;
        padding-right: 25px;
    }
    .last-grid img{
        width: 100px;
        height: 100px;
    }
    .last-text h2{
        font-size: 30px;
    }
    .last-grid{
        justify-content: center;
        align-items: center;
    }
    
    .other-sectors{
        display: none;
    }
}