.desk_new33 {
  display: block;
  width: 40%;
  height: 100%;
}

.txt_img{
	background-image: url(https://www.capillarytech.com/wp-content/uploads/2024/11/img1.webp);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
}


@media screen and (min-width:350px) and (max-width:750px) {
  .comman_box__title{
  	display: flex;
    justify-content: center;
  }
  .desk_new33 {
     width: 80%;
     margin-bottom: 20px;
  }
  .bb1{
  	font-size: 16px !important;
	padding: 12px 15px !important;
  }
  #bb1{
  	font-size: 16px !important;
	padding: 12px 15px !important;
  }
}