

.landing_banner {
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px;
}

.landing_banner_left{
    width: 70%;
        @media(min-width:1024px){
            width: 40%;
        }
}
.landing_banner_contents{
    padding: 30px 0px 30px 20px;
}
.landing_banner_contents .landing_banner_title{
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
        @media(min-width:768px){
            font-size: 36px;
            line-height: 44px;
        }
}
.landing_banner_contents .search_box{
    margin: 0;
}
.landing_banner_right{
    padding-left: 30px;
    display: none;
     @media(min-width:1024px){
       display:flex;
       flex-direction: row-reverse;
       flex: 1;
       /* height: clamp(300px, 25vw, 500px); */
     }
}
.landing_banner_right .banner_img{
  
    position: relative;
    width: 70%;
}