/*
@import url('https://fonts.googleapis.com/css2?family=Song+Myung&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
/*
body {
    font-family: 'Song Myung', serif;
  }
  p {
    font-family: 'Song Myung', serif;
  }  
*/
/*
body {
  font-family: 'Nanum Gothic', sans-serif;
}  
*/
body {
  font-family: 'Noto Sans KR', sans-serif;
}
.box-shadow {
        -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%) !important;
        box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%) !important;
} 
.map-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
.map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }
.ministers-container {
  position: relative;
  width: 100%;
}

.ministers-image {
  display: block;
  width: 100%;
  height: auto;
}

.ministers-overlay-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  -webkit-transition: .5s ease;
}

.ministers-container:hover .ministers-overlay-image {
  opacity: 1;
}

.family-circle {
        margin: 0 auto;
        width: 105px;
        height: 105px;
        border-radius: 50%;
        background-image: url('/images/home/new_circle.png');
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.2rem;
        line-height: 1.2rem;        

    }
.vision-circle {
      margin: 0 auto;
      width: 105px;
      height: 105px;
      border-radius: 50%;
      background-color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.2rem;
      line-height: 1.2rem;        

  }    
.youtube-live-on {
   color: #c4302b;
}

.youtube-live-off {
   color: #cfcfcf;
}

.offering-circle {
  margin: 0 auto;
  width: 122px;
  height: 121px;
  border-radius: 50%;
  background-image: url('/images/home/offering_round.png');
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  line-height: 1.2rem;        
  text-align: center;
}

.offering-content {
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center;
  padding-left: 1rem;
}


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  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;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-circle {
  border-radius: 50%;
}
.img-sm {
  height: 1.875rem;
  width: 1.875rem;
}

.user-image {
  height: 32px;
  width: 32px;
}
.index-bbs-title {
  font-size: 1.25em;
  font-weight: bold;
  color: #2D2E2D;
}
.index-sub-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #020202;
}
.index-sub-eng {
  font-size: 1.25rem;
  font-weight: 200;
  color: #020202;
}
.index-sub-title-pb {
  padding-top: 2.375rem; /* 33pt */
}

.index-txt1 {  
  font-size: 1rem; /* 15pt */
  color : #0a9094;
  font-weight: bold;
  padding-top: 1.625rem; /* */
  margin-bottom: 0;
}
.index-txt2 {  
  font-size: 1.417rem; /* 17pt */
  color : #4b4b4b;
  font-weight: bold;
  padding-top: 0.922rem; /* 16.75pt */
  margin-bottom: 0;
}
.index-txt3 {  
  font-size: 1.5rem; /* 27pt */
  color : #4b4b4b;
  font-weight: bold;
  padding-top: 0.922rem; /* 21px */
  margin-bottom: 0;
}
.index-txt4 {  
  font-size: 0.85rem; /* 15pt */
  color : #4b4b4b;
  font-weight: bold;
  padding-top: 1.750rem; /* 30pt */
  margin-bottom: 0;
}

.index-txt-title {  
  font-size: 1.417rem; ; /* 17pt */
  color : #0a9094;
  font-weight: bold;
  padding-top: 1.750rem; /* 30pt */
  margin-bottom: 0;
}
.index-txt-time {  
  font-size: 1.25rem; /* 15pt */
  color : #4b4b4b;
  margin-bottom: 0;
}
.flex-column-parent {
  display: flex;
  flex-direction: column;
}
.flex-column-child {
  flex: 1 0 auto;
}
.index-map {
  border-radius: 0 !important;
}

@media (min-width: 768px) { /* pc 기준 */
  .bible-main {
    display: flex;
    flex-direction: row;
  }
  .bible-main-col1 {
    flex: 0 0 17.7%;
  }
  .bible-main-col2 {
    flex: 0 0 4.3%;
  }
  .bible-main-col3 {
    flex: 0 0 78.0%;
  }
  .bible-main-col1 button:first-child{
    margin-bottom: 1.25rem;
  }
  .bible-col-flexitem {
    flex: 0 1 14.285714285%;
    flex-direction: column;  
  }
  .bible-row :not(:first-child) .bible-week-phrase {
    border-left: 1px solid #9d9c9a;
  }
  .bible-row :not(:first-child) .bible-week-day {
    border-left: 1px solid #9d9c9a;
  }
  .bible-today .bible-week-day {
    background-color : #f7f7f7 !important;
    color : #0a9094 !important;
  }
  .section-top {
    padding-top: 6rem !important; /* pt-10 */

  }
  .service-time-txt {
    font-size: 1.7rem;
  }
  .mobile-end-line-border {
    display: none;
  }
  .mobile-head-line-border {
    display: none;
  }
  .end-line-border {
    border-bottom: 1px solid #8a8a8a;
  }
  .end-line-link{
    position: absolute !important;
    /* text-align: right; */
    padding-right: 0.5rem !important;
    right: 0 !important;
    bottom: 0 !important;
  }
  
}
@media (max-width: 768px) { /* mobile 기준 */
  .index-sub-title {
    font-size: 1.7556rem;
    padding-left: 1.4rem;
  }
  .index-sub-eng {
    font-size: 0.8333rem;
  }
  .bible-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
    .bible-main-col1 {
    flex: 0 1 content;
  }
  .bible-main-col2 {
    flex: 0 0 0;
  }
  .bible-main-col3 {
    flex: 0 1 content;
  }
  .bible-week-area {
    flex-wrap: wrap;
  }
  /* .bible-week-area div{
    height: 7rem;
  } */
  .bible-col-flexitem {
    flex: 0 1 100%;
    /* margin: 2rem 1.6666667% 0 1.6666667%; */
    flex-direction: row;
    border-bottom: 1px solid #9d9c9a;
  }
   .bible-col-flexitem:first-child{
    border-top: 1px solid #9d9c9a;
  } 
  .bible-week-title {
    flex: 0 1 5rem;
    background-color: #ffffff !important;
  }
  .bible-week-day {
    flex: 0 1 2rem;
    background-color: #ffffff !important;

  }
  .bible-week-phrase {
    flex: 1 1 auto;
    /* padding-top: 0 !important; */
    background-color: #ffffff !important;
    text-align: left !important;;
  }
  .bible-today .bible-week-day {
    background-color : #43a1a2  !important;
    color : #ffffff !important;
  }
  .section-top {
    padding-top: 1.875rem !important; /* pt-10 */
    padding-bottom: 2.25rem ;
    /* display: none ; */
  }
  .title-bottom {

  }
  .service-time-txt {
    font-size: 1.4169rem;
  }
  .mobile-px {
    padding-left: 1.5938rem !important;; /* 25.5px */
    padding-right: 1.5938rem  !important;; /* 25.5px */
  }
  .mobile-head-line-border {
    border-bottom: 1px solid #8a8a8a;
    padding-top : 0px;
    margin-top : -27px;
    margin-bottom : 20px;
    text-align: right;
  }
  .mobile-end-line-border {
    border-bottom: 1px solid #8a8a8a;
    padding-top : 36px;
    text-align: right;
  }
  .end-line-border {
   
  }
  .end-line-link {
    display: none;
  }
}

.btn-bible {
  color: #828484;
  border-color: #d9d8d8;
  /* padding: 0.875rem 1.125rem; */
  font-size: 1rem; /* 15pt  */
  font-weight: 500;
  height : 3rem; 
  width : 9.25rem;
}
.btn-bible.btn-bible-selected{
  color: #0a9094;
  border-color: #d9d8d8;
  background-color : #c4f2f0;
}

.bible-week-area {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.bible-week-title1 {
  background-color : #c4f2f0;
  font-size: 1.0rem; /* 15pt */
  color : #4b4b4b;
  font-weight: bold;
  text-align : center;
}
.bible-week-title {
  background-color : #c4f2f0;
  font-size: 1.0rem; /* 15pt */
  color : #4b4b4b;
  font-weight: bold;
  text-align : center;
}
.bible-week-day {
  background-color : #f7f7f7;
  font-size: 1.0rem;/* 15pt */
  font-weight: bold;
  text-align : right;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.bible-row :first-child .bible-week-day {
  color : #c30000;
}
.bible-row :not(:first-child) .bible-week-day {
  color : #0a9094;
}

.bible-week-phrase {
  flex: 1 0 auto;
  background-color : #e1deda;
  font-size: 1rem; /* 15pt */
  color : #4d4d4d;
  font-weight: normal;
  text-align : center;
  /* height : 100%; */
  padding-top: 1.125rem;
  padding-left: 0;
  padding-right: 0;
}
.bible-today .bible-week-title{
  background-color : #43a1a2  !important;
  color : #ffffff !important;
}

.bible-today .bible-week-phrase{
  background-color : #43a1a2  !important;
  color : #ffffff !important;
}

.bible-col {
  padding-left: 0;
  padding-right: 0;  
  display: flex;
  flex-wrap: wrap;
}
.bible-col div {
  padding-top: 0.4rem;
  padding-bottom : 0.4rem;
}

.index_bbs_line {
  list-style: none;
}
.index_bbs_line li{
  border-bottom: 1px solid #8a8a8a;
  padding: 0.8rem 0 0 0;
}
.index_bbs_line li a {
  font-size : 1rem; /* 15pt */
  font-weight: normal;
  color: #5b5b5b;
}

section .index-pt {
   padding-top: 4.125rem;
}
section .icon-box {
  /* padding: 15px 15px; */
  /* box-shadow: 0px 2px 15px rgb(0 0 0 / 15%); */
  /* border-radius: 10px; */
  /* background: #fff; */
  /* transition: all ease-in-out 0.3s; */
  height: 100%;
 
  /* border: solid 1px #e8e8e8; */
  min-height: 60px;
}  
section .icon-box ul {
  margin-top: 1rem;
  margin-bottom: 0rem;
}


section .icon-box.bg1{
  background: #f5f5f5;
}
section .icon-box.bg2{
  background: #fdf7f0;
}
section .icon-box.bg3{
  background: #F0F8FB;
}

section .icon-box > ul{
  list-style:none;
  padding-left:0px;
  }
.main_bbs_title {
   padding-bottom : 0rem;
}
.main_bbs_line {
  font-size : 1rem;
  border-top: 1px solid #e8e8e8;
  padding: 0.5rem 0 0.5rem 1.0rem;
}

.main-banner-swiper {
  /* height: 600px; */
  max-width: 1920px;
}

.main-banner-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
}
.mybbs-main-content{
   display: flex;
}
.mybbs-main-content img {
    max-width : 100%;
    display: flex;
 }

 .main-photo-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px
 }
 .main-photo-card1 {
   grid-column: 1 / 3;
   grid-row: 1;
 }
 .main-photo-card2 {
  grid-column:  3;
  grid-row: 1;
}
.main-photo-card3 {
  grid-column: 1;
  grid-row: 2 / 4;
}
.main-photo-card4 {
  grid-column: 2 / 4;
  grid-row: 2;
}
.main-photo-card5 {
  grid-column: 2 / 4;
  grid-row: 3;
}
.main-photo-card6 {
  grid-column: 1 ;
  grid-row: 4;
}

.swiper.weekly_list {
  height: 32px;
  margin-top: opx;
}

.weekly_list .swiper-button-next,
.weekly_list .swiper-button-prev {
    position: absolute;
    background-size: 16px 9px;
    top: 50%;
    width: 16px;
    height: 9px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.weekly_list .swiper-button-next{
    background: url(/images/down_btn.svg) no-repeat 0 0;


}
.weekly_list .swiper-button-prev {
    background: url(/images/up_btn.svg) no-repeat 0 0;

}
.weekly_list .swiper-button-next.swiper-button-disabled,
.weekly_list .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.weekly_list .swiper-button-next:after,
.weekly_list .swiper-button-prev:after {
    display: none;
}

.weekly_list .swiper-button-prev,
.weekly_list .swiper-rtl .swiper-button-next {
    left: 998px;
    top:22px;
    right: auto
}

.weekly_list .swiper-button-prev:after,
.weekly_list .swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.weekly_list .swiper-button-next,
.weekly_list .swiper-rtl .swiper-button-prev {
    left:998px;
    top:45px;
    right: auto;
}

.weekly_list .swiper-button-next:after,
.weekly_list .swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.weekly_list .swiper-button-lock {
    display: none
}

.main-banner-swiper .swiper-button-next::after,
.main-banner-swiper .swiper-button-prev::after {
  display: none;
}

.birth-background {
  background-image: url('/images/familynews/birth_bg.png');
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
}

.wedding-background {
  background-image: url('/images/familynews/wedding_bg.png');
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
.wedding-background tr {
  height : 3rem;
}
.funeral-background {
  background-image: url('/images/familynews/funeral_bg.png');
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.funeral-background td,th{
  height : 3rem;
}

.funeral-background th{
  font-size : 0.9rem;
  white-space: nowrap;
  padding-left: 1.5rem !important;
}
.familynews-outer {
  background-color: #cfcfcf;
  padding : 2rem;
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}
.photo-box {
  position: relative;
  /* border: 3px solid teal; */
  overflow:hidden;
}

.photo-box:before {
  content: "";
  display: block;
  padding-top:  66.72%; /* 비율 */
}
.photo-box > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width : 100%;
  height: 100%; 
  object-fit: cover;
}
.close-button {
  padding: 12px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  }
  .youtube-button {
      padding-right : 0;
      padding-left: 0;
      z-index: 1;
  }
  .grace-button {
      padding-right : 0;
      padding-left: 0;
      z-index: 1;
  }
  .bottom-image {
      max-width: 100%;
      height : auto !important;
  }
  .bottom-div {
      position: absolute;
      bottom: 12px;
      left: 0;
      width: 100%;
  }
  .debug-border {
      padding-right : 0px;
      padding-left: 0px;
  }

 @media (max-width: 576px){
  .photo-height1 {
    height : 66vw  !important; 
    object-fit: cover !important; 
  }  
  .photo-height2 {
    height :  133vw !important; 
    object-fit: cover !important; 
  }  
}
@media (min-width: 1500px){
  .photo-height1{
    height : 217.5px  !important; 
    object-fit: cover !important; 
  }  
  .photo-height2{
    height :  434.67px  !important; 
    object-fit: cover !important; 
  }  
}
@media (min-width: 1200px) and (max-width: 1500px){
  .photo-height1 {
    height : 167.47px  !important; 
    object-fit: cover !important; 
  }  
  .photo-height2{
    height :  334.67px  !important; 
    object-fit: cover !important; 
  }  
}
@media (min-width: 992px) and (max-width: 1200px){
  .photo-height1{
    height :  137.43px  !important; 
    object-fit: cover !important; 
  }  
  .photo-height2{
    height :   274.67px  !important; 
    object-fit: cover !important; 
  }  
}
@media (min-width: 768px) and (max-width: 992px){
  .photo-height1{
    height :  97.41px  !important; 
    object-fit: cover !important; 
  }  
  .photo-height2{
    height :   194.67px  !important; 
    object-fit: cover !important; 
  }  
}
@media (min-width: 576px) and (max-width: 768px){
  .photo-height1 {
    height :  161.46px  !important; 
    object-fit: cover !important; 
  }  
  .photo-height2 {
    height :   322.67px  !important; 
    object-fit: cover !important; 
  }  
}

@media (min-width: 992px) {
  .col-lg-8-pe-15 {
    flex: 0 0 auto;
    width: 66.66666667%;
    padding-right: 9rem !important;
  }
}

.we-container,
.we-container-fluid,
.we-container-xxl,
.we-container-xl,
.we-container-lg,
.we-container-md,
.we-container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem); 
  /* padding-right: 0 !important;
  padding-left: 0 !important; */
  margin-right: auto;
  margin-left: auto;
}
.we-family-bg {
  background-color:#ffffff;
}
.we-family-pt {
  padding-top: 1.0rem; 
}
.we-notice-bg {
  background-color:#f1f1f1;
}

@media (min-width: 576px) {
  .we-container-sm, .we-container {
    max-width: 540px;
  }
  .we-family-bg {
    background-color: inherit ;
  }
  .we-family-pt {
    padding-top: 0; 
  }
    .we-notice-bg {
    background-color: inherit ;
  }
}
@media (min-width: 768px) {
  .we-container-md, .we-container-sm, .we-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .we-container-lg, .we-container-md, .we-container-sm, .we-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .we-container-xl, .we-container-lg, .we-container-md, .we-container-sm, .we-container {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .we-container-xxl, .we-container-xl, .we-container-lg, .we-container-md, .we-container-sm, .we-container {
    max-width: 1400px;
  }
}
.i-menu-frame {
   width: 100% !important;
}


@media (max-width: 575px) { 
  .i-menu-area {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
 } 

.i-menu-area {
  margin-top: 1.875rem ;
  margin-bottom: 1.625rem ;
  border-top: 0.25rem solid #43a1a2;
  border-bottom: 0.25rem solid #43a1a2;
  height: 10.314rem; 
  --bs-gutter-x: 0 !important;
  /* min-width: 570px; */
  -ms-overflow-style: none; /* IE, Edge */
  scrollbar-width: none; /* Firefox */
}
.i-menu-area::-webkit-scrollbar {
  display:none;
}
.i-menu {
  padding-top: 2rem; 
}

.i-menu-icon {
  /* border: solid; */
  height: 3.75rem;
  /* float: left; */
  align-items: flex-end!important;
  display:flex;
  justify-content: center!important;
}

@media (min-width: 577px) {
  .i-menu-link p{
    color : #43a1a2;
    text-wrap: nowrap;
    text-overflow: ellipsis;
  }
}
@media (max-width: 576px) {
  .i-menu-link p{
    color : #43a1a2;
    text-wrap: nowrap;
    overflow: hidden;
    font-size: 0.825rem;
    /* text-overflow: ellipsis;  */
  }
}

.i-menu-link:hover{
  font-weight: bold;
  text-decoration: none;
}


@media (max-width: 575px) { 
 .k-menu-area {
   margin-top: 0 !important;
   margin-bottom: 0 !important;
 }
} 

.k-menu-area {
  padding-top: 1rem ;
  padding-bottom: 1rem ;
 --bs-gutter-x: 0 !important;
 /* min-width: 570px; */
 -ms-overflow-style: none; /* IE, Edge */
 scrollbar-width: none; /* Firefox */
 background-color: #222244;
}
.k-menu-area::-webkit-scrollbar {
 display:none;
}
.k-menu {
 padding-top: 0rem; 
 height : 2.5rem;
}

.k-menu-icon {
 /* border: solid; */
 height: 1.75rem;
 /* float: left; */
 align-items: flex-end!important;
 display:flex;
 justify-content: center!important;
}
.k-menu-icon img {
  height : 1.5rem;
}
@media (min-width: 577px) {
 .k-menu-link span{
   color : #f0f0f0;
   text-wrap: nowrap;
   text-overflow: ellipsis;
   padding-left : 0.5rem;
  }
}
@media (max-width: 576px) {
 .k-menu-link span{
   color : #f0f0f0;
   text-wrap: nowrap;
   overflow: hidden;
   font-size: 0.825rem;
   padding-left : 0.5rem;
   /* text-overflow: ellipsis;  */
 }
}

.k-menu-link:hover{
 font-weight: bold;
 text-decoration: none;
}

.main-word {
  background-image: url('/images/2024/mainword_h.png');
  height:15.313rem;
}
.service-time-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .service-time-area {
    display: flex;
    flex-direction: column;
  }
}

.service-line {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0 1.5rem 0;
  
}
.service-part-txt {
    /* background-image: url(/images/home/new_circle.png); */
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-part-cicle {
  font-size: 1.0rem;
  color: #2D2E2D;
    margin: 0 auto;
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #c4f2f0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-time-txt {
  /* font-size: 2.13rem; */
  font-weight: bold;
  color: #2D2E2D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.schedule-back {
  font-size: 1.0rem;
  color: #2D2E2D;
    margin: 0 auto;
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #c4f2f0;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.sermons-tabs{
  --bs-gutter-x: 1.5rem;
  margin-right: calc(-0.5* var(--bs-gutter-x));
  margin-left: calc(-0.5* var(--bs-gutter-x));
}
.arrow-pb-pe {
  padding-bottom: 0.8rem !important;
  padding-right: 0.5rem !important;
}

.arrow-pb-pe + a {
  padding-bottom: 1rem !important;
}
