.header {
  background: linear-gradient(rgba(128, 128, 128, 0.2), rgba(128, 128, 128, 0.2)), url(../image_14.png);
}

body {
  background-image: url(../bkgr.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Open Sans', sans-serif;
}

.header-title {
  position: absolute;
}

.header-news-text {
  padding: 0px;
}

.latest-button {
  text-align: center;
  padding: 10px 5px;
}

.btn-warning {
  background-color: #BE1E2D !important;
  border-color: #BE1E2D !important;
  color: white;
  padding: 20px 0px;
  border-radius: unset;
  padding: 10px 50px;
  font-size: 24px;
}

.seccond-part .btn-warning {
  width: 100%;
}

.btn-warning:hover {
  color: white;
}

.btn-warning:focus {
  color: white;
  box-shadow: 0 0 0 0.2rem #BE1E2D;
}

.sub-title {
  color: red;
  text-align: center;
  padding: 20px 0px;
}

.body-content {
  padding: 60px 15px;
}

@media (max-width: 768px) {
  .header-news-text {
    font-size: 26px !important;
  }
}