@media screen and (min-width: 1110px) {
    .title {
        position: relative;
        width: 100%;
        height: 600px;
        background-color: #490e6f;
    }

    .bg {
        width: 100%;
        position: absolute;
        bottom: -4px;
        left: 0;
        overflow: hidden;
    }

    .bg img {
        width: 110%;
        margin-left: -5%;
    }

    .title-container {
        width: 90%;
        margin: 0 auto;
        padding-top: 200px;
    }

    .title-h1 {
        max-width: 80%;
        color: #fff;
        font-size: 4vw;
        font-weight: 600;
        line-height: 1.15;
        letter-spacing: -.01em;
    }

    .title-h1 span {
        opacity: 0;
        -webkit-transition: opacity .3s cubic-bezier(.41, .09, .58, 1);
        transition: opacity .3s cubic-bezier(.41, .09, .58, 1);

    }

    .content {
        width: 90%;
        margin: 0 auto 50px;
        display: flex;
        justify-content: space-around;
    }

    .content img {
        width: 30%;
        height: auto;
        border-radius: 10px;
    }

    .content-container {
        width: 60%;
        font-size: 1.8055555556vw;
        line-height: 1.38;
        font-weight: 400;
        letter-spacing: -.01em;
        margin-bottom: 3vw;
        color: #490e6f;
    }
}

@media screen and (max-width: 1110px) and (min-width: 768px) {
    .title {
        position: relative;
        width: 100%;
        height: 600px;
        background-color: #490e6f;
    }

    .bg {
        width: 100%;
        position: absolute;
        bottom: -4px;
        left: 0;
        overflow: hidden;
    }

    .bg img {
        width: 110%;
        margin-left: -5%;
    }

    .title-container {
        width: 90%;
        margin: 0 auto;
        padding-top: 200px;
    }

    .title-h1 {
        max-width: 80%;
        color: #fff;
        font-size: 4vw;
        font-weight: 600;
        line-height: 1.15;
        letter-spacing: -.01em;
    }

    .title-h1 span {
        opacity: 0;
        -webkit-transition: opacity .3s cubic-bezier(.41, .09, .58, 1);
        transition: opacity .3s cubic-bezier(.41, .09, .58, 1);

    }

    .content {
        width: 90%;
        margin: 0 auto 50px;
        display: flex;
        justify-content: space-around;
    }

    .content img {
        width: 30%;
        height: auto;
        border-radius: 10px;
    }

    .content-container {
        width: 60%;
        font-size: 18px;
        line-height: 1.38;
        font-weight: 400;
        letter-spacing: -.01em;
        margin-bottom: 3vw;
        color: #490e6f;
    }
}

@media screen and (max-width: 768px) {
    .title {
        position: relative;
        width: 100%;
        height: 400px;
        background-color: #490e6f;
    }

    .bg {
        width: 100%;
        position: absolute;
        bottom: -4px;
        left: 0;
        overflow: hidden;
    }

    .bg img {
        width: 110%;
        margin-left: -5%;
    }

    .title-container {
        width: 90%;
        margin: 0 auto;
        padding-top: 200px;
    }

    .title-h1 {
        max-width: 80%;
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.15;
        letter-spacing: -.01em;
    }

    .title-h1 span {
        opacity: 0;
        -webkit-transition: opacity .3s cubic-bezier(.41, .09, .58, 1);
        transition: opacity .3s cubic-bezier(.41, .09, .58, 1);

    }

    .content {
        width: 90%;
        margin: 0 auto 50px;

    }

    .content img {
        width: 90%;
        height: auto;
        border-radius: 10px;
        display: block;
        margin: 0 auto 20px;
    }

    .content-container {
        width: 100%;
        font-size: 18px;
        line-height: 1.38;
        font-weight: 400;
        letter-spacing: -.01em;
        margin-bottom: 3vw;
        color: #490e6f;
    }
}