.products-details-banner-wrapper {
    padding: 40px 0;
    height: 520px;
    display: flex;
    align-items: center;
    margin:0 0 70px 0
}
.white-bg
{
    background: #fff;
    width: 100%;
    height: 100px;
}

.background-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    pointer-events: none; 
}

.products-details-banner-wrapper.banner-experience { background: linear-gradient(96deg, #F5E9ED 10.41%, #F5E2E9 92.4%);}
.products-details-banner-wrapper.banner-analytics { background:linear-gradient(180deg, #DDF5FE 0%, #F3FCFF 100%); }
.products-details-banner-wrapper.banner-security { background:linear-gradient(180deg, #DDFFE9 0%, #F2FFF6 100%); }
.products-details-banner-wrapper.banner-operations { background: linear-gradient(180deg, #FEE1D1 0%, #FEF1EA 100%); }



.products-details-banner-wrapper .products-details-banner-title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    height: auto;
}

.products-details-banner-wrapper .products-details-banner-title img {
height: 46px;
}

.products-details-banner-text
{
    padding-right: 50px;
}
.products-details-banner-wrapper .products-details-banner-text h1 {
    margin: 30px 0 10px 0;
    text-align: left;
    font-size: 48px;
    color: #000;
    font-style: normal;
    font-weight: 300;
    line-height: 58px; 
     letter-spacing: 2px;
}

.products-details-banner-text p {
    font-size: 19px;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 40px;
}

.products-details-banner-wrapper .products-details-banner-button {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; 
    color: #fff;
    padding: 12px 24px;
    border-radius: 12px;
    background: #242424;
    text-decoration: none;
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.products-details-banner-wrapper .products-details-banner-button:hover{
    background: linear-gradient(91deg, #544FF8 70.08%, #2EB6AE 100.12%);
}
.products-details-banner-wrapper .products-details-banner-button img {
    width: 10px;
    height: 10px; 

}
.products-details-banner-wrapper .products-details-banner-button:hover img{
    transform: scale(1.2);
}

.products-details-banner-wrapper .products-details-banner-image {
    position: relative;
    display: flex;
    /* justify-content: right; */
}

.products-details-banner-image .desktop-image {
height: 196px;
position: absolute;
top: -87px;
}
.banner-img-left
{
    justify-content: end;
}
.products-details-banner-image .mobile-image {
    position: absolute;
    bottom: -170px;
}
.products-details-banner-wrapper .products-details-banner-title.h-26 img {
  height: 42px;
}


/* Breakpoints */
@media (max-width: 1399.98px) { 
   
}
@media (max-width: 1199.98px) { 
    .products-details-banner-text
{
    padding-right: 0px;
}
    .products-details-banner-image .mobile-image {
        margin-top: 0px;
        position: relative;
        text-align: center;
        bottom: 0;
        z-index: 1;
        }
     .products-details-banner-wrapper .products-details-banner-title {
        margin-bottom: 10px;display: block;
    }
   .products-details-banner-wrapper .products-details-banner-text h1 {
        font-size: 44px;
        margin-bottom: 18px;
        text-align: center;
    }
    .products-details-banner-content {
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;
    }
    .products-details-banner-text
    {
        text-align: center;margin-bottom: 60px;
    }
    .banner-img-left {
  justify-content: center;
}
.products-details-banner-image .desktop-image {
  height: 154px;
  position: absolute;
  top: 0px;
}
.products-details-banner-wrapper {
  padding: 60px 0 0px 0;
  height: auto;
  margin-bottom: 0;
}
.products-details-banner-wrapper::after
{
    content: "";
    position: absolute;
    bottom: 0;
    background: #fff;
    height: 70px;
    width: 100%;
}
.products-details-banner-text p {
  font-size: 19px; padding: 0 40px;
}
}
@media (max-width: 767.98px) {
        .products-details-banner-wrapper .products-details-banner-text h1 {
        font-size: 40px;
        margin-bottom: 16px;
        line-height: 46px;
    }
    .products-details-banner-text p {font-size: 16px;line-height: 24px}
    .products-details-banner-wrapper .products-details-banner-title.h-26 img {
  height: 26px;
}
}

