.banner-cases {
    position: relative;
    background: url(../image/banner-cases.webp);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    margin: 0 20px 35px;
    border-radius: 12px;
}

.banner-cases-section::after {
    content: "";
    position: absolute;
    bottom: 70px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 545px;
    height: 478px;
}

.banner-cases-section {
    position: relative;
    width: 100%;
    padding: 70px 0 80px;
}

.banner-cases-block h1 {
    color: #fff;
}

.banner-cases-block {
    width: 50%;
}

.banner-cases-block .banner-block_imets {
    margin: 45px 0 60px;
}

.banner-cases-block .leave-request {
    width: 300px;
}

.banner-cases-block .banner-block_imets {
    gap: 15px;
}

.banner-block_imet {
    display: flex;
    align-items: center;
    gap: 15px;
}

.banner-cases-block .banner-block_imets {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.banner-cases-block .banner-block_imet p {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.78px;
    color: #fff;
}

.banner-cases-block .banner-block_imet p span {
    font-size: 16px;
    font-weight: 700;
    line-height: 18.78px;
}

.banner-cases-block button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.13px;
    text-align: center;
    height: 61px;
}

.banner-block_button span {
    font-size: 14px;
    font-weight: 600;
    line-height: 16.44px;
    color: #fff;
    opacity: 0.75;
    width: 20%;
}

.banner-block_button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 28px;
}

.banner-block_button::after {
    content: "";
    position: absolute;
    bottom: -80%;
    left: 45%;
    background-image: url(../image/button-arrow.png);
    background-repeat: no-repeat;
    width: 120px;
    height: 31px;
}