@charset "UTF-8";

/* 平滑滾動效果 */
html {
  scroll-behavior: smooth;
}

/* 定位點Y軸偏移 -50px */
[id] {
  scroll-margin-top: 60px;
}

.color-primary-9 {
  color: #007a7a;
}

.color-primary-7 {
  color: #1cada4;
}

.color-primary {
  color: #00a19b;
}

.color-hightlight-orange {
  color: #ef7800;
}

.color-hightlight-pink {
  color: #f8524c;
}

.color-error {
  color: #c92e34;
}
.color-error:hover {
  color: #f3232a;
  transition: 0.5s;
}

.color-yellow-2 {
  color: #fff7ba;
}

.color-gray-1 {
  color: #ffffff;
}

.color-gray-7 {
  color: #7c7c7c;
}

.color-gray-8 {
  color: #595959;
}

.color-gray-9 {
  color: #434343;
}

.color-pink-1 {
  color: #fff0f4;
}

.color-pink-4 {
  color: #ff80ac;
}

.color-pink-6 {
  color: #e62978;
}

.color-pink-7 {
  color: #bf1964;
}

.color-orange-1 {
  color: #fff9e6;
}

.color-orange-2 {
  color: #ffeac0;
}

.color-orange-3 {
  color: #ffd77a;
}

.color-orange-4 {
  color: #ffc552;
}

.color-orange-5 {
  color: #ffb029;
}

.color-orange-6 {
  color: #ff9900;
}

.color-orange-7 {
  color: #d97b00;
}

.color-orange-8 {
  color: #b35f00;
}

.color-orange-9 {
  color: #8c4600;
}

.bg-primary--light {
  background: #f4f8fa;
  padding: 3rem 0;
}

.bg-primary {
  background: #00a19b;
}

.bg-gray-4 {
  background: #f0f0f0;
}

.bg-hightlight {
  background: #ef7800;
}
.bg-hightlight:hover {
  background: #f99632;
  transition: 0.5s;
}

.bg-error {
  background: #c92e34;
}
.bg-error:hover {
  background: #f3232a;
  transition: 0.5s;
}

.bg-pink-1 {
  background-color: #fff0f4;
}

.bg-pink-4 {
  background-color: #ff80ac;
}

.bg-pink-6 {
  background-color: #e62978;
}

.bg-pink-7 {
  background-color: #bf1964;
}

a:hover {
  color: #00a19b;
  text-decoration: none;
}

.w-100 {
  width: 100%;
}

.no-wrap {
  white-space: nowrap;
}

.text-c {
  text-align: center;
}

.btn {
  text-decoration: none !important;
}

.c-tag {
  background-color: #E1EFEF;
  color: #00a19b;
  padding: 4px;
  line-height: 1rem;
  border-radius: 2px;
  margin: 0 0 2rem 0;
  font-style: normal;
}

.list-st-n {
  list-style-type: none;
}

h3 {
  margin: 0;
}

.primary-btn {
  width: 200px;
  height: 65px;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background-color: #00a19b;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  text-decoration: none !important;
  color: #fff !important;
}
.primary-btn:hover {
  background-color: #3cbaad;
}
.primary-btn a {
  text-decoration: none;
  color: #fff;
}

.line-h-2 {
  line-height: 2rem;
}

.tri {
  width: 100%;
  max-height: 100px;
  height: 100px;
  background: linear-gradient(360deg, rgba(225, 239, 239, 0.4784313725) -17%, rgba(225, 239, 239, 0) 93%);
  position: relative;
  display: inline-block;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.sec._1bg {
  background: #ffffff;
  background-image: radial-gradient(rgba(255, 197, 82, 0.5529411765) 1.9px, #ffffff 1.9px);
  background-size: 38px 38px;
}

#sec_1 {
  min-height: 385px;
  margin: auto;
  align-content: space-around;
  background: linear-gradient(180deg, #E1EFEF 0%, #FFF 100%);
  border-radius: 100px 100px 0 0;
  padding: 2rem;
}

.swiper.intoSwiper {
  height: 100%;
}
.swiper.sec_4-Swiper {
  min-height: 500px;
  height: auto;
}
.swiper.sec_4-Swiper .swiper-slide img {
  width: 100%;
  max-width: 500px;
  padding-top: 12px;
}
.swiper.sec_4-Swiper p {
  margin: 0;
  width: 100%;
}

@media (max-width: 990px) {
  .swiper.intoSwiper {
    position: relative;
    display: inline-block;
    /* height: 900px; */
  }
  .swiper.sec_4-Swiper {
    min-height: 900px;
    height: auto;
  }
  ._1txt {
    border-left: 0px;
    transition: 0.3s;
  }
  ._1txt h3, ._1txt p {
    text-align: center;
  }
}
h2 {
  color: #434343;
  text-align: center;
  font-size: 1.8rem;
}

#s1:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 30px solid #ffb9cf;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.async-hide {
  opacity: 0 !important;
}

.bg {
  background-color: #ffffff;
}

h1.tit_ani {
  position: relative;
  font-size: 3rem;
  color: #007A7A;
  font-weight: 900;
}
h1.tit_ani strong {
  background: linear-gradient(#6ccccc 0%, #1cada4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1.tit_ani b {
  color: #F90 !important;
}

@media (max-width: 1199px) {
  h1.tit_ani {
    font-size: 2.4rem;
    margin-top: 0;
  }
}
@media (max-width: 430px) {
  h1.tit_ani {
    font-size: 2.1rem;
    margin-top: 0;
  }
  .p1{
    font-size: 1.6rem!important;
  }
  h4{
    font-size: 1.1rem;
  }
}
.subTab_info {
  text-align: center;
}

.subTab_info .tabs {
  margin-top: 15px;
}

.subTab_info .tabs > ul {
  padding: 0;
  margin: 0 auto;
  display: flex;
  margin-bottom: 50px;
  gap: 14px;
  max-width: 870px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.subTab_info .tabs > ul li {
  color: #ffffff;
  background-color: #acacac;
  border-radius: 36px;
  transition: all 0.4s ease-out;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  min-width: 170px;
}
.subTab_info .tabs > ul li:hover {
  background-color: rgb(126.1, 126.1, 126.1);
}

@media (max-width: 449px) {
  .subTab_info .tabs > ul li {
    min-width: 140px;
  }
}
@media (max-width: 768px) {
  .subTab_info .tabs > ul {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
}
.subTab_info .tabs > ul > li > a {
  color: #ffffff;
  display: inline-block;
  min-height: 32px;
  font-size: 20px;
  transition: all 0.3s ease-out;
}

@media (max-width: 768px) {
  .subTab_info .tabs > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 374px) {
  .subTab_info .tabs > ul > li > a {
    font-size: 18px;
  }
}
.subTab_info .tabs > ul > li .active {
  width: 100%;
  color: #ffffff;
  border-radius: 36px;
  font-size: 20px;
  background-color: #00a19b;
  transition: all 0.3s ease-out;
}

@media (max-width: 768px) {
  .subTab_info .tabs > ul > li .active {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .subTab_info .tabs > ul > li .active {
    font-size: 18px;
    width: 100%;
  }
}
.subTab_info .tabs h5 {
  color: #00A19B;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: top;
}

@media (max-width: 500px) {
  .subTab_info .tabs h5 {
    font-size: 18px;
  }
}
.subTab_info .tabs h5 span {
  font-size: 14px;
  margin-right: 8px;
  padding-top: 6px;
}

@media (max-width: 500px) {
  .subTab_info .tabs h5 span {
    font-size: 12px;
    margin-right: 4px;
    padding-top: 4px;
  }
}
.subTab_info .tabs p.hint {
  font-size: 16px;
}

@media (max-width: 500px) {
  .subTab_info .tabs p.hint {
    font-size: 14px;
  }
}
.subTab_info .slideshow {
  max-width: 1000px;
  margin-top: 30px;
  padding: 0 30px;
}

.subTab_info .slideshow .swiper-wrapper .swiper-slide {
  padding: 0 30px 50px;
}

@media (max-width: 500px) {
  .subTab_info .slideshow .swiper-wrapper .swiper-slide {
    padding: 0 30px 70px;
  }
}
.subTab_info .slideshow .swiper-wrapper .swiper-slide img {
  max-width: 270px;
  width: 100%;
}

.subTab_info .slideshow .swiper-wrapper .swiper-slide p {
  font-size: 18px;
  max-width: 270px;
  margin: 10px auto 0;
}

@media (max-width: 500px) {
  .subTab_info .slideshow .swiper-wrapper .swiper-slide p {
    font-size: 16px;
  }
}
.subTab_info .slideshow .swiper-pagination-bullet-active {
  background: #00A19B;
}

.subTab_info .slideshow .swiper-button-next, .subTab_info .slideshow .swiper-button-prev {
  top: 42%;
  color: #00A19B;
}

.subTab_info1 h4, .subTab_info2 h4 {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 12px;
  background-color: #f5f5f5;
  color: #e62978;
  margin: 0 auto;
  font-weight: 700;
  border-radius: 7px;
}

.subTab_info2 {
  max-height: 540px;
  overflow-y: scroll;
  /* Firefox */
  scrollbar-color: #30B3AE #f5f5f5;
  scrollbar-width: auto;
  /* Chrome, Safari, Edge */
}
.subTab_info2::-webkit-scrollbar {
  max-width: 12px;
  max-height: 12px;
}
.subTab_info2::-webkit-scrollbar-thumb {
  background: #30B3AE;
  border-radius: 12px;
}
.subTab_info2::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .subTab_info2 {
    height: 100%;
    overflow: unset;
    display: inline-block;
    max-height: unset;
  }
}
a.link {
  color: #00a19b;
  text-decoration: underline;
}

.tabs li {
  list-style: none;
}

#preTabs-1 .swiper-pagination-bullet {
  display: none;
}

@media (max-width: 990px) {
  article#sec_2 #part2-img{
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}
.notice_table {
  border-collapse: collapse;
  width: 98%;
  margin-bottom: 1rem;
  tbody{
    border:2px solid #ffe5ec;
  }
}
.notice_table th {
  border:2px solid #ffe5ec;
  font-size: 18px;
}
.notice_table th {
  background-color: #ff80ac;
  font-weight: 400;
  text-align: center;
  line-height: 2rem;
}
.notice_table tr, .notice_table td {
  padding: 0.4rem 0.6rem;
  line-height: 1.4rem;
  background-color: rgba(255, 255, 255, 0);
  font-size: 18px;
}

.cs-lottie {
  overflow: hidden;
  min-height: 500px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  /* 新增過渡效果 */
  transition: clip-path 0.6s ease-in-out, min-height 0.4s ease-in-out, background-image 0.5s ease;
}
.cs-lottie img {
  position: absolute;
  z-index: 0;
  top: 18%;
  margin: 0 auto;
  transition: width 0.4s ease-in-out, opacity 0.3s ease;
  /* 視差滾動變換 */
  will-change: transform;
  transform: translateZ(0) translateY(0);
}
.cs-lottie #lottie-kv {
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 65px;
  z-index: 5;
}

@media (max-width: 996px) {
  .cs-lottie {
    background-image: none;
    clip-path: none;
    min-height: 280px;
  }
  .cs-lottie img {
    /* margin-top: 20px; */
    width: 80%;
    text-align: center;
    bottom: 0;
  }
  .cs-lottie #lottie-kv {
    max-width: 350px;
    left: 10%;
  }
  
}

.cus-test-style1 {
  position: relative;
  width: 100%;
  /* min-height: 500px; */
  background: linear-gradient(0deg, #3CBAAD 0%, #FFF 100%);
  background-image: url(../img/part4-bg.svg);
  background-size: cover;
  background-position: 50% 60%;
  background-repeat: no-repeat;
}
@media (min-width: 995px) {
.cus-test-style1 {
    min-height: 400px;
  }
}
.b-underline {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 14%;
  text-underline-offset: 15%;
  text-underline-position: from-font;
}

.into-Tabs .nav {
  border-radius: 16px;
  background: var(--gray-gray01, #FFF);
  box-shadow: 0 4px 0 0 #74B8B4;
  font-size: 20px;
  padding: 8px;
  gap: 8px;
  width: 100%;
  max-width: fit-content;
}
.into-Tabs .nav-item {
  max-width: 200px;
}
.into-Tabs .nav-pills .nav-link{
  width: 100%;
}
.into-Tabs .nav-pills .nav-link.active, .into-Tabs .nav-pills .show > .nav-link {
  background-color: #E1EFEF;
  color: #00a19b!important;
  font-weight: 700;
}
.into-Tabs .tab-pane {
  justify-content: center;
  align-items: center;
}
@media (max-width: 765px) {
.into-Tabs .nav-pills .nav-link{
  width: 100%;
}
}
.popup .scrollAreaWrapper ul li::before {
  content: none !important;
}

.popup-Tabs .nav {
  width: 100%;
  color: #595959;
  max-width: fit-content;
}
.popup-Tabs .nav .nav-item {
  margin: 0px;
  min-width: 160px;
  text-align: center;
}
.popup-Tabs .nav .nav-item .nav-link {
  border-radius: 0;
  border-bottom: 3px solid #595959;
  font-weight: 900;
  font-size: 18px;
}
@media (max-width: 765px) {
  .popup-Tabs .nav .nav-item{
    min-width: 110px!important;
    flex-wrap:nowrap;
  }
.popup-Tabs .nav .nav-item .nav-link {
  font-weight: 700;
  font-size: 16px!important;
  margin: 0;
}
.popup .scrollAreaWrapper ul > li{
  padding-top: 0px;
}
.nav-link{
  padding: 2px;
  font-size: 1rem;
  color: #434343;
}
}
.popup-Tabs .nav-pills .nav-link.active, .popup-Tabs .nav-pills .show > .nav-link {
  background-color: transparent;
  color: #00a19b;
  border-bottom: 3px solid #00a19b;
  isolation: isolate;
}
.popup-Tabs .tab-pane {
  justify-content: center;
  align-items: center;
}
.panel-style-shadow1 {
  max-height: 450px;
  display: flex;
  justify-content: space-between;
}
.panel-style-shadow1 > div {
  box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  width: 100%;
  padding: 24px 1rem;
  margin: 0 4px;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  text-align: left;
}

@media (max-width: 765px) {
  .panel-style-shadow1 > div {
min-height: 380px;
}
}
.panel-style-shadow2 {
  border-radius: 80px;
  border: 3px solid #ADE0DF;
  background: #FFF;
  padding: 20px 60px;
}

.panel-style-border1 {
  border: 2px solid #BDE3E2;
  height: 240px;
  width: 100%;
  border-radius: 16px;
  justify-content: space-between;
  background-color: #ffffff;
}
 @media (max-width:576px){
  .panel-style-border1 {
   height: 190px!important;
  }
 }
.panel-style-border1 > div {
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  padding: 24px 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.panel-style-border2 {
  border: 2px solid #BDE3E2;
  border-radius: 16px;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 2rem;
}
.panel-style-border2 > div {
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.tit_style1 {
  position: relative;
  border-radius: 80px;
  background: #FFF;
  height: 50px;
  line-height: 50px;
}
.tit_style1::after {
  content: "";
  position: absolute;
  top: 0; /* 加上定位屬性 */
  left: 0; /* 加上定位屬性 */
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/border.svg);
}

.swiper-pagination-bullet-active {
  background: #3cbaad !important;
}

.sec-primary-btn {
  width: fit-content;
  min-width: 200px;
  min-height: 32px;
  margin: 0 auto;
  padding: 0 18px;
  border: none;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background-color: #00a19b;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  text-decoration: none !important;
  color: #fff !important;
}
.sec-primary-btn:hover {
  background-color: #3cbaad;
}
.sec-primary-btn a {
  text-decoration: none;
  color: #fff;
}

.title-img{
  height: 55px;
  &.nwline{
    height: 55px;
    max-height: 110px;
  }
  @media (max-width:576px){
    max-height: 38px;
    &.nwline{
      min-height: 80px!important;
    }
  }
}

.sub-title {
  position: relative;
  height: 58px;
  min-width: 200px;
  padding: 0 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  text-align: center;
  line-height: 58px;
  width: fit-content;
  margin: 0 auto;
  isolation: isolate; /* 建立新的堆疊環境,防止背景消失 */
}
.sub-title::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0; /* 加上定位屬性 */
  left: 0; /* 加上定位屬性 */
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/border2.svg);
}

.sub-title2 {
  position: relative;
  height: 58px;
  min-width: 64px;
  padding: 0 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  text-align: center;
  line-height: 58px;
  width: fit-content;
  margin: 0 auto;
  isolation: isolate; /* 建立新的堆疊環境,防止背景消失 */
}
.sub-title2::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0; /* 加上定位屬性 */
  left: 0; /* 加上定位屬性 */
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/border3.svg);
}
@media  (min-width:576px){
  #accordion-into1{
    width:75%;
  }
}
#accordion-into1.accordion .card {
  position: relative;
  background-color: #ffffff;
  border-radius: 38px;
  border: 2px solid #ADE0DF;
}
#accordion-into1.accordion .card[aria-expanded=true] {
  border-radius: 38px 38px 2px 2px;
}
#accordion-into1.accordion .card .card-header {
  position: relative;
  background-color: #ffffff;
  border-radius: 60px;
  border: 2px solid #ADE0DF;
  isolation: isolate; /* 建立新的堆疊環境,防止背景消失 */
  top: -2px;
}
#accordion-into1.accordion .card .card-header .btn {
  position: relative;
  padding-right: 56px; /* 為箭頭保留空間 */
  /* 當按鈕被展開（Bootstrap 會設定 aria-expanded="true"）時旋轉 90 度 */
}
#accordion-into1.accordion .card .card-header .btn::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) rotate(180deg);
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/arrowdown.svg);
  transition: transform 0.25s ease;
  pointer-events: none;
}
#accordion-into1.accordion .card .card-header .btn[aria-expanded=true]::before {
  transform: translateY(-50%) rotate(0deg);
}

.btn-link {
  color: #e62978;
  text-decoration: none;
}
.btn-link:hover {
  text-decoration: none;
  color: #e62978;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

article {
  max-width: 1200px;
  margin: 0 auto;
}

/* 手機置底浮動按鈕 */
@media (max-width: 768px) {
  body {
    padding-bottom: 88px;
  }
  /* 避免內容被按鈕遮擋 */
  .mobile-bottom-btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    padding: 10px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
  }
  .mobile-bottom-btn .btn {
    display: inline-block;
    padding: 4px;
    margin: 0 2px;
    background: #ffffff;
    color: #00a19b;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 900;
    border: 1px solid #00A19B;
    width: 100%;
  }
  .mobile-bottom-btn .btn .icon {
    margin-right: 8px;
    vertical-align: middle;
  }
}
@media (min-width: 769px) {
  .mobile-bottom-btn {
    display: none;
  }
}
.quiz-Tabs .nav {
  padding: 2px;
  width: 100%;
  color: #595959;
  max-width: fit-content;
}
.quiz-Tabs .nav .nav-item {
  margin: 0px;
  min-width: 150px;
  text-align: center;
}
.quiz-Tabs .nav .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  border-radius: 0;
  font-weight: 900;
  font-size: 24px;
}
.quiz-Tabs .nav .nav-item .nav-link img {
  max-width: 130px;
}
.quiz-Tabs .nav-pills .nav-link.active, .quiz-Tabs .nav-pills .show > .nav-link {
  background-color: transparent;
  color: #00a19b;
  border-bottom: 3px solid #00a19b;
  isolation: isolate;
}
/* .quiz-Tabs .nav-pills .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/Polygon.svg");
  background-repeat: no-repeat;
  background-size: contain;
} */
.quiz-Tabs .tab-pane {
  justify-content: center;
  align-items: center;
}

.popup img{
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

.intoSwiper img{
  display: block;
  max-width: 280px;
  margin: 0 auto;
}
.intoSwiper .col-lg-5 img{
  min-width: 210px
}
@media (max-width: 430px) {
.intoSwiper .col-lg-5 img{
width: 100px
}
img.animate__heartBeat{
  left: 150px!important;
}
}

[id^="popup-Tabs-"] img{
  position: relative;
  &::before {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/icon.png);
  }

    &.zoomImg {
    display: block;
    background-color: #fff;
  }

    &.zoom img::selection {
    background-color: transparent;
  }
}


.position-absolute.arr{
  &:nth-child(1){
    left: -12px;
    transform: rotate(-90deg)
  }
  &:nth-child(2){
    left: -20px;
    transform: rotate(-90deg)
  }
}
@media (max-width: 990px) {
    .position-absolute.arr{
      &:nth-child(1){
        display: contents;
        left: -50%;
        bottom: 0;
        transform: rotate(0deg)
      }
      &:nth-child(2){
        display: contents;
        left: -50%;
        bottom: 0;
        transform: rotate(0deg)
      }
    }
}