.banner-git-style {
    position: relative;
    margin-top: 50px;
}

.banner-git-style__txt {
    position: absolute;
    left: 70px;
    top: 37%;
    text-transform: uppercase;
}

.banner-git-style__txt__big {
    font-size: 24px;
    font-weight: normal;
}

.banner-git-style__txt__small {
    font-weight: 300;
    font-size: 14px;
}

.banner-git-style__img {
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 200px;
}

.banner-git-style__btn {
    position: absolute;
    top: 40%;
    right: 80px;
}
.banner-git-style__btn .btn {
    font-size: 14px;
}

.btn_black {
    height: 40px;
    border-radius: 20px;
    background-color: #292929;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    display: block;
    padding: 0 62px;
}

.btn_black:hover {
    color: #ffffff;
}