/* --- AG --- */
body {
  padding: 1rem;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
}

h1 {
  text-align: center;
}

a {
  color: #1d70b8;
}

a:visited {
  color: #4c2c92
}

a:hover {
  color: #003078
}

a:hover {
  text-decoration-thickness: max(3px, .1875rem, .12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none
}

.brd {
  border: 1px solid red;
}

.text-center {
  text-align: center;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.photo {
  height: 360px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photo img {
  max-width: 100%;
  height: auto;
}

.p-1 {
  padding: 1rem;
}

ul.column-list {
  column-count: 1;
  list-style-type: none;
}

ul.column-list li {
  margin-bottom: 10px;
}

ul.column-list img {
  width: 16px;
  margin-right: 5px;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

figure {
  margin-block-start: 0;
  margin-block-end: 2rem;
  margin-inline-start: 0.5rem;
  margin-inline-end: 0.5rem;
  display: inline-block;
}

#apology,
#notice {
  font-size: 1.1rem;
  color: #B01111;
}

#product-page main h1,
#product-page main h2 {
  color: #B01111;
}

.product {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  display: inline-block;
  margin-bottom: 1rem;
  border-radius: 10px;
}

.product img {
  border-radius: 10px 10px 0 0;
}

.product p {
  margin-block-start: 0;
  margin-block-end: 0.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

header,
main {
  max-width: 1235px;
  margin: 0 auto;
}

.logo {
  width: 150px;
}

.d-flex {
  display: flex;
  justify-content: space-between;
}

.red-border {
  margin-top: 30px;
  padding: 70px;
  box-sizing: border-box;
  background-image:
    url('img/border-top.png'),
    url('img/border-side.png'),
    url('img/border-top.png'),
    url('img/border-side.png');
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: top left, top right, bottom left, bottom left;
  background-size: auto 30px, 30px auto, auto 30px, 30px auto;
}

#product-page section {
  border: 2px solid #000;
  padding: 20px;
}

#product-page #company,
#product-page #reason,
#product-page #claim,
#product-page #contact,
#product-page #apology,
#product-page #procedure {
  border-bottom: 0;
}

#product-page #distributors {
  border-top: 0;
  border-bottom: 0;
}

#product-page  #photos {
  border-top: 0;
  border-bottom: 0;
}

#product-page #top {
  border: 0;
}

@media (min-width:600px) {
  .product {
    max-width: 360px;
    margin: 1rem;
  }
  ul.column-list {
    column-count: 3;
    list-style-type: none;
  }
}

@media (min-width:1280px) {
  figure {
    display: inline-block;
  }
}