/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 20 version
*/

/* 
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 10 version */

.container {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: fixed;
}

.art {
  color: #f8f9fa;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}

ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 25px;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}

li a {
  color: white;
  -webkit-transition-duration: 0, 7s;
  -o-transition-duration: 0, 7s;
  transition-duration: 0, 7s;
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
}
li a:hover {
  border-bottom: 2px solid #d4a373;
}
.main {
  color: aqua;
}

.line1 {
  width: 0.5px;
  height: 20px;
  margin-left: 17px;
  margin-right: 17px;
}
.div-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 710px) {
  .div-2 {
    display: none;
  }
}

.fa-facebook {
  margin-right: 18px;
}
.fa-twitter {
  margin-right: 18px;
}
.fa-youtube {
  margin-right: 18px;
}

.fa-bars {
  display: none;
  font-size: 40px;
}

@media (max-width: 710px) {
  .fa-bars {
    display: inline-block;
  }
}

.s-1 {
  height: 600px;
  background-image: url(../images/saxli.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.სახლი {
  max-width: 120px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  padding: 5px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-top: 250px;
  margin-left: 70px;
}

@media (max-width: 620px) {
  .სახლი {
    margin-left: 20px;
  }
}

.sax {
  color: #fff;
  text-align: right;
  font-family: "Ubuntu", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}

.add {
  margin-left: 70px;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}

@media (max-width: 620px) {
  .add {
    font-size: 20px;
    margin-left: 20px;
  }
}

.pp {
  color: #e5e5e5;
  font-family: Lora;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  margin-left: 70px;
}

@media (max-width: 620px) {
  .pp {
    margin-left: 20px;
  }
}

.m-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 540px;
  height: 200px;
  gap: 15px;
}

@media (max-width: 620px) {
  .m-div {
    max-width: 500px;
  }
}

/* აქ ვიწყებ მეორე სექციის გაკეტებას */

.container1 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  margin-top: 150px;
}

.main-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1300px;
}

@media (max-width: 620px) {
  .main-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

.pho {
  color: #495057;
  font-family: "Lora", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.card1 {
  margin-top: 40px;
  max-width: 310px;
  height: 450px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.card1:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 2;
}
.img1 {
  margin-bottom: 15px;
  width: 310px;
  height: 280px;
  border-radius: 5px;
}

.time {
  color: #6c757d;
  font-family: "Lora", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
}

.h333 {
  color: #495057;
  font-family: "Lora", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 138.889% */
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.p-p {
  color: #6c757d;
  font-family: "Lora", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: 1px;
}

/* აქ ვიწყებ footers */

.container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1530px;
  height: 400px;
  background-color: #212529;
  margin-top: 150px;
}
.div-1 {
  max-width: 220px;
}
@media (max-width: 700px) {
  .div-1 {
    display: none;
  }
}

.contact {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 138.889% */
  margin-bottom: 16px;
  letter-spacing: 1px;
}
@media (max-width: 700px) {
  .contact {
    font-size: 15px;
    letter-spacing: none;
    margin-bottom: 2px;
  }
}

.mail {
  color: #e5e5e5;
  font-family: "Lora", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 700px) {
  .mail {
    font-size: 10px;
  }
}

.tell {
  color: #e5e5e5;
  font-family: "Lora", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.div-3 {
  max-width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 18px;
}

.explor {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 138.889% */
}

@media (max-width: 700px) {
  .explor {
    font-size: 13px;
  }
}
.wwr {
  color: #e5e5e5;
  font-family: "Lora", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wwr1 {
  color: #e5e5e5;
  font-family: "Lora", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 700px) {
  .wwr1 {
    display: none;
  }
}

.div-4 {
  max-width: 120px;
}

.head {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 138.889% */
  margin-bottom: 15px;
}

.sss {
  color: #e5e5e5;
  font-family: "Lora", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.div-5 {
  max-width: 140px;
}

.conn {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 138.889% */
  margin-bottom: 15px;
}

a img {
  width: 50px;
  height: 50px;
}

/* info htmlis dawyeba */

.serv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #2d8ff1;
  font-size: 40px;
  margin-top: 50px;
}

.container-n1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}

@media (max-width: 700px) {
  .container-n1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}

.xedi-12 {
  width: 300px;
  height: 350px;
}

.c-334 {
  width: 300px;
  height: 350px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.c-334:hover > .flip {
  cursor: pointer;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: -webkit-transform 1500ms;
  transition: -webkit-transform 1500ms;
  -o-transition: transform 1500ms;
  transition: transform 1500ms;
  transition: transform 1500ms, -webkit-transform 1500ms;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip:hover {
  cursor: pointer;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.front,
.back {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 2px rgba(50, 50, 50, 0.25);
  box-shadow: 0 0 5px 2px rgba(50, 50, 50, 0.25);
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 40px;
  padding: 20px;
  background-color: #3a3a3a;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.b-h1 {
  color: #fff;
}

.flip-p {
  color: #fff;
  letter-spacing: 1px;
}

.b2-h1 {
  font-size: 30px;
  color: #fff;
}

.container-n33 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.image {
  margin-top: 100px;
  height: 600px;
  background-image: url(../images/house24.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.flex-d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 700px;
  height: 150px;
  gap: 20px;
}

.news-1 {
  color: #f59d44;
  font-family: "Lora", serif;
  font-size: 76px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 715px) {
  .news-1 {
    font-size: 65px;
  }
}

.news-p {
  color: #ffffff;
  font-family: "Lora", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}

@media (max-width: 715px) {
  .news-p {
    font-size: 15px;
    letter-spacing: none;
  }
}

.card2 {
  border-radius: 10px;
  max-width: 420px;
  height: 350px;
  position: relative;
  margin-top: 60px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

@media (max-width: 700px) {
  .card2 {
    max-width: 320px;
    height: 250px;
  }
}

.img-n1 {
  border-radius: 10px;
  width: 420px;
  height: 350px;
}

@media (max-width: 700px) {
  .img-n1 {
    width: 320px;
    height: 250px;
  }
}
.sastumro {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 138.889% */
  position: absolute;
  top: 180px;
  left: 40px;
}

@media (max-width: 700px) {
  .sastumro {
    top: 150px;
    left: 30px;
  }
}

.sastumro1 {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 138.889% */
  position: absolute;
  top: 210px;
  left: 40px;
}

@media (max-width: 700px) {
  .sastumro1 {
    top: 180px;
    left: 30px;
  }
}

.time2 {
  color: #e5e5e5;
  font-family: "Lora", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 150px;
  left: 40px;
}

@media (max-width: 700px) {
  .time2 {
    top: 130px;
    left: 30px;
  }
}

.p-news12 {
  color: #e5e5e5;
  font-family: "Lora", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  position: absolute;
  top: 250px;
  left: 40px;
}

@media (max-width: 700px) {
  .p-news12 {
    font-size: 10px;
    top: 210px;
    left: 30px;
  }
}

.card2:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 2;
}

.main-pd {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.p-div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 860px;
}

.time-div {
  margin-top: 104px;
  max-width: 60px;
  height: 25px;
}

.rva {
  color: #495057;
  font-family: "Lora", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 208.333% */
}
.line1234 {
  width: 45px;
  height: 2px;
  margin-top: 115px;
}

@media (max-width: 980px) {
  .line1234 {
    display: none;
  }
}

.p-n1 {
  margin-top: 100px;
  color: #495057;
  font-family: "Lora", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 178.571% */
}

@media (max-width: 980px) {
  .p-n1 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.p-n2 {
  color: #495057;
  font-family: "Lora", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 178.571% */
}

/* აქ ვიწყებ ცონტაცტის ასწყობას
 */

.us {
  color: #495057;
  font-family: "Lora", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 100px;
  margin-top: 40px;
}

.container335 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  background-color: black;
  border-radius: 10px;
}

@media (max-width: 1205px) {
  .container335 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.dag {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 3.5rem;
  color: gray;
  margin-left: 180px;
  font-family: "Lora", serif;
}

@media (max-width: 600px) {
  .dag {
    font-size: 45px;
    margin-left: 130px;
  }
}

@media (max-width: 480px) {
  .dag {
    font-size: 40px;
    margin-left: 100px;
  }
}

@media (max-width: 450px) {
  .dag {
    font-size: 35px;
    margin-left: 100px;
  }
}

@media (max-width: 380px) {
  .dag {
    font-size: 35px;
    margin-left: 60px;
  }
}

@media (max-width: 340px) {
  .dag {
    font-size: 30px;
    margin-left: 70px;
  }
}

.text-2 {
  margin-left: 150px;
  margin-top: 30px;
}
@media (max-width: 610px) {
  .text-2 {
    margin-left: 80px;
  }
}

@media (max-width: 480px) {
  .text-2 {
    margin-left: 30px;
  }
}

@media (max-width: 450px) {
  .text-2 {
    margin-left: 30px;
  }
}

@media (max-width: 435px) {
  .text-2 {
    margin-left: 20px;
  }
}

.map {
  max-width: 600px;
}

iframe {
  width: 600px;
  border-radius: 10px;
}

@media (max-width: 1100px) {
  iframe {
    margin-left: 190px;
    border-radius: 10px;
  }
}

@media (max-width: 600px) {
  iframe {
    max-width: 400px;
    height: 350px;
    margin-left: 90px;
    border-radius: 10px;
  }
}

@media (max-width: 550px) {
  iframe {
    max-width: 400px;
    height: 350px;
    margin-left: 70px;
    border-radius: 10px;
  }
}

@media (max-width: 480px) {
  iframe {
    max-width: 400px;
    height: 350px;
    margin-left: 40px;
    border-radius: 10px;
  }
}

@media (max-width: 440px) {
  iframe {
    max-width: 370px;
    height: 320px;
    margin-left: 35px;
    border-radius: 10px;
  }
}

@media (max-width: 380px) {
  iframe {
    max-width: 330px;
    height: 260px;
    margin-left: 30px;
    border-radius: 10px;
  }
}

@media (max-width: 345px) {
  iframe {
    max-width: 290px;
    height: 280px;
    margin-left: 25px;
    border-radius: 10px;
  }
}

.text1 {
  max-width: 450px;
  width: 100%;
  height: 59px;
  padding: 21px;
  margin-bottom: 20px;
  border: 2px solid rgba(212, 211, 211, 0.3);
  background-color: black;
  color: white;
  font-size: 15px;
}

@media (max-width: 550px) {
  .text1 {
    max-width: 400px;
    height: 49px;
  }
}

@media (max-width: 435px) {
  .text1 {
    max-width: 370px;
    height: 49px;
  }
}

@media (max-width: 380px) {
  .text1 {
    max-width: 330px;
    height: 49px;
  }
}

@media (max-width: 340px) {
  .text1 {
    max-width: 270px;
    height: 42px;
  }
}

.text2 {
  max-width: 450px;
  width: 100%;
  height: 59px;
  padding: 21px;
  margin-bottom: 20px;
  border: 2px solid rgba(212, 211, 211, 0.3);
  background-color: black;
  color: white;
  font-size: 15px;
}

@media (max-width: 550px) {
  .text2 {
    max-width: 400px;
    height: 49px;
  }
}

@media (max-width: 435px) {
  .text2 {
    max-width: 370px;
    height: 49px;
  }
}

@media (max-width: 380px) {
  .text2 {
    max-width: 330px;
    height: 49px;
  }
}

@media (max-width: 340px) {
  .text2 {
    max-width: 270px;
    height: 42px;
  }
}

.number1 {
  max-width: 450px;
  width: 100%;
  height: 59px;
  padding: 21px;
  border: 2px solid rgba(212, 211, 211, 0.3);
  background-color: black;
  color: white;
  font-size: 15px;
}

@media (max-width: 550px) {
  .number1 {
    max-width: 400px;
    height: 49px;
  }
}

@media (max-width: 435px) {
  .number1 {
    max-width: 370px;
    height: 49px;
  }
}

@media (max-width: 380px) {
  .number1 {
    max-width: 330px;
    height: 49px;
  }
}

@media (max-width: 340px) {
  .number1 {
    max-width: 270px;
    height: 42px;
  }
}

.but {
  margin-top: 1rem;
  margin-left: 80px;
  display: inline-block;
  padding: 2rem 3.75rem;
  border-radius: 30rem;
  font-size: 1.7rem;
  color: black;
  cursor: pointer;
  background-color: white;
}

@media (max-width: 550px) {
  .but {
    font-size: 1.5rem;
  }
}

@media (max-width: 380px) {
  .but {
    font-size: 1.2rem;
    margin-left: 35px;
  }
}

@media (max-width: 345px) {
  .but {
    font-size: 17px;
    margin-left: 40px;
  }
}

.c-s {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}

.c-dv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: lightgrey;
  max-width: 900px;
  height: 150px;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 590px) {
  .c-dv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 400px;
    gap: 10px;
  }
}
.b1s {
  color: #2179dd;
  font-family: "Lora", serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}

.fkun {
  font-size: 70px;
}

.hf {
  color: #2179dd;
  font-family: "Lora", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.c-d1 {
  max-width: 230px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-d2 {
  max-width: 240px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
