.conte {
    margin: 50px 0 20px;
}
.orly-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 50px 0;
}

.entry-content h1 {
    font-size: 20px;
    font-weight: 700;
}


@media screen and (max-width:461px) {

    .orly-cont {
justify-content: center;
    }
}

@media screen and (max-width:398px) {

}

@media screen and (max-width:321px) {

}