h3{
    margin: 0;
}

section.writes {
  color: var(--color-1);
  width: 100%;
  height:100%;
  display: flex;
  justify-content: start;
  align-items: start;
}

section.writes .writes-container{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  background-color: var(--default);
  /* margin-bottom: 50px; */
}
section.writes .writes-content{
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 40px;
}

.athiest{
  text-align: justify;
    width: 100%;
  text-transform: lowercase;
}
.justify-1{
  text-align: end;
}
.atheist-button{
  cursor: pointer;
}
span.semibold{
  text-transform: capitalize !important;
}
section.writes .bc{
    width: 100%;
    color: var(--color-2);
    margin-top:35px;
    margin-bottom: 0;
}
p span.next-line{
  display: block;
  padding: 0;
  margin:0px;
  margin-top:10px;
}
article {
  margin-top: 10px !important;
  text-align: justify;
}
span.italic{
  font-style: italic;
}



@media (max-width: 1024px) {
  section.writes .writes-content{
    width: 90%;
  }
}

@media (max-width: 768px) {
  section.writes .writes-content{
    width: 90%;
  }
}

@media (min-height: 1671px) and (min-width:1024px) {
  section.writes .writes-content{
    width: 60%;
  }
}