@font-face {
  font-family: 'Valky Regular';
  src: url("../assets/Valky Regular.ttf") format("truetype"); }

.about-top .left-box h1 {
  font-family: "Valky Regular", sans-serif; }

.about-top {
  display: flex;
  margin-bottom: 60px; }
  @media (max-width: 640px) {
    .about-top {
      flex-direction: column; } }
  .about-top .left-box {
    display: flex;
    flex-direction: column;
    padding-right: 50px;
    width: 45%; }
    @media (max-width: 1024px) {
      .about-top .left-box {
        width: 50%; } }
    @media (max-width: 640px) {
      .about-top .left-box {
        width: 100%;
        margin-bottom: 20px; } }
    .about-top .left-box h1 {
      font-size: 38px;
      font-weight: 400;
      line-height: 1;
      position: relative;
      padding-bottom: 10px;
      margin-bottom: 18px;
      width: fit-content;
      letter-spacing: 2.28px; }
      .about-top .left-box h1:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 20px;
        height: 6px;
        background-color: #000; }
    .about-top .left-box span {
      display: block;
      text-align: right;
      width: 100%; }
    .about-top .left-box img {
      height: auto;
      max-width: 125px; }
  .about-top .right-box {
    font-size: 17px;
    letter-spacing: 2.21px; }

.about-bottom {
  width: 75%;
  margin-left: auto;
  margin-top: 60px;
  font-size: 17px;
  letter-spacing: 2.21px; }
  @media (max-width: 640px) {
    .about-bottom {
      width: 100%; } }
