.banner_introduce {
    background: url(/assets/images/banner_gt_app/bg_gt_cv.png) no-repeat;
    background-color: #d6e7fe;
    background-position: top center;
    display: flex;
    height: 519px;
    width: 100%;
    justify-content: end;
    align-items: center;
    padding-right: 250px;
    padding-top: 30px;
}

.banner_introduce .box_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    width: 40%;
}

.introduce_txt {
    text-transform: uppercase;
}

.txt_top, .box_btn {
    text-align: center;
}

.box_btn {
    display: flex;
    gap: 20px;
}

.box_btn img {
    border-radius: 10px;
}

@media screen and (max-width: 1300px) {
    .banner_introduce {
        padding-right: 25px;
        padding-top: 7px;
    }
}

@media screen and (max-width: 1024px) {
    .banner_introduce {
        background: #d6e7fe;
        height: auto;
        padding: 20px 0;
        justify-content: center;
    }

    .banner_introduce .box_text {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .box_btn {
        flex-direction: column;
    }
}