.pretitle {
    margin-bottom: 15px;
}

.hr {
    margin: 80px 0;
    height: 1px;
    width: 100%;
    background: var(--border);
}

.padd64{
    padding: 64px 12px;
}

.card-minh{
    min-height: 227px;
}

.faq-item{
    padding: 32px 12px;
    cursor: pointer;
}

.faq-arr{
    transition: transform .2s ease
}

.faq-item.active .faq-arr{
    transform: rotate(180deg);
}

.faq-desc{
    padding-top: 32px;
    display: none;
}

.account-menu li a {
    font-weight: 500;
}

.account-menu li:last-of-type {
    margin-bottom: 0;
}

.account-menu ul{
    padding: 0;
}

.btn-social{
    font-size: 15px;
}

.gallery-item__img-wrapper {
    overflow: hidden;
    margin: 0 0 16px;
}

.gallery-item__img {
    transition: transform .2s ease;
}

.gallery-item__title {
    font-size: 16px;
}

.gallery-item:hover .gallery-item__img {
    transform: scale(1.1);
}

.gallery-item:hover .gallery-item__title {
    text-decoration: underline;
}

.term table,
.term td,
.term th {
    border: 1px solid #ddd;
}

.term table {
    text-align: center;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    width: 100%;
    table-layout: fixed;
}

.term td,
.term th {
    border-width: 0 1px 1px 0;
    padding: 8px;
}

.term th {
    font-weight: 700;
}

.term tr:nth-child(2n) {
    background-color: #f3f3f3;
}

.term a {
    color: var(--main);
}

.term a:hover {
    text-decoration: underline;
}

.term .table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 18px;
    margin-bottom: 18px;
}

.term .table-wrap table {
    min-width: 640px;
}



@media (min-width: 767px){
    .btn-social{
      width: 150px;
    }
}

@media (min-width: 992px) {
    .whyUs-box {
        max-width: 288px;
    }

    .padd64 {
        padding: 64px;
    }

    .faq-item{
        padding: 32px;
    }
}

