p, label, a, li {
    font-size: 20px;
}

.section-title{
    padding-inline: 8% !important;
}

.title-spacing{
    padding-bottom: 2em !important;
    background: #CEEDDE;
}

.contact-header>h5{
    color: #1B8354;
}

.contact-header {
    display: flex;
    flex-direction: row;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-inline: 8%;
}

.contact-start-side{
    display: flex;
    flex: start;
    flex-direction: column;
    width: 100%;
    line-height: 2em;
    gap: 1em;
    padding-top: 1em;
    align-self: center;
}
.contact-end-side{
    display: flex;
    flex: end;
    width: 100%;
    justify-content: center;
}

.contact-end-side img{
    height: 15vw;
    border-radius: 25px;
    max-height: 250px;
}

.contact-tabs>li{
    list-style: none !important;
    /* border-inline-end: 1px solid lightgray; */
    padding: .5em 2em !important;
    border-radius: 25px 5px 5px 0px;
    font-family: 'IBMPlexSans-bold' !important;

}


.contact-tabs{
    display: flex;
    flex-direction: row;
    border-radius: 25px 5px 0px 0px;
    border: 1px solid lightgray;
    width: fit-content;
    background: #F7F7F7;
}

.active-tab{
    background-color: #1B8354;
    color: whitesmoke !important;
    width: auto !important;
}

.details-section-title{
    color: #25935f;
    font-family: 'IBMPlexSans-bold' !important;
    padding-bottom: 1.0em !important;
    font-size: 35px;
}

.contact-details-title{
    padding: 1em 0em !important;
}

.contact-details{
    gap: 1.5em !important;
    display: flex;
    flex-direction: column;
    padding-bottom: 2em !important;
    background: #f8f8f8 !important;
    /* padding: 2rem 9%; */
    padding-top: 2rem;
    /*box-shadow: 0 0 12px #c6c6c6;*/
}


.list-container{
    padding-top: 1em;
    padding-bottom: 1em ;
}


.list-container>ul{
    padding-inline: 2em;
}

.list-container>label{
    background: #EEEEEE;
    width: 100% !important;
    font-family: 'IBMPlexSans-bold' !important;
    padding-inline: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-weight: 600;
    font-size: 25px;
    }

    .list-container>ul>section>div>label{
    border-inline-end: 2px solid #1B8354;
    width: -webkit-fill-available;
    font-weight: 600;
    }

    .list-container>ul>section>div>p{
        padding-inline: 2em !important;
    }

.list-container>ul>section>div{
    display: grid !important;
    grid-template-columns: repeat(1, 20% 1fr);
    grid-template-rows: 1;
    padding-top: 1em;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 1em;
}

.list-container>ul>section>div:last-child{
    border-bottom: 0px;
    padding-bottom:0
}

.card-container{
    background: #ffffff;
    border-radius: 25px !important;
    /*border: 2px solid #EEEEEE;*/
    padding-top: 1em !important;
    box-shadow: 0 0 12px #c6c6c6;
}

.card-container ul{
    margin-bottom: 0;
}

.contacts-header >section >div{
    display: grid !important;
    grid-template-columns: repeat(1, 20% 1fr);
    grid-template-rows: 1;
    padding-top: 1em;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 1em;
}

.contacts-header >section >div:last-child{
    border-bottom: 0px

}

.contacts-header >section {
    
    padding-inline: 2em !important;
}

.contacts-header >section >div  >label{
    border-inline-end: 2px solid #1B8354;
        width: -webkit-fill-available;
}

.contacts-header >section >div  >p{
    padding-inline: 2em;

}

.contacts-header >section >div  >div{
    padding-inline: 2em;

}


.followingStates-section > div >ul{
    display: grid;
    grid-template-columns: repeat(1,1fr 1fr 1fr 1fr);
    gap: 0.5em;
    padding-top: 2em;
    margin-bottom: 0;
}

[dir=rtl] .followingStates-section li::before{
    transition: 100px;
    color: #1B8354;
    display: inline-block;
    content:"◀" !important;
    transform: rotate(0);
    padding-inline-end: 0.5em;
}

.followingStates-section > div >ul>li::before{
    transition: 100px;
    color: #1B8354;
    display: inline-block;
    content:"▶" ;
    transform: rotate(0);
    padding-inline-end: 0.2em;
}

.followingStates-section > div >ul>li{
    list-style-type: none;
    font-family: 'IBMPlexSans-bold' !important;
    padding-inline: 5px !important;
    display: inline-flex
;
    font-size: max(1.0vw, 20px);
}

.card-inner{
    display: grid !important;
        grid-template-columns: repeat(1, 20% 1fr);
    grid-template-rows: 1;
    padding-top: 1em;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 1em;
    padding-inline: 2em !important;
}

.card-inner:last-child{
    border-bottom: unset !important;
    padding-bottom: 1em !important;
}
.card-inner>label{
    border-inline-end: 2px solid #1B8354;
        width: -webkit-fill-available;
}

.card-inner>p{
    padding-inline: 2em;

}

.values-container{
    flex-wrap: wrap;
    padding-inline: 2em;
    align-content: center;
    /*direction: ltr;
    justify-content: flex-end;*/
}

.values-container >p:not(:last-child)::after {
    content: '/';
    padding-inline: 1em ;
    color: lightgray;
    font-family: 'IBMPlexSans-bold' !important;
  }

  .button-active{
    color: whitesmoke;
    background: #1B8354;
  }

ul {
    padding-inline: 0;
    margin-inline: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.card-inner span {
    padding-inline: 1em;
    display: inline-flex
;
}

.ms-webpart-cell-vertical {
    display: inline-grid !important
;
}

hr{
    margin-top: 0;
}

.contact-tabs{
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    margin: 0 !important;
}

section li.dfwp-item {
    border-bottom: 1px solid lightgrey;
}

section li.dfwp-item:last-child {
    border-bottom: 0 !important;
}

.page-content {
    padding: 0;
}

.contact-emb-section>div:not(.contact-header) {
    padding-inline: 8%;
    overflow-x: overlay;
}

hr {
    margin: 0;
}

.contact-header p {
    font-size: 25px;
    font-weight: 500: ;
}

.contacts-header >section >div >label {
    border-inline-end: 2px solid #25935f;
    width: -webkit-fill-available;
    font-weight: 600;
}

.details-section-title>span {
    font-family: 'IBMPlexSans-bold';
}

h2.ms-webpart-titleText span {
    font-size: 35px;
    font-family: 'IBMPlexSans-bold';
    color: #25935f;
}

.card-inner label {
    font-weight: 600;
}

.contact-header h2 {
    font-size: 45px ;
}

.page-content {
    padding-inline: 0 !important;
}