* {
    padding: 0px;
    margin: 0px;
    box-sizing: border box;
}

/* middle2 */
.mid3 {
    width: 100%;
    height: auto;

}

.mid3 h3 {
    font-size: 10vh;
    color: brown;
    text-align: center;

}

.midrap3 {
    width: 70%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.box3 img {
    width: 100%;
    height: 80%;
}

.box3 h2 {
    color: blueviolet;
    text-transform: capitalize;
    font-size: 30px;
    text-align: center;
}

.box3 p {
    text-align: center;
}