.banner-t1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 101px;
    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;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 40px;
    padding-left: 72px;
}
.banner-t1-title { 
    margin-bottom: 21px;
    font-size: 42px;
    line-height: 48px;
    font-weight: 300; 
    text-transform: uppercase;
    color: #fff;
}
.banner-t1-content p {
    max-width: 760px;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 55px; 
}
.banner-t1-content .btn {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    min-width: 155px;
    margin-left: 1px;
}
.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: 800px) {
    .banner-t1-content {
        text-align: center;
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-t1-title {
        font-size: 28px;
        line-height: 34px;
    }
    .banner-t1-content p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 25px;
    }
}
@media (max-width: 480px) {
    .banner-t1-content {
        padding-top: 20px;
    }
    
}