.news2-dk-box-image{
    width: 233px;
    height: 155px;
    border-radius: 10px;
    overflow: hidden;
}
.news-2-dk-content{
    width: calc(100% - 233px - 20px);
    height: fit-content;
}
.news2-dk-line {
    width: 100px;
    height: 3px;
    background-color: var(--color-primary);
}

.news2-dk-boxes {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.news2-dk-box {
    padding: 15px;
    padding-bottom: 25px;
    border-radius: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--color-fourth);
}

.news2-dk-box:hover{
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.news2-dk-lorem {
    margin-top: 15px;
}
.news2-dk-box-img{
    width: 100%;
    height: 100%;
}
.news-2-dk-content h3:hover{
    color: var(--color-primary);
}