
:root {
    --color: #091337;
}

.jumbotron {
    background: url('../assets/top-twitch-influencer-marketing-agency-in-india/banner.webp') no-repeat;
    height: 770px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.jumbotron .jumbotron-caption {
    position: absolute;
    top: 13rem;
    left: 3rem;
}
.jumbotron .jumbotron-caption h1 {
    color: #ffffff;
    max-width: 52%;
    font-size: calc(1.6rem + 1vw);
    font-weight: 700;
    text-align: left;
    line-height: calc(1.8rem + 2vw);
}


/* Form */
.easy-steps {
    background: rgb(253, 253, 253);
    padding: 2rem 0rem;
}
.easy-steps h2 {
    font-weight: 600;
    font-size: calc(1rem + 1.1vw);
    color: var(--color);
    line-height: calc(1.5rem + 1vw);
}
.easy-steps p {
    color: var(--color);
    font-size: calc(16px + 3 * ((100vw - 320px) / 1380));
    opacity: 0.7;
}
.easy-steps ul li {
    color: var(--color);
    font-size: calc(16px + 3 * ((100vw - 320px) / 1380));
    opacity: 0.7;
    margin-bottom: 0.5rem;
}
.easy-steps h3 {
    font-size: calc(0.9rem + 1vw);
    font-weight: 600;
    line-height: calc(1.4rem + 1vw);
}


@media only screen and (max-width: 480px) {
    .jumbotron {
        background: url('../assets/top-twitch-influencer-marketing-agency-in-india/twitch-banner-480.webp');
        height: 450px;
    }
    .jumbotron .jumbotron-caption {
        top: 2rem;
        left: 1rem;
    }
    .jumbotron .jumbotron-caption h1 {
        max-width: 100%;
        font-size: 1.6rem;
    }
}








