.biz-color {
    color: #e80550;
}
.copyright-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.biz-box {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
}
.video-guide {
    width: 100%;
    border-radius: 10px;
    height: 500px;
}
.feedback-img{
    width: 10%;
    margin-right: 10px;
}
.feedback-img img{
    border-radius: 100% !important;
}

.faq-content-wrap {
    max-height: 630px;
    overflow-y: auto;
    padding-right: 15px;
}

.faq-content-wrap::-webkit-scrollbar {
    width: 5px;
}

.faq-content-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.faq-content-wrap::-webkit-scrollbar-thumb {
    background: #e80550;
    border-radius: 10px;
}

.faq-content-wrap::-webkit-scrollbar-thumb:hover {
    background: #d1054a;
}

.biz-logo {
    width: 60%;
}

@media (max-width: 767px) {
    .copyright-content {
        flex-direction: column;
    }
    .video-guide {
        height: 190px;
    }
    .feedback-img{
        width: 18%;
    }
    .biz-logo {
        width: 100%;
    }
}