.ttcd {
    padding-top: 80px;
    padding-bottom: 92px;
    background: #098b43;
    position: relative;
}
.ttcd .container {
    display: flex;
    gap: 67px;
    position: relative;
    z-index: 10;
}
.ttcd > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: color-burn;
}
.ttcd .ttcd-list .ttcd-heading {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 24px;
}
.ttcd .ttcd-wapper {
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
}
.ttcd .ttcd-wapper .ttcd-item {
    display: block;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: calc(96px / 2);
}
.ttcd .ttcd-wapper .ttcd-item:nth-child(even) {
    padding-left: calc(96px / 2);
    padding-right: 0;
}
.ttcd .ttcd-wapper .ttcd-item .ttcd-item-title {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3; /* 130% */
    margin-bottom: 16px;
}
.ttcd .ttcd-wapper .ttcd-item .ttcd-item-date {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
}
.ttcd .ttcd-img {
    width: 413px;
    height: 560px;
    position: relative;
    flex-shrink: 0;
}
.ttcd .ttcd-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 12px;
    left: 12px;
    border: 1px solid #0eae56;
}
.ttcd .ttcd-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.cbtt {
    padding-top: 60px;
    padding-bottom: 80px;
}
.cbtt .cbtt-heading {
    color: var(--text, #101857);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1; /* 100% */
    margin-bottom: 24px;
}
.cbtt .cbtt-line {
    width: 100%;
    height: 1px;
    background: var(--text, rgba(16, 24, 87, 0.2));
    margin-bottom: 40px;
}
.cbtt .cbtt-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}
.cbtt .cbtt-item > img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 17px;
}
.cbtt .cbtt-item .cbtt-item-title {
    color: var(--text, #101857);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 16px;
}
.cbtt .cbtt-item .cbtt-item-date {
    color: rgba(16, 24, 87, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
}
.cbtt .prev.page-numbers,
.cbtt .next.page-numbers {
    color: #c2c2c2 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42; /* 142.857% */
}
@media (max-width: 639px) {
    .ttcd .container {
        flex-direction: column-reverse;
        padding: 0 16px;
    }
    .ttcd .ttcd-img {
        width: 100%;
        height: 360px;
    }
    .ttcd .ttcd-wapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .ttcd .ttcd-wapper .ttcd-item {
        padding-right: 0;
    }
    .ttcd .ttcd-wapper .ttcd-item:nth-child(even) {
        padding-left: 0;
    }
    .cbtt {
        padding: 0 16px;
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .cbtt .cbtt-list {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (min-width: 639px) and (max-width: 1224px) {
    .ttcd {
        overflow: hidden;
    }
}
