.tape{
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 4;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

.tape__title {
    margin: 0px 20px 20px 20px;
}

.box__news{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.fake__content {
    text-align: center;
    border-style: solid;
    border-color: white;   
    width: 300px;
    height: 200px;
}