.section_bg_banner{
    background: linear-gradient(239.14deg, #3751B0 73.22%, #17224A 122.72%);
}
.section_bg_banner .w-25{
    width: 18% !important;
}
.border-blue{
    border:3px solid #2256B2;
}

.downlod-button{
    border-radius: 6px;
    border: 1px solid #0944A8;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 50px 10px 50px;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 15px 15px 0px 0px rgba(0, 0, 0, 0.25);
    padding: 18px 70px;
}
.downlod-button:hover{
    color: #fff;
}
.img-position{
    position: relative;
    left: 100px;
}
 .w-max-content {
    width: -webkit-max-content; /* For Safari */
    width: -moz-max-content; /* For Firefox */
    width: max-content;
  }
.postion-end-50 {
    top: 68%;
    right: 43%;
}
  

@media only screen and (max-width: 768px) {
    .section_bg_banner h1{
        font-size: 24px !important;
        text-align: center !important;
    }
    .section_bg_banner .border{
        margin: auto;
    }
    .section_bg_banner .btn{
        margin: auto;
    }
    .section_bg_banner p{
        text-align: center;
    }
    .custom-mt{
        margin-top: 40px;
    }
    
}

@media only screen and (max-width: 1366px) {
    .mini-img{
        width: 80%;
    }
    
}



#brevo-conversations{
    right: 50px !important;
    bottom: 100px !important;
}