.title{
 text-align: center;
 line-height: 1.5;
 margin-top: 3%;
}
.title p{
    font-size: 1.2em;
    width: 80%;
    margin: 0 auto;
    text-align: justify;
}
.sp{
    margin-top: 20px;
    margin-bottom: 20px;
    height: 20px;
}
.img{
    width: 90%;
    margin-top: 5%;
    display: flex;
    margin-left: 5%;
    column-gap: 2%;

}
.img2{
    overflow: hidden;
}
.img img{
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    z-index: 1; 
    overflow: hidden;
}

.img img:hover{
    transform: scale(1.2);
    z-index: 0;
}
.img .img1 p{
    font-size: 1.2em;
    text-align: center;
    margin-top: 5px;
    background-color: #1975d1;
    color: white;
    font-weight: bold;
    z-index: 5;
    padding-top: 1%;
    padding-bottom: 2%;
}
.img3{
    background-color: #1975d1;
}
.img3 a{
    color: white;
    text-align: center;
}
.img1{
    box-shadow: 5px 8px 12px 5px #888888;
    background-color: #1975d1;
}.set1{
    box-shadow: none;
}
input[type="search"]{
    margin-left: 20%;
    width: 40%;
    margin-top: 2%;
}
@media(max-width: 800px){
    .img{
        flex-direction: column;
        margin-left: 5%;
    }
    .img img{
        width: 100%;
        height: 100%;
    }
    .img .img1 p{
        font-size: 1em;
    }
}