/* ABOUT */

.about-section
{
    padding-top: 107px;
}

@media (max-width: 991px)
{
    .about-inner
    {
        padding-top: 70px;
        padding-left: 0;
    }
}

.about-image .img-one
{
    top: 0;
}

.about-image .img-one:before
{
    content: none;
}

.about-image .img-two
{
    top: 140px;
}

@media (max-width: 1399px)
{
    .about-image .img-two
    {
        top: 0;
    }
}

/* SERVICE  */
.service-section
{
    background-image: url('../images/bg/service-bg-1.jpg');
}

.service-card
{
    padding: 40px;
    background-image: none;
    background-color: var(--thm-white);
}

.service-card li
{
    font-size: 16px;
}

.service-card li + li
{
    margin-top: .5rem;
    border-top: none;
}

/* FUNFACT */
.funfact-section
{
    background-image: url('../images/bg/funfact-bg-1.png');
    background-position: left;
    background-repeat: repeat;
}

/* MAYOR */
.mayor-name
{
    top: -20px;
    left: 20px;
    padding: 10px 20px;
    writing-mode: unset;
    transform: none;
}

/* HISTORY */
.history-card-content h3
{
    font-size: 1.5rem;
}

/* BASIC KNOWLEDGE */
.team-section:before
{
    background-image: url('../images/bg/funfact-bg-1.png');
    background-position: left;
    background-repeat: repeat;
}

.team-section .list-style-one > li
{
    margin-bottom: .5rem;
    align-items: baseline;
}

/* TEAM */
.team-card .team-card-img img,
.team-card:hover .team-card-img img
{
    background-image: none;
}

/* FAQ */
.faq-section
{
    padding: 120px 0;
}