.content {
    margin-top: 80px !important;
}

.panel{
    gap: 80px !important;
}

.panel > .list-title {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.panel > .list-content {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.panel > .list-title > .left, .panel > .list-title > .right {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.panel > .list-title > .title {
    position: relative;
    width: auto;
    height: auto;
    font-size: 32px;
    font-weight: 700;
    color: #121212;
}

.about-banner {
    position: relative;
    width: 100%;
    height: 320px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.about-banner > img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: fill;
}

.about-banner > .banner-content {
    position: absolute;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.about-banner > .banner-content > span:first-child {
    font-size: 36px;
    color: #1a1a1a;
    font-weight: 700;
}

.about-banner > .banner-content > span:last-child {
    position: relative;
    padding: 12px 20px;
    width: auto;
    height: auto;
    background: rgba(255, 250, 243, 0.2);
    border-radius: 12px;
    color: #2A3B43;
}

.introduction {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    gap:80px;
}

.introduction > .introduction-item {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.introduction > .introduction-item[class*="left"] {
    flex-direction: row;
}

.introduction > .introduction-item[class*="right"] {
    flex-direction: row-reverse;
}

.introduction > .introduction-item > img {
    width: 700px;
    height: 400px;
    border-radius: 12px;
}

.introduction > .introduction-item > span {
    position: relative;
    padding: 40px;
    width: 655px;
    height: 400px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    line-height: 28px;
}

.contact {
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.contact > .contact-item {
    position: relative;
    width: auto;
    height: 160px;
    background: white;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    gap: 10px;
}

.contact > .contact-item > .icon {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #FFF2DE;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.contact > .contact-item > .icon > i {
    font-size: 26px;
    color: #F28705;
}

.contact > .contact-item > .title {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.contact > .contact-item > .subtitle {
    font-size: 16px;
    color: #333333;
}

.map {
    position: relative;
    width: 100%;
    height: 570px;
    border-radius: 12px;
}

.map > * {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
