.shoptimizer-archive .archive-header .col-full{
    max-width:1440px !important;
}
.main-content .blog-section .title-content{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.main-content .blog-section .title-content .page-title{
    font-family: 'Matritsa';
    font-weight: 900;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.96px;
    color: #000000;
}
.post-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.media-post {
    border: 1px solid #282828;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.media-post h2 a{
    font-family: 'Matritsa';
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}
.media-post a img{
    width:100%;
}
.media-post p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    margin: 0;
}
.media-post a.custom-button{
    display: flex;
    justify-content: center;
    border:1px solid #EF6526;
    border-radius: 2px;
    width:100%;
    font-family: 'Matritsa';
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    color:#EF6526;
    padding: 11.5px 0;
    margin-top: 10px;
}
@media screen and (max-width:480px){
    .post-content{
        grid-template-columns: 1fr;
        margin-top: 0px;
    }
}
@media (max-width:780px) {
    .post-content {
        margin-top: 0;
    }
}