.banner {
    background-color: var(--color-block-gray);
}

.bust-out-container {
    margin-right: calc(-49.5vw + 50%);
    overflow: hidden;
    flex: 1 1 auto;
}

.banner__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner .col-lg-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding-left: 15%
}

.best-sellers span,
.colections span {
	color: #000;
    font-size: 32px;
    font-weight: bold;
}

.information {
    background: #fff;
    box-shadow: 0 30px 50px -19px #F4F4F4;
	border-radius: 13px;
    padding: 40px 0;
}

.blog__post{
    align-items: center;
}

.blog__post-image{
    width: 275px;
    object-fit: cover;
}

.blog > .blog__post:nth-child(even) > .blog__post-image {
    border-radius: 0 40px 0 40px;
}

.blog > .blog__post:nth-child(odd) > .blog__post-image {
    border-radius: 40px 0 40px 0;
}


.blog__post-link{
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    z-index: 10;
}

.blog__post-title{
    font-weight: normal;
}