.about_page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
}
@media (max-width: 1120px) {
  .about_page {
    margin-top: 0px;
  }
}
.about_page .about_brand {
  width: 100%;
  position: relative;
  gap: 210px;
}
@media (max-width: 1500px) {
  .about_page .about_brand {
    gap: 105px;
  }
}
@media (max-width: 1120px) {
  .about_page .about_brand {
    flex-direction: column;
    gap: 40px;
  }
}
.about_page .about_brand .wp-block-column:first-child {
  max-width: 625px;
  flex-basis: 625px;
}
@media (max-width: 1120px) {
  .about_page .about_brand .wp-block-column:first-child {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 1120px) {
  .about_page .about_brand .wp-block-column:first-child figure {
    display: none;
  }
}
.about_page .about_brand .wp-block-column:last-child {
  max-width: 779px;
  flex-basis: 779px;
}
@media (max-width: 1120px) {
  .about_page .about_brand .wp-block-column:last-child {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.about_page .about_brand h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1120px) {
  .about_page .about_brand h2 {
    margin-top: 20px;
  }
}
.about_page .about_brand h2 em {
  color: #000;
  font-size: var(--fs-heading);
  font-weight: 300;
  font-style: italic;
}
@media (max-width: 1120px) {
  .about_page .about_brand h2 em {
    font-size: var(--fs-subhead);
  }
}
.about_page .about_brand h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: var(--fs-subhead-lg);
  font-style: italic;
}
@media (max-width: 1120px) {
  .about_page .about_brand h3 {
    margin-top: 20px;
  }
}
.about_page .about_brand h3 em {
  color: #000;
}
.about_page .about_brand p {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 1120px) {
  .about_page .about_brand p {
    font-size: var(--fs-caption);
    margin-bottom: 15px;
  }
}
.about_page .about_sertefications {
  background: #000;
  padding: 126px 20px 64px 20px;
  gap: 210px;
  color: #fff;
  position: relative;
  margin-top: -126px;
  z-index: -1;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1500px) {
  .about_page .about_sertefications {
    gap: 105px;
  }
}
@media (max-width: 1420px) {
  .about_page .about_sertefications {
    margin-top: -50px;
  }
}
@media (max-width: 1120px) {
  .about_page .about_sertefications {
    margin-top: -65px;
    margin-left: -15px;
    width: calc(100% + 30px);
    gap: 40px;
    flex-direction: column;
  }
}
.about_page .about_sertefications h2 {
  font-size: var(--fs-heading);
  margin-top: 90px;
  margin-bottom: 20px;
}
.about_page .about_sertefications h2 em {
  font-weight: 300;
  color: #fff;
}
@media (max-width: 1120px) {
  .about_page .about_sertefications h2 {
    font-size: var(--fs-subhead);
    margin-top: 0px;
    margin-bottom: 40px;
  }
}
.about_page .about_sertefications p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (max-width: 1120px) {
  .about_page .about_sertefications p {
    font-size: var(--fs-caption);
  }
}
.about_page .about_sertefications .wp-block-column:first-child {
  max-width: 625px;
  flex-basic: 625px !important;
}
@media (max-width: 1120px) {
  .about_page .about_sertefications .wp-block-column:first-child {
    max-width: 100%;
    flex-basic: 100% !important;
  }
}
.about_page .about_sertefications .wp-block-column:last-child {
  max-width: 625px;
  flex-basic: 625px !important;
}
@media (max-width: 1120px) {
  .about_page .about_sertefications .wp-block-column:last-child {
    max-width: 100%;
    flex-basic: 100% !important;
  }
}
.about_page .about_sertefications .wp-block-column:last-child .sert_images {
  margin-top: 50px;
}
.about_page .about_sertefications .wp-block-column:last-child .sert_images > .wp-block-column {
  width: 150px;
  flex-basis: 150px !important;
  max-width: 150px !important;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1120px) {
  .about_page .about_sertefications .wp-block-column:last-child .sert_images {
    display: none;
  }
}
.about_page .about_sertefications figure > figure:first-child > img {
  width: 129px;
  display: block;
}
.about_page .about_sertefications figure > figure:last-child > img {
  width: 150px;
  display: block;
}
.about_page .three_blocks {
  width: 100%;
  max-width: 1612px;
  position: relative;
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 25px;
  margin-top: 90px;
}
@media (max-width: 1120px) {
  .about_page .three_blocks {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
}
.about_page .three_blocks > .wp-block-column:nth-child(1) {
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  gap: 65px;
}
@media (max-width: 1120px) {
  .about_page .three_blocks > .wp-block-column:nth-child(1) {
    grid-column: span 2;
  }
}
.about_page .three_blocks > .wp-block-column:nth-child(1) a {
  border-radius: 0px;
  font-size: var(--fs-body);
  text-decoration: none;
  background: #141414;
  border: 1px solid #141414;
  padding: 12px;
  width: 260px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: 0.2s 0s;
}
.about_page .three_blocks > .wp-block-column:nth-child(1) a:hover {
  background: transparent;
  color: #141414;
  text-decoration: none;
}
.about_page .three_blocks > .wp-block-column:nth-child(1) .wp-block-heading {
  font-size: var(--fs-subhead-lg);
  font-weight: 300;
  color: #000;
}
@media (max-width: 1120px) {
  .about_page .three_blocks > .wp-block-column:nth-child(1) .wp-block-heading {
    font-size: var(--fs-body);
  }
}
.about_page .three_blocks > .wp-block-column:nth-child(2),
.about_page .three_blocks > .wp-block-column:nth-child(3) {
  padding: 30px;
  padding-bottom: 90px; /* space for circle */
  color: #000;
  border: 1px solid #000;
  font-weight: 300;
  font-size: var(--fs-body);
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative; /* important */
}
@media (max-width: 1120px) {
  .about_page .three_blocks > .wp-block-column:nth-child(2),
  .about_page .three_blocks > .wp-block-column:nth-child(3) {
    font-size: var(--fs-caption);
  }
}
.about_page .three_blocks > .wp-block-column:nth-child(2) strong,
.about_page .three_blocks > .wp-block-column:nth-child(3) strong {
  font-weight: 700;
}
.about_page .three_blocks > .wp-block-column:nth-child(2):after,
.about_page .three_blocks > .wp-block-column:nth-child(3):after {
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 100%;
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.about_page .we_works {
  width: 100%;
  max-width: 1612px;
  position: relative;
  display: grid !important;
  align-items: stretch !important;
  grid-template-columns: 1fr 1fr;
  padding: 67px 229px;
  background-image: url("/wp-content/themes/serum/assets/images/about_bg.png");
  background-position: center center;
  background-size: cover;
  gap: 0;
  margin-top: 90px;
}
@media (max-width: 1420px) {
  .about_page .we_works {
    padding: 67px 115px;
  }
}
@media (max-width: 1120px) {
  .about_page .we_works {
    padding: 20px 25px;
    grid-template-columns: 1fr;
  }
}
.about_page .we_works .wp-block-column:first-child {
  background: #fff;
  padding: 50px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1120px) {
  .about_page .we_works .wp-block-column:first-child {
    padding: 50px 20px;
  }
}
.about_page .we_works .wp-block-column:first-child h2 {
  font-size: var(--fs-heading);
  margin-bottom: 60px;
}
@media (max-width: 1120px) {
  .about_page .we_works .wp-block-column:first-child h2 {
    font-size: var(--fs-subhead);
    margin-bottom: 40px;
  }
}
.about_page .we_works .wp-block-column:first-child h2 em {
  color: #000;
}
.about_page .we_works .wp-block-column:first-child p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
@media (max-width: 1120px) {
  .about_page .we_works .wp-block-column:first-child p {
    font-size: var(--fs-caption);
  }
}
.about_page .we_works .wp-block-column:first-child a {
  padding: 12px;
  background: #141414;
  width: 260px;
  text-align: center;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  border: 1px solid #141414;
  margin-top: 60px;
  transition: 0.2s 0s;
}
.about_page .we_works .wp-block-column:first-child a:hover {
  background: transparent;
  color: #141414;
  text-decoration: none;
}
@media (max-width: 1120px) {
  .about_page .we_works .wp-block-column:first-child a {
    margin: 0 auto;
    margin-top: 40px;
  }
}
.about_page .we_works .wp-block-column figure.wp-block-image.size-full {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_page .we_works .wp-block-column figure.wp-block-image.size-full img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
