.banner-area{
    margin-bottom: 96px;
    .banner-text{
        .title{
            font-weight: 500;
            font-size: 24px;
            line-height: 1.33;
            color: #18191C;
            margin-bottom: 16px;
        }
        .subtitle{
            font-weight: 400;
            font-size: 16px;
            line-height: 1.33;
            color: #5E6670;
        }
    }
    .banner-img{
        img{
            width: 100%;
        }
    }
}