@font-face {
  font-family: Aftika-SemiBold;
  src: url("/assets/fonts/Aftika/Aftika-SemiBold.ttf");
}

@font-face {
  font-family: Aftika-Bold;
  src: url("/assets/fonts/Aftika/Aftika-Bold.ttf");
}

@font-face {
  font-family: Aftika-Light;
  src: url("/assets/fonts/Aftika/Aftika-Light.ttf");
}

@font-face {
  font-family: Roxborough CF;
  src: url("/assets/fonts/RoxboroughCF/RoxboroughCF-Regular.ttf");
}

@font-face {
  font-family: Jeko-Regular;
  src: url("/assets/fonts/Jeko/Jeko\ Regular.ttf");
}

@font-face {
  font-family: Jeko-ExtraBold;
  src: url("/assets/fonts/Jeko/Jeko\ Extra\ Bold.ttf");
}

:root {
  --orange-base: #f4c1a3;
  --white-base: #fff;
  --white-lighter: #e4e7ec;
  --black-dark: #303437;
  --orange-lighter: #feeae0;
  --green: #95e2d4;
  --green-lighter: #dee8e0;
}

/* CSS RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
details > summary {
  list-style: none !important;
}
details summary::details-marker {
  display: none !important;
}

html {
  font-size: 16px;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--black-dark);
}

/*----------- MOBILE HEADER -----------*/
#mobile_header > section {
  height: 112px;
  padding: 6vw;
}

#mobile_header nav {
  font-family: Aftika-SemiBold;
  display: inline;
  z-index: 9999;
}

#mobile_header > nav > ul {
  height: calc(100vh - 112px);
}

#mobile_header nav a {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: var(--black-dark);
}

#mobile_header nav hr {
  border: 0;
  border-top: 1px solid #797979;
}

#mobile_header .alt-menu {
  display: block;
}

.hamburger-alt-menu-button * {
  pointer-events: none;
}

.hide {
  display: none !important;
}

.rotate180 {
  transform: rotate(180deg);
}

/*----------- KÃ„Â°TAP DETAY -----------*/
.kitap-detay-body #mobile_header {
  background: var(--orange-lighter);
}

.book_body {
  background: var(--orange-lighter, #feeae0);
}

.book_body.pb-4{
  padding-bottom: 3vw !important;
}

.book_detail {
  background: var(--orange-base);
  padding: 5vw;
}

.book_detail_main details summary {
  padding-inline: 12px;
}

.book_detail_main summary img {
  transform: rotate(180deg);
  width: 0.85vw;
}

.book_detail_main summary:focus img {
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--black-dark, #303437) !important;
}

.book_detail_main details summary + div {
  border-top-width: 0 !important;
}

.kitap_btn_text {
  color: var(--black-dark, #303437);
  font-family: Aftika-SemiBold;
  font-size: 0.65vw;
  font-style: normal;
  font-weight: 600;
  line-height: 0.9vw;
}

.kitap_btn_text.px-2_5{
  padding-inline: 1vw !important;
}

.kitap_btn_text img{
 width: 0.85vw;
}

.summary_text {
  color: var(--black-dark, #303437);
  font-family: Jeko-Regular;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.book_detail_copy_link {
  height: 52px;
}

/*----------- ALIAGA COCUK SAYFASI -----------*/
.aliagacocuk_left_part {
  background: url("./assets/images/aliagacocuk/aliaga_cocuk.png");
  background-size: cover;
  background-position: top !important;
}

.aliagacocuk_right_part {
  padding-inline: 1.5rem;
}

.hakkimizda_right_part h1,
.aliagacocuk_right_part h1 {
  color: var(--black-dark, #303437);
  font-family: Jeko-ExtraBold;
  font-size: 5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 7.5vw;
}

.hakkimizda_right_part p,
.aliagacocuk_right_part p {
  color: var(--black-dark, #303437);
  font-family: Jeko-Regular;
  font-size: 4vw;
  font-style: normal;
  font-weight: 400;
  line-height: 7vw;
  letter-spacing: -0.12px;
}

.aliaga_cocuk_icon {
  margin-bottom: 16px;
  width: 32vw;
  height: auto;
}

/* ikonlar */
.aliaga_kent_bellegi {
  width: 6vw;
  height: auto;
  flex-shrink: 0;
}

.aliaga_belediyesi {
  width: 6vw;
  height: auto;
}

.uretken_belediyecilik {
  width: 15vw;
  height: auto;
}

.logo_line {
  width: 1px;
  height: 3.5vh;
  margin: 0 3vw;
  background-color: var(--black-dark);
}

/*----------- HAKKIMIZDA SAYFASI -----------*/
.hakkimizda_left_part {
  background: url("./assets/images/hakkimizda/hakkimizda.png");
  background-size: cover;
  background-position: right;
}

.aliagacocuk_left_part p, .hakkimizda_left_part p {
  color: var(--white-base);
  font-family: Roxborough CF;
  font-size: 6vw;
  font-style: normal;
  font-weight: 400;
  left: 1.5rem;
  bottom: 2.5rem;
}

/*----------- BASKAN MESAJI -----------*/
.baskan_mesaji,
.baskan_mesaji_section {
  background-color: var(--orange-base);
  padding-top: calc(112px + 16px);
}

.baskan_mesaji_imza {
  margin-top: 2vw;
}

.baskan_mesaji_imza img{
  width: 7vw;
}

.baskan_mesaji h1 {
  color: var(--black-dark);
  font-family: Jeko-ExtraBold;
  font-size: 1.4vw;
  font-weight: 800;
  line-height: 2.5vw;
  text-align: center;
}

.baskan_mesaji p {
  color: var(--black-dark);
  font-family: Jeko-Regular;
  font-size: 0.9vw;
  font-weight: 400;
  line-height: 1.6vw;
  letter-spacing: -0.12px;
  margin-bottom: 0.8vw;
}

.baskan_mesaji_bottom_icon {
  background: url("./assets/images/baskan_mesaji/bottom_mobile.svg");
  background-size: cover;
  background-position: center;
  flex: 1;
  height: 100px;
}

.baskan_mesaji_content {
  padding-bottom: 140px;
}

/*----------- Ã„Â°LETÃ„Â°SÃ„Â°M SAYFASI -----------*/
.iletisim_body {
  background: -webkit-linear-gradient(
    rgba(135, 60, 255, 1),
    rgba(135, 60, 255, 0) 0%
  ),
  -webkit-linear-gradient(-85deg, var(--green) 42%, var(--white-base) 0%);
}

.iletisim_container > * {
  font-weight: 400;
}

.iletisim_container h1 {
  color: var(--black-dark);
  font-family: Jeko-ExtraBold;
  font-size: 24px;
  line-height: 32px;
}

.iletisim_container h2 {
  color: var(--black-dark);
  font-family: Jeko-ExtraBold;
  font-size: 12px;
  line-height: 18px;
}
.iletisim_input_section {
  padding-inline: 3vw;
  width: 100%;
}
.iletisim_container p {
  color: var(--black-dark);
  font-family: Jeko-Regular;
  font-size: 12px;
  line-height: 18px;
}

.iletisim_container input,
.iletisim_container textarea {
  padding: 12px 16px;
  border: 1px solid var(--black-dark);
  font-family: Jeko-Regular;
  color: var(--black-dark);
  font-family: Jeko-Regular;
  font-size: 12px;
  line-height: 18px;
}

.iletisim_container button {
  background-color: var(--green);
  width: 87px;
  color: var(--black-dark);
  font-family: Aftika-SemiBold;
  font-size: 12px;
  line-height: 18px;
}

.iletisim_seperator_line {
  height: 1px;
  background-color: var(--black-dark);
  margin: 0.5vw 0;
}

.iletisim_seperator_little_line {
  height: 0.7vw;
  width: 1px;
  background-color: var(--black-dark);
  margin: 0 0.6vw;
}

.iframe_div {
  filter: grayscale(100%);
}

.iframe_div iframe {
  border-radius: 4px;
}

/*----------- KÃ„Â°TAPLARIMIZ SAYFASI-----------*/
.kitaplarimiz_container .card {
  min-width: 160px;
  min-height: 240px;
  max-width: 45%;
}

.kitaplarimiz_container > div > a.card:nth-child(even) {
  background-color: var(--green-lighter) !important;
}

.kitaplarimiz_container > div > a.card:nth-child(odd) {
  background-color: var(--orange-lighter) !important;
}

.kitaplarimiz_container .card > div:first-child {
  height: 74%;
}

.kitaplarimiz_container .card-body {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 10vh;
  padding-bottom: 2.3vw;
}

.kitaplarimiz_container > div > a.card:nth-child(even) .card-body {
  background: url("/assets/images/kitaplarimiz/mobile_card_bottom_1.svg");
}

.kitaplarimiz_container > div > a.card:nth-child(odd) .card-body {
  background: url("/assets/images/kitaplarimiz/mobile_card_bottom_2.svg");
}

.kitaplarimiz_container .card h2 {
  color: var(--black-dark, #303437);
  font-family: Jeko-ExtraBold;
  font-size: 3.4vw;
  font-style: normal;
  font-weight: 400;
  line-height: 4vw;
}

.kitaplarimiz_container .card h2 + p {
  color: var(--black-dark, #303437);
  font-family: Aftika-Light;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8vw;
/*  text-transform: uppercase;*/
margin-top: 1vw;
display: none;
}

.kitaplarimiz_container + footer {
  padding: 16px;
  background: var(--green-base, #95e2d4);
}

/*----------- GENEL KULLANIM -----------*/
.half_screen_image {
  min-width: 300px;
  min-height: 400px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
  flex: 1;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.theme-border {
  border: 1px solid var(--black-dark, #303437) !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.theme_font_jeko_regular_12 {
  color: var(--black-dark, #303437);
  text-align: justify;
  font-family: Jeko-Regular;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.theme_jeko_extrabold_12 {
  color: var(--black-dark, #303437);
  text-align: justify;
  font-family: Jeko-ExtraBold;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.bg-orange-base {
  background: var(--orange-base, #f4c1a3);
}
.bg-orange-light {
  background: var(--orange-lighter);
}
.bg-black-dark {
  background-color: var(--black-dark, #303437);
}

.text_black_dark {
  color: var(--black-dark, #303437);
}

.jeko_regular {
  font-family: Jeko-Regular;
}

.jeko_extrabold {
  font-family: Jeko-ExtraBold;
}

.fs_12 {
  font-size: 12px;
}
.lh_18 {
  line-height: 18px;
}

.px-2_5 {
  padding-inline: 12px;
}

.py-6 {
  padding-block: 4rem;
}

/*-----------############## DESKTOP GORUNUM ##############-----------*/
/*-----------############## DESKTOP GORUNUM ##############-----------*/
/*-----------############## DESKTOP GORUNUM ##############-----------*/

@media (min-width: 769px) {
  /*----------- DESKTOP HEADER -----------*/

  #desktop_header {
    padding-inline: 42px;
    z-index: 111;
    padding: 2vw 0;
  }

  #desktop_header a {
    color: var(--black-dark, #303437);
    font-family: Aftika-SemiBold;
    font-size: 0.8vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2vw;
    padding: 0 0.7vw;
  }

  #desktop_header img{
    width: 7vw;
    height: auto;
  }

  #desktop_header .desktop_ust_menu_a {
    border-color: var(--black-dark) !important;
  }

  .kurumsal > div {
    display: none;
  }
/*  .kurumsal:hover > div {
    display: initial;
  }*/

  /*----------- GENEL KULLANIM -----------*/
  .half_screen_image {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    background-size: cover;
    background-position: center;
  }

  /*----------- ALÃ„Â°AGA COCUK SAYFASI -----------*/
  .aliagacocuk_right_part {
    padding-right: 5vw;
    padding-top: 100px !important;
    flex: 1;
  }

  .aliagacocuk_left_part {
    background: url("./assets/images/aliagacocuk/aliaga_cocuk.png");
    background-size: cover;
    background-position: top;
    flex: 1;
  }

  .aliaga_cocuk_icon {
    width: 9.5vw;
    height: auto;
  }

  /*----------- HAKKIMIZDA SAYFASI -----------*/
  .hakkimizda_left_part {
    background: url("./assets/images/hakkimizda/hakkimizda.png");
    background-size: cover;
    background-position: right;
  }

  .aliagacocuk_left_part p, .hakkimizda_left_part p {
    left: 5vw;
    bottom: 2.9vw;
    font-size: 1.9vw;
  }

  .logo_line {
    width: 1px;
    height: 3.5vh;
    margin: 0 1vw;
    background-color: var(--black-dark);
  }

  .hakkimizda_right_part h1,
  .aliagacocuk_right_part h1 {
    font-family: Jeko-ExtraBold;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 2.5vw;
    color: var(--black-dark);
  }

  .hakkimizda_right_part p,
  .aliagacocuk_right_part p {
    font-family: Jeko-Regular;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.8vw;
    color: var(--black-dark);
/*    margin-bottom: 1.2vw;*/
    margin-bottom: 0.8vw;
  }

  /*----------- BASKAN MESAJI SAYFASI -----------*/
  .baskan_mesaji_bottom_icon {
    background: url("./assets/images/baskan_mesaji/baskan_mesaji_bottom_icons.svg");
    height: 14vh;
    background-size: cover;
  }

  .baskan_mesaji_content {
    max-width: 55vw;
  }

  /*----------- Ã„Â°LETÃ„Â°SÃ„Â°M SAYFASI -----------*/
  .iletisim_body {
    background: -webkit-linear-gradient(
      rgba(135, 60, 255, 1),
      rgba(135, 60, 255, 0) 0%
    ),
    -webkit-linear-gradient(-167deg, var(--white-base) 60%, var(--green) 0%);
  }

  .iletisim_content {
    padding: 56px 5vw 10px 4.6vw;
  }

  .iletisim_seperator_line.one {
    width: 19vw !important;
  }

  .iletisim_seperator_line.two {
    width: 20vw !important;
  }

  .iletisim_seperator_line.three {
    width: 21vw !important;
  }

  .iletisim_seperator_line.four {
    width: 22vw !important;
  }

  .iletisim_seperator_line.five {
    width: 23vw !important;
  }

  .iletisim_container > * {
    font-weight: 400;
  }

  .iletisim_container h1 {
    color: var(--black-dark);
    font-family: Jeko-ExtraBold;
    font-size: 1.7vw;
    line-height: 2vw;
  }

  .iletisim_container h2 {
    color: var(--black-dark);
    font-family: Jeko-ExtraBold;
    font-size: 0.85vw;
    line-height: 1.3vw;
  }

  .iletisim_container p {
    color: var(--black-dark);
    font-family: Jeko-Regular;
    font-size: 0.85vw;
    line-height: 1.3vw;
  }
  .iletisim_input_section {
    margin-right: 22px !important;
    width: auto;
    margin-top:0;
  }

  .iletisim_container input,
  .iletisim_container textarea {
    padding: 0.6vw 0.85vw;
    border: 1px solid var(--black-dark);
    font-family: Jeko-Regular;
    color: var(--black-dark);
    font-size: 0.85vw;
    line-height: 1.3vw;
    width: 100%;
  }

  .iletisim_container button {
    background-color: var(--green);
    width: 6vw;
    color: var(--black-dark);
    font-family: Aftika-SemiBold;
    font-size: 0.85vw;
    line-height: 1.5vw;
  }

  .iframe_div iframe {
    border-radius: inherit;
    height: 13vw;
  }

  /*----------- KÃ„Â°TAPLARIMIZ SAYFASI-----------*/
  .kitaplarimiz_container .card {
    max-width: 15.938vw;
    max-height: 22vw;
  }

  .kitaplarimiz_container > div .card-body {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 12vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
/*    padding: 1.2vw;*/
padding: 1.2vw 1.2vw 0.7vw 1.2vw;
}

.kitaplarimiz_container .card h2 {
  font-size: 1.2vw;
  line-height: 1.5vw;
}

.kitaplarimiz_container .card h2 + p {
  font-size: 0.62vw;
  line-height: 0.95vw;
  margin-top: 0;
}

.kitaplarimiz_container + footer {
  padding: 1.5vw 5vw;
}

button#previous img,
button#next img {
  width: 2.5vw;
  height: 2.5vw;
}
}

@media (min-width: 992px) {
  #desktop_header {
    padding-inline: 5vw;
  }
}

@media (min-width: 1000px) {
  .book_detail_desktop {
    padding-inline: 23vw !important;
  }
}

@media (min-width: 1200px) {
  #desktop_header > nav > ul {
    width: auto;
  }
  .iletisim_input_section {
    min-width: 41.9vw;
    margin-top:0;
  }
}

@media (min-width: 800px) {
  #canvas {
    display: none;
  }
}

@media (max-width: 800px) {
  #canvas1,
  #canvas2 {
    display: none;
  }
}

#canvas1, #canvas2{
  height: 23.44vw !important;
}

.book_detail_desktop.py-6{
  padding-block: 3.4vw !important;
}

.book_detail_desktop .mb-5{
  margin-bottom: 2.5vw !important;
}

.book_detail_desktop .pb-3{
  padding-bottom: 0.8vw !important;
}

.book_detail_desktop .mb-3{
  margin-bottom: 0.8vw !important;
}

.book_detail_desktop .px-3{
  padding-left: 0.7vw !important;
  padding-right: 0.7vw !important;
}

.book_detail_desktop .px-3.son-cizgi{
  padding-left: 1.2vw !important;
  padding-right: 0 !important;
}

.kitap-detay-h3{
  font-size:1.3vw !important;
}

div .kitap-detay-p {
  font-size: 0.9vw;
  line-height: 1.5vw;
  font-family: Jeko-Regular;
  color: var(--black-dark, #303437);
}

div .kitap-detay-p p{
  margin-bottom: 0.4vw;
}

div .kitap-detay-mobil-p {
  font-size: 15px;
  line-height: 25px;
  font-family: Jeko-Regular;
  color: var(--black-dark, #303437);
}

div .kitap-detay-mobil-p p{
  margin-bottom: 0.4vw;
}

.kitap-detay-yazar {
  font-size: 0.85vw;
  line-height: 1.3vw;
}

.kitap-detay-yazi {
  font-size: 0.85vw;
  line-height: 1.3vw;
}

.kitap-detay-dik-cizgi {
  height: 2.35vw;
  width: 0.04vw;
}

.popup-ses-baslik {
  font-size: 15px;
  font-family: Jeko-Regular;
  margin-bottom: 5px;
}

.popup-ses-yazi {
  font-size: 13px;
  font-family: Jeko-Regular;
}


.kitaplar-footer-sol img{
  max-width: 12.6vw !important;
}

.kitaplar-footer-orta img{
  width: 19vw;
}

.kitaplar-footer-sag img{
  max-width: 13.13vw !important;
}

.kitaplarimiz_container{
  max-width: 68.8vw !important;
}

.kitaplarimiz_container .column-gap-md-4{
  column-gap: 1.3vw !important;
}

.kitaplarimiz_container .row-gap-3{
  row-gap: 1.3vw !important;
}

.kurumsal-dropdown{
  padding: 0.5vw 0.6vw 0.65vw;
  margin-top: 5vw !important;
}

.kitap-detay-buton-container{
  padding-inline: 23vw;
}

.logo_part{
  justify-content: flex-end;
}

.kitap-detay-baslik h2{
  font-size: 1.7vw;
  font-family: Jeko-ExtraBold;
  margin-bottom: 0.3vw;
  color: #2e2e2e;
}

.kitap-detay-baslik p{
  font-size: 1.2vw;
  font-family: Jeko-Regular;
  color: #2e2e2e;
  line-height: 1.5vw;
}

.yazar-ayirici{
  padding: 0 0.5vw;
}

.yazar-section{
  display: flex;
  flex-direction: column;
}

.genel-yayin{
  padding-right: 1.2vw;
}

.iletisim-sosyal{
    font-family: Jeko-Regular;
  }

  .yazar-section .pb-2{
    padding-bottom: 0.4vw !important;
  }

@media (max-width:767px){
  .aliaga_kent_bellegi, .aliaga_belediyesi, .uretken_belediyecilik{
    width: 48vw !important;
  }
  .baskan_mesaji h1{
    font-size: 5vw;
    line-height: 7.5vw;
  }
  .baskan_mesaji p{
    font-size: 4vw;
    line-height: 7vw;
  }
  .baskan_mesaji_imza img{
    width: 30vw;
  }
  .baskan_mesaji_imza {
    margin-top: 6.5vw;
  }
  .iletisim-bilgileri{
    padding-right: 1.5rem;
  }
  .iletisim_seperator_line{
    margin: 2.5vw 0;
  }
  .iletisim_seperator_little_line{
    height: 3.7vw;
    margin: 0 1.6vw;
  }
  .book_body{
    height: auto;
  }
  .kitap_btn_text{
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
  .kitap_btn_text img {
    width: 3.85vw;
  }
  .kitap_btn_text.px-2_5 {
    padding-inline: 2.6vw !important;
  }
  .book_body.pb-4 {
    padding-bottom: 6.5vw !important;
  }
  .book_detail_main summary img{
    width: 4.85vw;
  }
  .mobile-indir-button{
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .kitaplarimiz_container{
    max-width: inherit !important;
  }

  .kitaplar-footer-sol img {
    max-width: 100% !important;
  }

  .kitaplar-footer-orta img {
    width: 48vw;
  }

  .kitaplar-footer-sag img{
    max-width: 100% !important;
  }
  .kitap-detay-buton-container{
    padding-inline: 5.5vw;
    padding-top: 7.5vw;
  }
  .logo_part{
    justify-content: flex-start;
    margin-bottom: 8vw !important;
  }
  .aliagacocuk_left_part p, .hakkimizda_left_part p{
    left: 8vw;
  }

  .kitap-detay-baslik{
    padding: 7vw 0;
  }

  .kitap-detay-baslik h2{
    font-size: 4.5vw;
    margin-bottom: 2.5vw;
  }

  .kitap-detay-baslik p{
    font-size: 4.2vw;
    line-height: 5.2vw;
  }

  .iletisim-sosyal{
    font-size: 12px;
    line-height: 18px;
  }
}
