.imageAndTextWithFullBg .gridRow{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.imageAndTextWithFullBg .gridEach:nth-child(1){
    width: 570px;
}
.imageAndTextWithFullBg .subheading{
    font-size: 16px;
    line-height: 19.5px;
    color: #fff;
    padding-bottom: 26px;
}
.imageAndTextWithFullBg .gridEach:nth-child(2){
    width: 480px;
     padding-left: 8%; 
}
.imageAndTextWithFullBg .imageAndTextBlock{
    background: url(/assets/img/bg-image/rectangularBgImgDes.png);
    background-repeat: no-repeat;
    background-size: 100% 90%;
    background-position: center;
}
.imageAndTextBlockWithGreyBg{
    background: url(/assets/img/bg-image/greyBgDesktop.png);
    background-repeat: no-repeat;
    background-size: 100% 90%;
    background-position: center;
}
.imageAndTextWithFullBg h2 {
    color:#fff;
    margin-bottom: 28px;
    line-height: 58.51px;
}
.imageAndTextBlockWithGreyBg .subheading {
    color:black;
    padding-bottom: 26px;
    line-height: 19.5px;
}
.imageAndTextWithFullBg p{
    color:#fff;
    line-height: 24px;
    margin-bottom: 40px;
}
.imageAndTextBlockWithGreyBg p{
    color:black;
    line-height: 24px;
    margin-bottom: 40px;
    width: 480px;
}
.imageAndTextWithFullBg img{
    width: 100%;
}
.imageAndTextBlockWithGreyBg img{
    width: 100%;
}

.imageAndTextWithFullBg .rightContent{
    color: #fff;
}
.imageAndTextBlockWithGreyBg .btn_red{
    font-family: 'poppins-semi-bold';
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 15%);
    transition: 0.5s;
    height: 40px;
    cursor: pointer;
    background: #F8F8F8;
    border: 1px solid #F8F8F8;
}
.imageAndTextBlockWithGreyBg .btn_red:hover{
    border: 1px solid #000;
	color: #000;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0);
}

@media (min-width: 1199px) and (max-width: 1400px) { 

    .imageAndTextBlockWithGreyBg p{
        width: 380px;
    }
}



@media (min-width: 992px) and (max-width: 1199.98px) { 
    .imageAndTextWithFullBg .imageAndTextBlock{
        background-size: 100% 90%;
    }
    .imageAndTextWithFullBg .gridEach:nth-child(2){
        width: 470px;
        padding-left: 5%;
    }
    .imageAndTextWithFullBg .gridEach:nth-child(1){
        width: 450px;
    }
    .imageAndTextBlockWithGreyBg p{
        width: auto;
    }
 }


@media (max-width: 991.98px) { 
    .imageAndTextWithFullBg{
        padding-bottom: 100px !important;
    }
    .imageAndTextBlockWithGreyBg{
        padding-bottom: 100px !important;
    }
    .imageAndTextWithFullBg .subheading{
        font-size: 15px;
        line-height: 18.29px;
    }
    .rightContentWithGreyBg .subheading{
        font-size: 15px;
        line-height: 18.29px;
        color: black;
        padding-top: 60px;
        margin-bottom: 0px;
    }
    .imageAndTextWithFullBg .rightContent{
        background: url(/assets/img/bg-image/rectangularBgImgTab.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        padding-left: 0;
    }
    .rightContentWithGreyBg{
        background: url(/assets/img/bg-image/greyBgTab.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        padding-left: 0;
        padding-bottom: 30px;
    }
   
    .imageAndTextWithFullBg .image{
        position: relative;
        top: 40px;
        width: 570px;
        margin: auto;
    }
    .imageAndTextWithFullBg h2 {
        margin-bottom: 21px;
        line-height: 43.88px;
    }
    .rightContentWithGreyBg h2{
        margin-bottom: 21px;
        line-height: 43.88px;
        color: black;
    }
    .imageAndTextWithFullBg p{
        margin-bottom: 30px;
    }
    .rightContentWithGreyBg p{
        margin-bottom: 30px;
        color: black;
    }
    .imageAndTextWithFullBg .rightContent .wrapper{
        padding-top: 69px;
        padding-bottom: 30px;
     
    }
    .imageAndTextWithFullBg .btn_red{
        margin: 30px auto 0 auto;
    }
    .imageAndTextWithFullBg .gridEach:nth-child(1){
        margin: auto;
    }
    .imageAndTextWithFullBg .gridEach:nth-child(2){
        width: 100%;
        padding-left: unset;
    }
    .rightContentWithGreyBg .btn_red{
        font-family: 'poppins-semi-bold';
        color: #000;
        text-decoration: none;
        display: block;
        font-size: 16px;
        transition: 0.5s;
        line-height: 24px;
        height: 40px;
        cursor: pointer;
        background: #fff;
        border: 1px solid #fff;
    }
    .rightContentWithGreyBg button.btn_red a{
        color: black;
    }

 }

 @media (max-width: 767.98px) { 
    .imageAndTextWithFullBg .rightContent{
        background-size: 105% 100%;
    }
    .rightContentWithGreyBg{
        background-size: 105% 100%;
    }
    .imageAndTextWithFullBg img{
        width: 100%;
    }
    .imageAndTextWithFullBg .image{
        padding-right: 20px;
        padding-left: 20px;
        top: 150px;
    }
    .rightContentWithGreyBg img{
        padding-right: 20px;
        padding-left: 20px;
        top: 150px;
    }
    .imageAndTextWithFullBg {
        margin-top: 80px;
    }
    .imageAndTextWithFullBg h2 {
        margin-bottom: 22px;
        line-height: 36.57px;
    }
    .rightContentWithGreyBg .wrapper{
        padding-top: 100px;
    }
    .imageAndTextWithFullBg{
        padding-bottom: 80px !important;
    }
    .imageAndTextWithFullBg .rightContent .wrapper{
        padding-top: 180px;
    }
    
 }


 @media (max-width: 575.98px) { 
    .show_mobile{
        display: block;
    }
    .imageAndTextWithFullBg .rightContent{
        background: url(/assets/img/bg-image/rectangularBgImgMob.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        min-height: 400px;
    }
     .rightContentWithGreyBg{
        background: url(/assets/img/bg-image/greyBgMob.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        min-height: 400px;
    }
    .imageAndTextWithFullBg .rightContent .wrapper{
        padding-top: 180px;
    }
    .rightContentWithGreyBg .wrapper{
        padding-top: 100px;
    }
    .rightContentWithGreyBg p{
        margin-bottom: 27px;
    }
    .imageAndTextWithFullBg .image{
        top:125px;
    }
    .imageAndTextWithFullBg .gridEach:nth-child(1){
        margin-top: -120px;
    }
    .imageAndTextWithFullBg .gridEach:nth-child(1), .imageAndTextWithFullBg .image{
        width: 100%;
    }
    .imageAndTextWithFullBg{
        margin-top: 0px;
    }

 }

