.block-home-container {
    padding-left: 65px;
    padding-right: 65px;
}

.block-home-wrap {
    padding-left: 0;
    padding-right: 0;
    display: block;
    clear: both;
}

.block-title-text {
    font-size: 20px;
    margin-bottom: 18px;
    text-align: left;
}

.line-5 {
    height: 5px;
    border: 0;
    margin-top: 10px;
}

.line-health {
    background: red;
}

.line-life {
    background: dodgerblue;
}

.line-travel {
    background: forestgreen;
}

.row-block-container {
    margin-left: 0;
    margin-right: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.block-first {
    height: 300px;
}

.block-first-image {
    object-fit: contain;
}

.block-item-health a {
    color: #151414;
}

.block-item-health a:hover {
    text-decoration: none;
    color: red;
}

.block-item-life a {
    color: #151414;
}

.block-item-life a:hover {
    text-decoration: none;
    color: dodgerblue;
}

.block-item-travel a {
    color: #151414;
}

.block-item-travel a:hover {
    text-decoration: none;
    color: forestgreen;
}

.block-item-list {
    margin: 4% 0 2% 0;
    z-index: 0;
    display: inline-block;
}

.block-item-list-p {
    font-size: 15px;
    text-align: left;
}

.block-item-image {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 40%;
    margin-right: 2%;
    object-fit: contain;
    border-radius: 3px;
}

.main-post {
    padding: 2.5rem 0.5rem;
    grid-gap: 1.75rem;
    grid-template-columns: min-content 1fr;
    grid-template-rows: auto;
    display: grid;
}

.post-card {
    width: 37.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.post-card-image {
    height: 18.75rem;
    margin-bottom: 0;
    width: inherit;
    max-height: 100%;
}

.post-card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffdbc1;
}

.post-card-title {
    padding-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.42;
    min-height: 3.5rem;
}

.post-card-title a {
    color: #213343;
}

.post-card-description {
    padding-bottom: 1.5rem;
    color: #213343;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.57;
    font-family: "Times New Roman", sans-serif;
}

.category-posts-card {
    display: block;
    height: 100%;
    position: relative;
    width: auto;
}

.category-posts-card-body {
    padding: 0 0 1rem;
    border-bottom: 2px solid #dbe4ed;
    flex-direction: column;
    gap: 0.5rem;
    display: flex;
    justify-content: space-between;
}

.category-posts-card-title {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.57;
    padding-bottom: inherit;
}

.category-posts-card-title a {
    color: #213343;
}

.category-posts-latest-header h2 {
    margin-bottom: 0.75rem;
    border-bottom: 2px solid #ff5c35;
    padding-bottom: 0.25rem;
}

.categories-container {
    padding: 2.5rem 1rem;
}

.card-section-header {
    align-items: baseline;
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    width: 1080px;
}

.card-section-header-title {
    align-items: baseline;
    display: flex;
    flex-grow: 1;
    gap: 0.5rem;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.42;
}

.card-section-header-title a {
    color: #213343;
}

.card-section-header-title a:hover {
    color: var(--blog-theme-color);
    text-decoration: none;
}

.card-section-header h2 {
    border-bottom: 2px solid var(--blog-theme-color);
}

.-health {
    --blog-theme-color: #ff5c35;
}

.-life {
    --blog-theme-color: #0fbfbf;
}

.-tech {
    --blog-theme-color: #ff8c69;
}

.-travel {
    --blog-theme-color: #0068b1;
}

.-physiognomy {
    --blog-theme-color: #ffbc4b;
}

.categories-content {
    display: grid;
}

.categories-content ul {
    list-style: none;
}

.categories-content-posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    gap: 2.5rem;
}

.categories-content-posts-card {
    grid-template-columns: 210px 1fr;
    grid-template-rows: 200px;
    color: unset;
    display: grid;
    gap: 0.5rem;
    height: 100%;
    position: relative;
}

.categories-content-posts-card-img {
    max-height: unset;
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.categories-content-posts-card-body {
    /*border-bottom: 2px solid #dbe4ed;*/
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: space-between;
}

.categories-content-posts-card-body-title {
    font-weight: 750;
    font-size: 1.05rem;
    line-height: 1.57;
    font-family: Arial, Helvetica, sans-serif;
}

.categories-content-posts-card-body-title a {
    color: #213343;
}

.categories-content-posts-card-body-description {
    display: block;
    height: 100%;
    font-size: .875rem;
    line-height: 1.57;
    font-family: "Times New Roman", sans-serif;
}