
.centered-box {
  margin: 0 auto;
  text-align: center;
}

.blog-date {
  font-size: 18px;
  font-family: 'Rokkitt';
  font-weight: 400;
  color: #868686;
  text-align:left;
}

.blog-date-center {
  font-size: 18px;
  font-family: 'Rokkitt';
  font-weight: 400;
  color: #868686;
  text-align:center;
}

.blog-header {
  color:#ae0d0d;
  font-weight:600;
  font-size:20px;
  font-family: Rokkitt;
  text-align:left;
}

.blog-title {
  font-size: 40px;
  font-family: 'Rokkitt';
  font-weight: 600;
  color: #000000;
}

.blog-descr {
  font-size: 18px;
  font-family: 'Rokkitt';
  color: #000000;
  line-height: 1.6;
  text-align: center;
}

.blog-text {
  font-size: 18px;
  font-family: 'Rokkitt';
  color: #000000;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

.blog-text-header {
  margin-top: 40px;
  text-align: left;
  color: #000000;
  font-weight: 600;
  font-size: 23px;
  font-family: 'Rokkitt';
}

.blog-text-gray {
  font-size: 16px;
  font-family: 'Rokkitt';
  color: #868686;
  line-height: 1.2;
  text-align: left;
}

.blog-svg {
  display: flex;
  gap: 25px;
  justify-content: center;
}

.blog-share {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Rokkitt';
}

.blog-list ul {
  list-style-type: disc;
  padding-left: 30px;
  font-size: 18px;
  font-family: 'Rokkitt';
  color: #000000;
  line-height: 1.2;
  text-align: left;
}

.img-full {
  width: 100%;
  height: auto;
}

.img-fixed {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.img-fixed-small {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.box-100 { width: 100%; }
.box-80  { width: 80%; }
.box-70  { width: 70%; }

@media (max-width: 768px) {
  .box-70 {
    width: 100%;
  }
  .box-80 {
    width: 95%;
  }
  .img-fixed {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.no-padding { padding: 0; }
.mb-20 { margin-bottom: 20px; }
.mt-20 { margin-top: 20px; }
.mt-40 { margin-top: 40px; }
.ml-2 { margin-left: 2px; }
.mr-2 { margin-right: 2px; }
