div{
    height: auto;
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-top: 7px solid transparent;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}
h1{
    border-top: 85px solid transparent;
    border-left: 28px solid transparent;
    font-family: Arial;
    font-size: 18px;
    letter-spacing: .3px;
    color: #444;
    user-select: none;
}
h1:after{
    content: ' \00BB';
    font-size: 21px;
}
a{
    text-decoration: none;
    display: contents;
}
a div:only-child{
    height: 270px;
    width: 185px;
    margin: 12px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    background-color: transparent;
}
a div:hover div:first-child img{
    transform: scale(1.07);
}
a div div:first-child{
    height: 78%;
    width: 100%;
    border: none;
    margin: 0px;
    border-radius: 20px;
    background-color: #f2f2f2;
}
a div div:first-child img{
    height: 132px;
    width: auto;
    margin-top: 0px;
    align-self: center;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
    background-color: transparent;
    transition: .7s;
}
a div div:last-child{
    height: 20%;
    width: 100%;
    display: block;
    margin: 0px;
    border: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: auto;
    border-radius: none;
    background-color: transparent;
}
a div div:last-child img{
    height: 15px;
    width: auto;
    margin-top: 3px;
    margin-left: 6px;
    pointer-events: none;
    background-color: transparent;
}
a div div:last-child p:first-of-type{
    font-size: 12px;
    font-family: Arial;
    color: #444;
    margin-left: 25px;
    margin-top: -17.5px;
    letter-spacing: .3px;
    background-color: transparent;
}
a div div:last-child p:last-child{
    height: auto;
    width: auto;
    font-size: 14px;
    font-family: Arial;
    color: #222;
    padding: 5px;
    padding-top: 5px;
    letter-spacing: .24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: transparent;
}
.A img:only-child{
    height: fit-content;
    width: 140px;
}
.pl1{
    margin-top: -4%;
}
@media screen and (max-width: 1300px){
    a div:only-child{
        width: 22.5%;
    }
}
@media screen and (max-width: 1017px){
    a div:only-child{
        width: 29.6%;
    }
}
@media screen and (max-width: 770px){
    a div:only-child{
        width: 29.5%;
    }
    a div:hover div:first-child img{
        transform: none;
    }
}
@media screen and (max-width: 656px){
    H1{
        border-top: 90px solid transparent;
        border-left: 15px solid transparent;
        font-size: 16px;
    }
    h1:after{
        font-size: 19px;
    }
    a div:only-child{
        width: 44.6%;
        margin-left: 9px;
        margin-right: 9px;
    }
    a div:hover div:first-child img{
        transform: none;
    }
    .pl1{
        margin-top: -12%;
    }
}