#campaign p {
    font-size: calc(.125vw + 15.6px);
}

#campaign .line-height-40 {
    line-height: 40px;
}

#campaign .text-container {
    padding: 0 calc(2.1vw + 3.1px);
    text-align: left;
    flex: 1;
}

#campaign .top-banner-rwd-background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 90%;
    height: 31vw;
    background-image: url("/campaigns/Giveaway-of-the-day/includes/images/main.jpg");
    align-items: center;
}

#campaign .top-banner-subtitle {
    font-size: 20px;
}

#campaign .custom-button {
    padding: 0px 20px;
    min-width: 0;
    border-width: 2px;
    line-height: 1;
}

#campaign .rl-response-img {
    max-width: 100%;
    display: block;
}

#campaign .step-download-free-content>div {
    margin: 0 15px 15px 15px;
    width: calc(100%/4 - 30px);
}

#campaign .step-download-free-content>div img {
    transition: 0.3s;
    margin: 0 auto;
}

#campaign .step-download-free-content>div img:hover {
    transform: scale(1.1);
}

#campaign .characters-for-any-scenarios > div {
    width: calc(100% / 2 - 30px);
    margin: 0 15px;
}

#campaign .multi-platform-support > div {
    margin: 0 20px;
}

#campaign .multi-platform-support > div img {
    margin: 0 auto;
}

#campaign .more-free-resources > div {
    margin: 0 10px;
}

#campaign .divide-line {
    border-bottom: 1px solid #7a7a7a;
}

#campaign .left-arrow-icon {
    font-family: element-icons !important;
    font-weight: 600;
    font-size: calc(0.125vw + 13.6px);
}

#campaign .left-arrow-icon::before {
    content: "\e6e0";
}

#campaign .step-download-free-content > div {
    text-align: center;
}

@media screen and (max-width: 1024px) {
    #campaign .step-download-free-content {
        flex-wrap: wrap;
    }
    
    #campaign .step-download-free-content > div {
        width: calc(100% / 2 - 30px);
        margin: 0 15px 15px 15px;
    }

    #campaign .multi-platform-support {
        flex-wrap: wrap;
    }

    #campaign .multi-platform-support > div {
        width: calc(100% / 4 - 10px);
        margin: 0 5px 10px 5px;
    }
}

@media screen and (max-width: 900px) {
    .flex-column-900 {  
        flex-direction: column;
    }

    .text-container {
        padding: 0;
    }

    #campaign .characters-for-any-scenarios {
        flex-direction: column;
    }

    #campaign .characters-for-any-scenarios > div {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    #campaign .top-banner-rwd-background-image {
        height: 65vw;
        background-image: url("/campaigns/Giveaway-of-the-day/includes/images/main_mobile.jpg");
        background-position: center;
        align-items: flex-start;
    }

    #campaign .step-download-free-content > div {
        width: 100%;
        margin: calc( 14px + 1.875vw) 0 0 0;
        display: flex;
        align-items: center;
        text-align: left;
    }
    
    #campaign .step-download-free-content > div > img {
        flex-shrink: 1;
        margin: 0;
    }

    #campaign .step-download-free-content > div > div {
       padding: 0 15px;
    }

    #campaign .button-container {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 550px) {
    #campaign .button-container {
        flex-direction: column;
    }
    #campaign .custom-button {
        padding: 0 10px;
    }
   
    #campaign .multi-platform-support > div {
        width: calc(100% / 3 - 30px);
        margin: 0 15px 10px 15px;
    }
}

@media screen and (max-width: 380px) {
    #campaign .step-download-free-content > div > img {
        width: 30%;
    }
}



