.title_two p{
	    text-transform: capitalize !important;
		    text-align: justify;
			    font-size: 14px;
    line-height: 24px;
}
.mybutoom-bar {
  content: '';
  display: block;
  width: 384px;
  height: 10px;
  background-image: radial-gradient(circle, #893e81, #973e82, #a53e82, #b33d81, #c03d7f, #bb3c82, #b63c85, #b13c88, #963e8e, #78408f, #57418d, #334086);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
  clip-path: polygon(51% 82%, 100% 18%, 100% 100%, 50% 100%, 0 100%, 0 18%);
}
.mybutoom-bar:hover {
  clip-path: polygon(53% 43%, 100% 80%, 100% 100%, 50% 100%, 0 100%, 0 80%);
}
@media only screen and (max-width: 430px){
	.mybutoom-bar{
		  width: 300px;

	}
}