 

.box.col-6 img 
{
    margin-top: -3px;
}
.exclusiv {
    padding: 70px 0px;
  max-width: 1000px;
    margin: 0 auto;
      margin-bottom: 60px !important;
}
.exclusiv-photo 
{
    margin-top: -25px;
}
.exclusiv {

}
.two-col-boxes {
   padding:40px 0px 0px 0px;
}
.box.col-6 {
    flex: 0 0 48%;
    max-width: 48%;
    width: 48%;
}
.two-col-boxes.d-flex {
    gap: 30px;
      row-gap: 50px;
}
 .box.col-6{
    background-color: #fff;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 36%);
    margin-bottom: 10px;
    margin-top: 10px;
   
} 
.number-sec {
    display: none  !important;
}
.box-body {
    padding: 30px 30px 30px 30px;
}
.exclusiv-heading h2 {
    color: #000 !important;
       margin: 0px !important;
    font-size: 55px !important;
}
.box-body p {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    text-align: left;
}
.box-body h4 {
    display: flex;
    column-gap: 10px;
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
}
.exclusiv span {
    color: #0078B9;
    font-weight: 600;
}


@media only screen and (max-width: 450px) {
  .exclusiv {
    padding: 50px 0px  50px 0px  !important;
    
}
  body .exclusiv-heading h2 {
        margin-top: 0px !important;
    }
  .box-body p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    text-align: left;
}
  .box-body img {
    width: 30px !important;
}
  .box-body h4 ,.exclusiv-heading span {
  font-size:14px  !important;
  }