* {margin: 0px;}



.grid-bms-mb {display: none;}

.grid-bms {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 0px 40px;
    gap: 24px;
    width: 100%;
    max-width: 894px;
margin: 0 auto;
    border: 1px solid #ebecf5;
border-radius: 20px;

}
.grid-bms p {
font-size: 20px !important;
  color: #67697A;
  font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
}


.grid-bms a {
color: #0025e0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  display: flex;

}

.text-bms h2 {
margin-bottom: 8px;
  text-align: left;

}

.text-bms p {
    margin-bottom: 16px;
    
    }

.img-bms {
display: flex;

}

@media screen and (max-width: 720px) {

.grid-bms {display: none;}


    .grid-bms-mb {
           align-items: center;
    border: 1px solid #ebecf5;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    max-width: calc(100%-64px);
   
    width: 100%;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
}
    }

    .text-bms-mb h6 {
        margin-bottom: 8px;
      text-align: left;
      font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 100%
        
        }

        .text-bms-mb {
            padding: 24px;

        }
        
        .text-bms-mb p {
            margin-bottom: 16px;
            
            }
        
       .img-bms-mb {
    display: none;
}

.grid-bms-mb a {
color: #0025e0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  display: flex;

}

}