body {
    background-color: rgb(248,246,237);
}

@media (max-width: 900px) {
    #tabs .nav {
      margin-bottom: 30px;
    }

}

.carousel-item img {
    max-height: 500px;
    max-width: 500px;
}

.carousel-control-prev, .carousel-control-next {
    opacity: 1;
}

.tab-text {
    margin: 30px;
}

.tab-title {
    background-color: #2A5349; 
    color: #fff;
    padding-bottom: 8px; 
    height: 50px;
    text-transform:uppercase;
}

.tab-content {
    min-height: 1122.520px;
    background-color: #fff;
}

.tab-title::after {
    content: ""; 
    display: block; 
    width: 100%; 
    height: 1px; 
    background-color: #fff; 
    margin-top: -15px; 
}

.tab-text {
    padding-bottom: 35px;
}

.nav-pills .nav-link {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

.nav-pills .nav-link.active::after,
.nav-pills .show > .nav-link::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    margin-left: 5px; 
    margin-top: 5px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #2A5349 !important;
}
