﻿.header_bt{
    margin-top: 20px;
}
.header_bt .item_bt {
    padding: 30px;
    display: flex;
}
.header_bt .item_bt li {
    margin-right: 20px;
    font-size: 17px;
    color: rgb(100 100 100 / 92%);
}
.icon_bt i{
    padding-right: 10px;
}
.second_bt {
    margin-bottom: 20px;
}
.second_bt .content_mt {}

.content_mt .title_bt h3 {
    text-align: center;
}
.content_mt .content_bt {
    padding: 30px;
    font-size: 18px;
}
.icon_text {
    color: rgb(100 100 100 / 92%);
}
    .icon_text:hover {
        text-decoration: none;
        color: rgb(100 100 100 / 92%);
    }
