.tml-hero-post{
    position:relative;
    overflow:hidden;
}

.tml-hero-post img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.tml-hero-content{
    position:absolute;
    left:50px;
    bottom:50px;
    background:#fff;
    padding:20px;
    width:500px;
}

.tml-cat{
    display:inline-block;
    padding:5px 12px;
    background:#1a1a2e;
    color:#fff;
    font-size:11px;
    text-transform:uppercase;
    margin-bottom: 7px;
}

.tml-hero-content a{
    text-decoration: none !important;
}

.tml-hero-content h2{
    font-size:48px;
    line-height:1.2;
    margin:15px 0;
}

.tml-magazine-posts{
    margin-top:40px;
}

.tml-post-item{
    display:flex;
    align-items:flex-start;
    gap:30px;
    margin-bottom:30px;
}

.tml-thumb{
    flex:0 0 360px;
}

.tml-thumb img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
}

.tml-content{
    flex:1;
}

.tml-content h3{
    font-size:24px;
    line-height:1.4;
    margin:0 0 15px;
    font-family: "Cormorant Garamond", Sans-serif;
}

.tml-content h3 a{
    color:#111;
    text-decoration:none;
    font-family: "Cormorant Garamond", Sans-serif;
}

.tml-meta{
    font-size:14px;
    color:#888;
    margin-bottom:15px;
}

.tml-content p{
    font-size:16px;
    line-height:1.3;
    color:#555;
    margin-bottom:25px;
}

.tml-btn{
    display: inline;
    padding: 6px 18px;
    border: 1px solid #333;
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none !important;
}
.tml-btn:hover{
    background-color: #000;
    color: #fff;
}

.tml-recommended-item{
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: start;
}

.tml-recommended-thumb{
    flex:0 0 90px;
}

.tml-recommended-thumb img{
    width:90px;
    height:90px;
    object-fit:cover;
    display:block;
}

.tml-recommended-content{
    flex:1;
}

.tml-recommended-content h4{
    margin:0 0 8px;
    font-size:18px;
    line-height:1.4;
    font-family: "Cormorant Garamond", Sans-serif;
}

.tml-recommended-content h4 a{
    color:#222;
    text-decoration:none;
    font-family: "Cormorant Garamond", Sans-serif;
}

.tml-recommended-date{
    font-size:13px;
    color:#888;
}
.tml-recommended-posts{
    margin-top: 40px;
}

@media(max-width:767px){

    .tml-post-item{
        flex-direction:column;
    }

    .tml-thumb,
    .tml-content{
        width:100%;
    }

    .tml-hero-content{
        width:90%;
        left:5%;
        bottom:20px;
    }

    .tml-hero-content h2{
        font-size:28px;
    }
}