﻿.channelIntroduction {
    background-color: #3a2177;
}

@media(max-width:959px) {
    .channelIntroduction {
        background-color: #352166;
    }
}

.channelIntroduction-wrapper {
    display: flex;
    justify-content: space-between;
    padding-left: 99px;
    padding-right: 38px;
}

@media(max-width:959px) {
    .channelIntroduction-wrapper {
        padding-left: 23px;
    }
}

@media(max-width:479px) {
    .channelIntroduction-wrapper {
        flex-direction: column-reverse;
    }
}

.channelIntroduction-content-title {
    font-size: 25px;
    margin-top: 127.5px;
    font-weight: bold;
    text-align: left;
    color: #fff;
}

@media(max-width:479px) {
    .channelIntroduction-content-title {
        display: flex;
        justify-content: center;
        margin-left: unset !important;
        width: unset;
        display: none;
    }
}

@media(max-width:959px) {
    .channelIntroduction-content-title {
        margin-top: 150.7px;
    }
}

.channelIntroduction-content-description p {
    margin-top: 27px;
    color: #fff;
    font-size: 14px;
    max-width: 360px;
    line-height: 1.5;
}

@media(max-width:479px) {
    .channelIntroduction-content-description p {
        display: flex;
        justify-content: center;
        margin-left: unset !important;
        width: unset;
        text-align: center;
    }
}

@media(max-width:959px) {
    .channelIntroduction-content-description p {
        width: unset;
    }
}

.channelIntroduction-content-button {
    margin-top: 34px;
    margin-bottom: 127.5px;
}

@media(max-width:479px) {
    .channelIntroduction-content-button {
        display: flex;
        justify-content: center;
        margin-left: unset !important;
    }
}

.channelIntroduction-content-button input, .allchannels-btn {
    width: 212px;
    font-size: 14px;
    font-family: Metropolis;
    cursor: pointer;
    font-weight: 500;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: 1.5px solid #f2f5f7;
    color: #5c2d91;
    background-image: linear-gradient(to bottom,#fff,#f4f4f4 52%,#f4f4f4 78%,#fff);
    height: 45px;
    border-radius: 2px;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .allchannels-btn:hover {
        color: #5c2d91;
    }

@media(max-width:959px) {
    .channelIntroduction-background {
        padding-top: 79px;
    }
}

.channelIntroduction-background-mobile {
    display: none;
}

@media(max-width:959px) {
    .channelIntroduction-background-mobile {
        display: block;
    }
}

@media(max-width:959px) {
    .channelIntroduction-background-desktop {
        display: none;
    }
}

.channelIntroduction-background-title {
    display: none;
}

@media(max-width:479px) {
    .channelIntroduction-background-title {
        display: block;
        font-size: 23px;
        margin-top: 61.7px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin-bottom: 29.5px;
    }
}

.channelIntroduction-background img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media(max-width:959px) {
    .channelIntroduction-background img {
        height: 330px;
    }
}
