*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-4{
    width: 100%;
    height: 360px;
    gap: 10px;
    /* padding: 10px; */
}

.header{
    width: 100%;
    height: 30%;
    background-color: whitesmoke;
    /* display: block; */
    text-align: center;
    align-content: center;
    justify-content: center;
}

.header-icons{
    width: 100%;
    height: 70%;
    background-color: whitesmoke;
    text-align:center;
    /* align-items: center; */
    justify-content:space-evenly;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 8px;
}

.pik{
    /* background-color: rgba(0,0,0,0.4); */
    width: 200px;
    height: 100px;
}

.header h2{
    font-size: 28px;
    color: #20252E;
}

.header-icons img{
    max-width: 100px;
}
/* .header-icons .pik img{
    width: 130px;
} */

.header-icons h4{
    font-size: 18px;
    color: #20252E;
    font-family: "Montserrat", sans-serif;
    /* text-transform:capitalize; */
}

/* .header-icons img:hover{
    max-width: 110px;
    transition: 0.5s;
} */


/* media-----------------1024, 912, 768, 600, 390*/

@media screen and (max-width:1024px) {
    
    .container-4{
        width: 100%;
        height: 250px;
        gap: 10px;
    }

    .header h2{
        font-size: 25px;
        /* padding: 18px; */
    }
    .header-icons{
        width: 100%;
        height: 70%;
        text-align: center;
        justify-content: center;
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 20px;
    }
    .pik{
        width: 120px;
        height: 100px;
    }
   
    .header-icons img{
        max-width: 50px;
        background-color: whitesmoke;
    }

    .header-icons .pik h4{
        font-size: 15px;
        font-family: "Montserrat", sans-serif;
        font-style: normal;
    }
    .pik{
        margin: 35px;
    }
}

/* media-----------------1024, 912, 768, 600, 390*/

@media screen and (max-width:912px) {
    
    .container-4{
        width: 100%;
        height: 220px;
        gap: 10px;
    }

    .header h2{
        font-size: 22px;
        /* padding: 13px; */
    }
    .header-icons{
        width: 100%;
        height: 70%;
        text-align: center;
        justify-content: center;
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 20px;
    }

    .pik{
        width: 100px;
        height: 80px;
    }

    .header-icons img{
        max-width: 40px;
        background-color: whitesmoke;
    }

    .header-icons .pik h4{
        font-size: 13px;
        font-family: "Montserrat", sans-serif;
        font-style: normal;
    }
    .pik{
        margin: 30px;
    }
}

@media screen and (max-width:768px) {
    
    .container-4{
        width: 100%;
        height: 370px;
    }
    .header{
        width: 100%;
        height: 25%;
    }

    .header h2{
        font-size: 22px;
        /* margin: 10px; */
        /* padding: 13px; */
    }

    .header-icons{
        width: 100%;
        height: 75%;
        text-align: center;
        justify-content: center;
        display: grid;
        grid-template-columns: auto auto;
        gap: 2px;
    }

    /* .header-icons img{
        max-width: 40px;
        background-color: whitesmoke;
    } */

    .header-icons .pik h4{
        font-size: 13px;
        font-family: "Montserrat", sans-serif;
        font-style: normal;
    }


    .pik{
        width: 120px;
        height: 10px;
        margin: 10px;
    }

}



@media  screen and (max-width: 390px) {
    .container-4{
        width: 100%;
        height: 370px;
    }
    .header{
        width: 100%;
        height: 30%;
    }

    .header h2{
        font-size: 18px;       /* margin: 10px; */
        /* margin: 10px; */
        /* padding: 13px; */
    }

    .header-icons{
        width: 100%;
        height: 70%;
        text-align: center;
        justify-content: center;
        display: grid;
        grid-template-columns: auto auto;
        gap: 2px;
    }

    .header-icons img{
        max-width: 40px;
        background-color: whitesmoke;
    }

    .header-icons .pik h4{
        font-size: 10px;           /* margin: 10px; */

        font-family: "Montserrat", sans-serif;
        font-style: normal;
    }
    .pik{
        margin: 5px;
    }
}