.hero {
    background-image: url(../../images/urology/banner.webp);
    background-position: right center;
    background-size: 80% 100%;
    background-repeat: no-repeat;
    background-color: var(--bg-blue);
    padding-top: 220px;
    box-shadow: 0px 10px 10px var(--border);
    position: relative;
}


.hero .container {
    position: relative;
    z-index: 1;
}

.hero__descr {
    font-size: 18px;
    color: #99A4AC;
}

.hero__title {
    display: inline-block;
    font-weight: 500;
    font-size: 33px;
    color: var(--black);
    width: 620px;
    margin-bottom: 20px;
    line-height: 32px
}

.hero__text {
    width: 600px;
    margin-bottom: 60px;
    color: var(--black)
}

.hero__btn {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    background: var(--orange);
    border: 1px solid var(--orange);
    text-align: center;
    -webkit-transition: color .3s, background .3s, border .3s;
    -o-transition: color .3s, background .3s, border .3s;
    transition: color .3s, background .3s, border .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 220px;
    line-height: 45px;
  font-size: 16px;
  border-radius: 6px;
}

.hero__btn:hover {
    background-color: var(--hover-orange);
}
