#banner {
    position: relative !important;
    z-index: 100;
    height: 500px;
    background: var(--green-1-o);
}
#banner .carousel{
    position: absolute !important;
    height: 100%;
    background: var(--green-1) !important;
}
.carousel-inner{
    height: 100% !important;
    width: 100%;
}
.cover{
    height: 100%;
}
#carousel{
    height: 100%;
}
.carousel-item{
    height: 100% !important;
}
.carousel-item > img {
    height: 100% !important;
}
#about .logo img {
    width: 300px;
    height: 300px;
}

.title {
    position: relative;
    padding: 10px 0;
    margin-bottom: 6px;
}

.title::after {
    position: absolute;
    content: '';
    width: 40%;
    left: 0;
    bottom: 0;
    height: 4px;
    background: var(--yellow);
}

.title.title-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#statistic .icon {
    /* border: solid var(--green-2); */
    font-size: 60px;
    width: 150px;
    height: 150px;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--green-1);
}

#statistic .value {
    color: var(--yellow);
    font-weight: 900;
    font-style: normal;
}
#statistic span{
    margin-top: 10px;
    font-size: 20px;
    color: #000;
}

.card{
    box-shadow: 3px 3px 7px #575757;
}

.card,
.card .img,
.card img{
    border-radius: 10px;
}

.card .img{
    height: 160px;
    overflow: hidden;
}

.card img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.card .card-text{
    font-size: 15px;
    font-style: italic;
}

#about{
    position: relative;
}
@media screen and (max-width:700px) {
    #banner {
        height: 50vh !important;
    }
}
