.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

.blog_categories{
    z-index: 9999;
}

a { color: inherit; text-decoration: none;} 

ul#horizontal-list {
	min-width: 696px;
	list-style: none;
	padding-top: 20px;
	}
ul#horizontal-list li {
    display: inline;
    margin: 32px;
    cursor: pointer;
}

.blog__header--big{
    background: #D1E9EC;
    width: 100vw;
}
.blog__header__cat {
    font-family: BeatriceDisplay-Bold;
    font-size: 5.25rem;
    margin: 0px auto;
    color: #1F3436;
    width: fit-content;
}
.blog__header--big .blog__header__cat {
    background: #D1E9EC;
    margin-top: 10%;
}
.blog__header--small .blog__header__cat {
    margin-top: 75%;
}
.blog__topBlog {
    width: 65%;
    margin:0px auto;
    text-align: center;
}
.blog__topBlog__title {
    font-size: 5.25rem;
    color: #1F3436;
    font-family: UntitledSans-Regular;
    margin-bottom: 50px;
    cursor: pointer;
}

.blog__topBlog__img img {
    width: 90%;
    margin: 0px auto;
    cursor: pointer;
}
.blog__topBlog__cat {
    margin-bottom: 50px;
    margin-top: 12px;
    font-family: Beatrice-Semibold;
    font-style: normal;
    font-weight: bold;
    font-size: 0.6875rem;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1F3436;
}
.blog__topBlog__text {
    width: 70%;
    font-family: UntitledSans-Regular;
    font-size: 1.2rem;
    display: inline-block;
    cursor: pointer;
    
}
.blog__topBlog__more {
    margin: 40px 0px 100px;
    cursor: pointer;
    font-style: normal;
    font-weight: bold;
    font-size: 0.6875rem;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1F3436;
    display: flex;
    align-items: center;
    justify-content: center;

}
.blog__topBlog__more svg {
    opacity: 0.4;
    width: 20px;
    height: 20px;
    margin-bottom: 0.3rem;
    margin-left: 0rem;
}

.blog__topBlog__more span{
    font-family: Beatrice-Semibold;;
}

.blog__items {
    padding: 1.5%;
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    align-content: space-between;

}

.my-masonry-grid {
    display: flex;
    margin-left: -30px;
    width: 100%;
  }
  .my-masonry-grid_column {
    padding-left: 30px;
    background-clip: padding-box;
    box-sizing: border-box;
  }


.blog__item {cursor: pointer;margin-bottom: 40px;}

.blog__item__picture img {
    width: 100%;
    height: 100%;
}
.blog__item__cat {
    font-size: 0.7rem;
    margin: 10px 0px 20px;
}
.blog__item__title {
    font-size: 1.2rem;
    font-family: Beatrice-Semibold;
    color: #1F3436;
}
.blog__item__text {
    font-size: 0.9rem;
    font-family: UntitledSans-Regular;
}

#__next > div > div > div.button__general.button--blue-mobile.button--mobile{
    width: 10rem;
    margin-bottom: 7rem;
}

#__next > div > div > div.button__general.button--blue-mobile.button--mobile > svg{
    width: 18px;
    height: 15px;
    padding-bottom: 0.23rem;
    padding-right: 0.2rem;
}


.truncate {
    display: -webkit-inline-box;
    -webkit-line-clamp: var(--line-clamp, 3);
    -webkit-box-orient: vertical;
    word-break: var(--word-break, 'none');
    overflow: hidden;
}