

.relevant-videos-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.relevant-videos-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.relevant-videos-p {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #000000;
}

.relevant-videos-content {
    width: 100%;
}

.relevant-videos-group-items {
    width: 100%;
}

.relevant-videos-title-des {
    margin-bottom: 60px;
}

.relevant-videos-title {
    font-weight: 600;
    font-size: 64px;
    line-height: 80px;
    color: #000000;
    margin-bottom: 24px;
}
.relevant-videos-des {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #000000;
}

.clsLabelForm-Cutom {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.clsIconOval {
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    cursor:pointer;
}
