.obc-content {
  background: #fff;
  padding: 60px 0 100px;
}

.obc-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.obc-title {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 28px;
  color: #0b2d4b;
}

.obc-text {
  font-size: 18px;
  line-height: 1.6;
  max-width: 890px;   /* ← контроль ширини рядків */
  margin-bottom: 10px;
  color: #0b2d4b;
}

.obc-btn {
   display: block;              /* щоб ширина працювала стабільно */
  width: 460px;                /* ← як в оригіналі */
  margin: 22px 0 36px;
  padding: 14px 0;             /* вертикальні відступи */
  background: #B94C19;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;          /* текст по центру */
  transition: background 0.2s ease;
}

.obc-btn:hover {
  background: #a94415;
}

.link-obc{
    color:#B94C19;
    text-decoration: none;
}

.link-obc:hover{
    text-decoration: underline;
}