.t280__container__bg {
    background-color: linear-gradient(180deg, #061115 0%, rgba(6, 17, 21, 0) 100%);
}

html, body {
  background: #061115;
}

.partner-item {
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 320px;
    margin-bottom: 20px;
    box-shadow: 0px 7.25px 14.5px 0px rgba(78, 78, 78, 0.10);
}
