.banner-t1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 65px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-t1 img {
    width: auto;
}
.banner-t1-content {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    max-width: 600px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 60px;
}
.banner-t1-title { 
    margin-bottom: 32px;
    font-size: 42px;
    line-height: 48px;
    font-weight: 300; 
    text-transform: uppercase;
    color: #000;
}
.banner-t1-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    margin-bottom: 32px;
}
.banner-t1-content .btn {
    min-width: 120px;
    margin-bottom: 11px;
    color: #fff;
    background-color: #000;
}
.banner-t1-content .btn:hover {
    background: #fff;
    color: #000;
}
.banner-t1-content .btn::before {
    background: inherit;
}
.banner-t1-link {
    display: block;
    cursor: pointer
}
.banner-t1-content_left { text-align: left; }
.banner-t1-content_right { text-align: right; }
.banner-t1-content_center { text-align: center }
.link-more {
    display: inline-block;
    cursor: pointer
}
@media (max-width: 1024px) {
    /* .banner-t1-content {
        max-width: 400px;
        padding-top: 10px;
    }
    .banner-t1-title {
        margin-bottom: 10px;
        font-size: 32px;
        line-height: 36px;
    }
    .banner-t1-content p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 20px;
    } */
}
@media (max-width: 767px) {
    
}