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

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

.banner .text {
    position: absolute;
    z-index: 1;
    top: 250px;
    width: 100%;
	
}

.banner .text-mobile {
    position: absolute;
    z-index: 1;
    top: 60px;
    width: 100%;
    display: none;
}

.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: 0px 30px 50px -19px #F4F4F4;
	border-radius: 13px;
    padding: 40px 0;

}



