.how-gunun-mansetleri {
    background: #fff;
    padding: 22px;
    margin: 20px 0;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.how-manset-baslik {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.how-manset-baslik h2 {
    color: #d60000;
    font-size: 26px;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
    white-space: nowrap;
}

.how-manset-baslik span {
    flex: 1;
    height: 1px;
    background: #e60000;
}

.how-manset-baslik b {
    color: #d60000;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
}

.how-manset-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.how-gunun-mansetleri a {
    text-decoration: none;
    color: inherit;
}

.how-img-wrap {
    width: 100%;
    overflow: hidden;
    background: #eee;
}

.how-img-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .25s ease;
}

.how-gunun-mansetleri a:hover img {
    transform: scale(1.035);
}

.how-manset-buyuk .how-img-wrap {
    height: 455px;
}

.how-manset-buyuk h3 {
    font-size: 25px;
    line-height: 1.25;
    margin: 12px 0 8px;
    color: #111;
    font-weight: 800;
}

.how-manset-buyuk p {
    font-size: 17px;
    line-height: 1.45;
    color: #333;
    margin: 0;
}

.how-manset-kucukler {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.how-manset-kucuk .how-img-wrap {
    height: 220px;
}

.how-manset-kucuk h4 {
    font-size: 19px;
    line-height: 1.25;
    margin: 8px 0 0;
    color: #111;
    font-weight: 800;
}

.how-no-image {
    height: 100%;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #999;
    background: #f1f1f1;
}

@media (max-width: 900px) {
    .how-manset-grid {
        grid-template-columns: 1fr;
    }

    .how-manset-buyuk .how-img-wrap {
        height: 300px;
    }
}

@media (max-width: 600px) {
    .how-gunun-mansetleri {
        padding: 14px;
    }

    .how-manset-baslik h2 {
        font-size: 22px;
    }

    .how-manset-kucukler {
        grid-template-columns: 1fr;
    }

    .how-manset-buyuk .how-img-wrap,
    .how-manset-kucuk .how-img-wrap {
        height: 220px;
    }

    .how-manset-buyuk h3 {
        font-size: 21px;
    }

    .how-manset-kucuk h4 {
        font-size: 18px;
    }
}
