/* ===== ABOUT SECTION ===== */
.comic-about {
  padding: 100px 0;
    background-image: url("/images/about-bg1.png");
    background-position: center;
    background-size: cover;
}

@media (max-width: 768px) {
  .comic-about {
    background-image: url("/images/about-mb.png");
    background-position: center;
    background-size: cover;
  }

  .about-image{
    margin-top: 30px;
  }
  
}

/* TITLE */
.about-title {
  font-size: 2.8rem;
  font-weight: 900;
  color: #000;
  display: inline-block;
  padding: 15px 30px;
  background: #ffeb3b;
  border: 4px solid #000;
  border-radius: 20px;
  box-shadow: 6px 6px 0 #000;
}

/* TEXT BOX */
.about-text-box {
  background: #ffffff;
  border: 4px solid #000;
  border-radius: 25px;
  padding: 30px;
  box-shadow: 6px 6px 0 #000;
}

.about-text-box p {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* IMAGE */
.about-image {
  max-width: 100%;
  /* border-radius: 25px;
  border: 4px solid #000;
  box-shadow: 6px 6px 0 #000; */
}
