body.widget-snippet .wc-cottage-page, body.widget-snippet .cottage-page-image-wrap.content {
  padding: 40px;
}
.cottage-page-text-wrap a {
  border: 2px solid #a54848;
  color: #a54848;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 17px;
  padding: 13px 28px;
  transition: all 0.5s ease 0s;
  text-transform:uppercase;
}

.cottage-page-text-wrap a:focus{
	color:a54848;
	text-decoration:none;
}
.cottage-page-text-wrap a:hover {
  background: #a54848 none repeat scroll 0 0;
  color: #ffffff;
  text-decoration: none;
  border-color:#a54848;
}
.cottage-page-image-wrap {
  margin-top: 50px;
}

.cottage-page-text-wrap {
  padding-right: 20px;
}

.cottage-page-image-wrap.content, .cottage-page-image-wrap.twologo {
  margin-top: 15px;
  padding: 0 15px;
}
.cottage-page-image-wrap.twologo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}