
h1{
    font-size: 20px;
    margin:30px 0;
}
 img{
    width:1170px;
    margin-bottom: 5%;
}
.imgs{
    width: 100%;
    display:flex;
    gap: 7%;
    flex-direction: column;
    align-items: center;
}
@media only screen and (max-width: 1200px) {
    img{
        width:100%;
    }
}




