

.tabber_section .nav{
    justify-content: center;
}
.tabber_section .nav-item {
    padding-right: 12px;
    padding-left:12px;
    padding-top: 12px;  
    padding-bottom: 12px;      
    font-size: 24px;
}

.tabber_section .tab-pane p{
text-align: center;
font-size: 20px;
}

.tabber_section .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color:var(--heading-color);
    border-radius: 41px;
    font-size: 18px;
    box-shadow: none;
}
.tabber_section .nav-pills .nav-link{
      color: var(--heading-color);
    background-color:#fff;
    border-radius: 41px;
    font-size: 18px;  
    border: 2px solid var(--heading-color);
    box-shadow: none;
}


.modal-body img{
    height: 400px;
}

@media(max-width: 768px){
  
.modal-body img{
    height:auto;
}  
}