.tip-her-support-wrp .container{
    max-width: 1251px;
    width: 75%;
    margin: 20px auto 0;
  }

.tip-her-support-wrp .main-container{
    height: 100vh;
}

.tip-her-support-wrp{
    background-image: url(../../images/background_img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: auto;
}

.tip-her-support-wrp .container h1{
    font-size: 64px;    
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #F2C2F7;
    margin-top: 50px;
}

.tip-her-support-wrp .container p{
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #46A6A0;
    margin-top: 25px;
}

.tip-her-support-wrp .container h2{
    font-size: 64px;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #F2C2F7;
    text-align: center;
    margin-top: 25px;
}   

.tip-her-support-wrp .container .coming-soon{
    display: flex;
    justify-content: center;
} 

.tip-her-support-wrp .container .coming-soon img{   
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 618px;
}

@keyframes shake {
    0% { transform: translate(1px, 0); }
    20% { transform: translate(-1px, 0); }
    40% { transform: translate(1px, 0); }
    60% { transform: translate(-1px, 0); }
    80% { transform: translate(1px, 0); }
    100% { transform: translate(0, 0); }
  }
  
.shake {
    animation: shake 0.5s infinite;
}
  


@media (max-width: 768px) {
    .tip-her-support-wrp .container h1{
        font-size: 40px;
    }
    
    .tip-her-support-wrp .container p{
        font-size: 20px;
    }

    .tip-her-support-wrp .container h2{
        font-size: 40px;
    }

    .tip-her-support-wrp .container{
        width: 90%;
    }
}           

            
