   .tj-contact-sectionsss {
   background-color: #ffffff;
   text-align: center;
   padding: 50px 20px;
   border-radius: 10px;
   }
   .tj-contact-sectionss h2 {
   font-weight: bold;
   }
   .tj-contact-sectionss p {
   color: #666;
   max-width: 700px;
   margin: 0 auto;
   }
   .line {
   width: 50px;
   height: 3px;
   background-color: blue;
   margin: 10px auto;
   }
   .btn-custom {
   border-radius: 50px;
   padding: 10px 25px;
   font-weight: bold;
   color: #fff;
   background: linear-gradient(to right, #6a11cb, #2575fc);
   border: none;
   }
   .btn-custom:hover {
   background: linear-gradient(to right, #2575fc, #6a11cb);
   }