* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "IBM Plex Serif", serif;
  color: #111111;
}

a {
  text-decoration: none;
}

.header {
  width: 100%;
  border-bottom: 4px solid #efefef;
}

.header__container {
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.header__logo {
  font-size: 32px;
  font-weight: 600;
  color: #111111;
  text-transform: uppercase;
}

.header__tag {
  font-size: 12px;
  font-weight: 400;
  color: #111111;
  text-transform: uppercase;
}

main {
  max-width: 1100px;
  margin: 24px auto 40px;
}

.main {
  max-width: 914px;
  margin: 0 auto;
}

h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 24px;
}

h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 16px;
}

p {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 16px;
}

.expert {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.expert__text {
  font-size: 13px;
  font-weight: 300;
  color: #111111;
  text-transform: uppercase;
}

.expert__icon {
  width: 8px;
  height: 16px;
  margin-left: 10px;
}

.text-block {
  padding-left: 16px;
  border-left: 2px solid #f7cf3c;
  font-size: 25px;
  font-weight: 400;
  color: #111111;
}

.custom-block__img {
  margin-top: 50px;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}

.custom-block__divider {
  border-bottom: 1px solid #111111;
  margin-bottom: 36px;
}

.author-block {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 374px;
}

.author-block__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.author-block__name {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.author-block__date {
  font-weight: 300;
  font-size: 11px;
  line-height: 20px;
  margin-top: 4px;
}

.author-block__divider {
  max-width: 374px;
  margin-top: 16px;
  border-bottom: 1px solid #111111;
  margin-bottom: 40px;
}

.custom-list {
  padding-left: 24px;
  margin-bottom: 16px;
}

.custom-list li {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.container-2 {
  margin-bottom: 32px;
}

.header-strip {
  background-color: #f7cf3c;
  padding: 8px;
  font-weight: bold;
  font-size: 20px;
}

.row {
  background-color: #f7cf3c0d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
}

.label-group {
  display: flex;
  flex-direction: column;
}

.main-label {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.sub-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #8e8e8d;
  margin-top: 4px;
}

.value {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.positive {
  color: #43a047;
}

.balance-value {
  color: #8e8e8d;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: right;
  display: block;
  margin-top: 4px;
}

.btn-container {
  max-width: 555px;
  text-align: center;
  margin: 32px auto 0px;
}

.action-btn {
  background-color: #f7cf3c;
  border: none;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
  transition: background 0.3s;
}

.action-btn:hover {
  background-color: #e1bc27;
}

.input-comment {
  width: 100%;
  border: 1px solid #f7cf3c;
  border-radius: 4px;

  padding: 9.5px 16px;

  font-weight: 400;
  font-size: 16px;
  line-height: 130%;

  margin-bottom: 16px;
}

.input-comment::placeholder,
.textarea-comment::placeholder {
  color: #d4d4d440;
}

.textarea-comment {
  width: 100%;
  border: 1px solid #f7cf3c;
  border-radius: 4px;

  padding: 16px;

  font-weight: 400;
  font-size: 16px;
  line-height: 130%;

  margin-bottom: 32px;
}

.comment-button {
  width: 100%;
  border-radius: 4px;

  background: #f7cf3c;
  padding: 18px 0;

  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;

  color: #1a231a;

  display: flex;
  justify-content: center;
  align-items: center;

  margin-bottom: 32px;
}

.comments-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.comment-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comment-one-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comment-container-img-text {
  display: flex;
  align-items: center;
  gap: 16px;
}

.image-comment {
  width: 40px;
  height: 40px;

  object-fit: cover;
  border-radius: 50%;
}

.author-comment {
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;

  color: #1a231a;
}

.comment-time {
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;

  color: #999d99;
}

.text-comment {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;

  color: #1a231a;
}

.comment-container-like-responder {
  display: flex;
  gap: 16px;
  align-items: center;
}

.like-respond-text {
  display: flex;
  align-items: center;
  gap: 8px;

  font-weight: 400;
  font-size: 14px;
  line-height: 120%;

  color: #999d99;
}

.left-margin-comment {
  margin-left: 94px;
}

footer {
  border-top: 1px solid #d4d4d480;
  padding: 32px 170px;

  display: flex;
  flex-direction: column;
  gap: 16px;
}

.headline-footer {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #006ea7;
}

.text-footer {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;

  color: #1a231a;
}

.text-copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;

  color: #999d99;
}

.footer-links-one {
  list-style: none !important;

  display: flex;
  gap: 20px;
  flex-wrap: wrap;

  font-weight: 400;
  font-size: 14px;
  line-height: 27px;

  color: #006ea7;
}

.footer-links-two {
  list-style: none !important;

  display: flex;
  gap: 20px;
  flex-wrap: wrap;

  font-weight: 300;
  font-size: 14px;
  line-height: 18px;

  color: #006ea7;
}

.footer-links-two li,
.footer-links-one li {
  white-space: nowrap;
  color: #006ea7;
}

ul {
    list-style-type: disc !important;
}
@media (max-width: 768px) {
  footer {

    padding: 32px 16px;

  }

  .btn-container {
    max-width: 100%;
  }

  .left-margin-comment {
    margin-left: 32px;
  }

  .author-block {
    margin: 0 auto;
  }

  .author-block__divider {
    margin: 16px auto 24px;
  }

  .custom-block__divider {
    display: none;
  }

  .header__container {
    padding: 8px 16px;
  }

  h1 {
    font-size: 30px;
  }

  main {
    padding: 0px 16px;
  }

  p {
    font-size: 19px;
  }

  .custom-list li {
    font-size: 19px;
  }

  .text-block {
    font-size: 21px;
  }
}
