.textImage {
	max-width: 100% !important;
}
.textImage img {
	max-width: 100% !important;
	height: auto !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 2px 18px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn a {
	text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 15px;
}

.btn-default {
  color: #fff;
  background-color: #c63663;
  border-color: #c63663;
}

.btn-default a {
	color: white;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #aa0864;
  border-color: #610439;
}
.btn-default:hover {
  color: #fff;
  background-color: #aa0864;
  border-color: #a0075f;
}

.btn-outline {
  background: none;
  border-width: 1px;
  border-color: #c63663;
  color: #c63663;
}
.btn-outline a {
	color: #c63663;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: #c63663;
}
