.customers-content {
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customers-title {
    text-align: start;
    color: #ff7b00;
    font-weight: 400;
    font-size: 16px;
    margin-block: 100px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customers-title>img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.customers p {
    font-family: urbane, sans-serif;
    font-weight: 300;
    font-size: 20px;
    max-width: 350px;
}

.video {
    height: 309px;
    width: 345px;
    background-color: #ff7b00;
    border-radius: 30px;
    margin-block: 50px 100px;
}