.first-section .container {
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}
.writter-info,
.bottom-header-text,
.sharing {
  display: flex;
}
.bottom-header-text {
  justify-content: space-between;
}

.writter-info p {
  padding-right: 25px;
}

.sharing p {
  padding-right: 9px;
}

.third-section input,
.third-section textarea {
  height: 42px;
  padding-left: 7px;
  padding-right: 7px;
}
.third-section input {
  width: -webkit-fill-available;
  border: none;
  background: #f5f5f5;
}
.third-section textarea {
  width: -webkit-fill-available;
  height: 181px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 7px;
  resize: none;
  border: none;
  background: #f5f5f5;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 42px;
  row-gap: 17px;
}
.grid-item-3 {
  grid-column-start: 1;
  grid-column-end: 3;
}
.send-comment {
  background-color: #169e50;
  border: none;
  padding: 10px;
  border-radius: 10px;
  color: white;
}
.third-section .container {
  padding-bottom: 66px;
}
.img-desc {
  width: -webkit-fill-available;
  height: fit-content;
}

.text-title-center {
  font-size: 42px;
}
.p-tag-scale{
  display: none;
}

.img-content{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
/* Mobile styles */
@media (max-width: 768px) {
  .second-section{
    padding: 20px 10px !important;
  }
  .container h2{
    font-size: 29px;
  }
  .writter-info p{
    font-size: 12px !important;
  }
  .sharing p{
    font-size: 12px !important;
  }
  .container img{
    height: 50%;
}
.p-tag-scale{
    display: grid;
    grid-template-columns: 0.75fr 1fr 0.75fr;
    align-items: center;
  }
  .writter-info>p:last-child{
    display: none;
  }
  .p-tag-scale p{
    margin: 0;
    text-align: center;
  }
  .first-section .container{
    border-bottom: none;
  }
}
@media (max-width: 486x) {
  .second-section{
    padding: none !important;
  }
  .container h2{
    font-size: 20px;
  }
  .writter-info p{
    font-size: 6px !important;
  }
  .sharing p{
    font-size: 6px !important;
  }
  .container img{
    height: 50%;
  }
}