.grecaptcha-badge {
  display: none !important;
}
.content-page{
  padding-top: 25rem;
  max-width: 65.625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.breadcrubms {
  display: flex;
}

.breadcrubms a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #c60e14;
}

.breadcrubms a::after {
  content: "/";
  display: block;
  margin: 0 2px;
}

.breadcrubms a:last-child {
  pointer-events: none;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #d4cdbb;
}

.breadcrubms a:last-child::after {
  display: none;
}
.content-page__title{
  margin-top: 1.25rem;
  font-weight: 500;
font-size: 40px;
line-height: 100%;
letter-spacing: -0.05em;
text-transform: uppercase;
color: #c60e14;
}
.content{
  margin-top: 1.25rem;
  padding-bottom: 60px;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
}
.content a{
  font-weight: 600;
color: #0099a5
}
h2{
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
font-size: 28px;
line-height: 130%;
letter-spacing: -0.02em;
color: #c60e14
}
blockquote{
  margin-top: 20px;
  margin-bottom: 20px;
  border: 6px solid #c60e14;
  padding: 30px;
}
.content ul{
  list-style: disc;
  margin-left: 20px;
}
@media(max-width:1175px){
  .content-page{
    max-width: 56.25rem
  }
}
@media(max-width:1050px){
.content-page{
  padding-top: 200px;
    padding-left: 80px;
    padding-right: 80px;
}
}
@media(max-width:767px){
  .content-page{
  padding-top: 250px;
    padding-left: 20px;
    padding-right: 20px;
}
.content-page__title{
  font-size: 26px;
}
.content{
  font-size: 14px;
}
.breadcrubms{
  flex-wrap: wrap;
  gap: 5px;
}
blockquote{
  padding: 16px;
  border: 4px solid #c60e14;
}
h2{
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 20px;
}
}