/*
 * @Author: ChenWanzhao
 * @Date: 2023-11-03 11:53:48
 * @LastEditors: ChenWanzhao
 * @LastEditTime: 2023-11-03 15:49:41
 * @Description: 免费咨询
 */
.bf-consulting {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 458px;
    background-image: url(../../images/Q&A.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bf-consulting__button {
    margin-top: 1.92em;
}

/* 屏幕宽度小于 1600px 时 */
@media screen and (max-width: 1600px) {
    .bf-consulting {
        height: 412.2px;
    }
}

/* 屏幕宽度小于 1440px 时 */
@media screen and (max-width: 1400px) {
    .bf-consulting {
        height: 366.4px;
    }
}

/* 屏幕宽度小于 1280px 时 */
@media screen and (max-width: 1280px) {
    .bf-consulting {
        height: 320.6px;
    }
}

/* 屏幕宽度小于 1024px 时 */
@media screen and (max-width: 1024px) {
    .bf-consulting {
        height: 274.8px;
    }
}

/* 屏幕宽度小于 968px 时 */
@media screen and (max-width: 968px) {
    .bf-consulting {
        height: 229px;
    }

    .bf-consulting__title {
        text-align: center;
        padding: 0 0.5em;
    }
}
