.adns_peptides-banner {
    padding: 40px 0;
}


.peptides_list_banner2 {
    position: relative;
    border-radius: 38px;
    padding: 170px 0px 170px 50px;
}

.banner-image_mob {
    display: none;
    border-radius: 38px;
}

.napravleniy-image {
    height: 100%;
    border-radius: 38px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.banner-image {
    width: 100%;
    object-fit: cover;
    border-radius: 38px;
    height: 100%;
}

.peptides_banner2-descr {
    height: max-content;
    color: white;
    display: flex;
    flex-direction: column;
    width: 45%;
    background: #00000026;
    position: relative;
    padding: 24px;
    gap: 16px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(26.5px);
    border-radius: 24px;
    z-index: 1;
    overflow: hidden;
}
.peptides_banner2__title,
.peptides_banner2__text{
    font-size: 20px;
}
.peptides_banner2-descr:after {
    position: absolute;
    opacity: 10%;
    backdrop-filter: blur(26.5px);
    background-image: url(/wp-content/uploads/media/glass.jpg);
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    pointer-events: none;
}
.peptides_banner2__btn-wrap .btn3{
    width: fit-content;
    margin: 10px 0;
}
.peptides_banner2__title2 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 500;
}

.peptides__btn-mob {
    display: none;
}

@media (max-width: 991px) {
    .adns_peptides-banner{
        position: relative;
        margin: 0 -16px;
    }
    .peptides_banner2__btn-wrap {
        display: none;
    }
    .peptides_list_banner2 {
        padding: 20px 10px 200px 10px;
    }

    .peptides_banner2-descr {
        text-align: center;
        width: 100%;
        gap: 10px;
    }

    .peptides__btn-mob {
        display: block;
        position: absolute;
        bottom: 15px;
        width: 90%;
        left: 5%;
        text-align: center;
        border: none;
    }

    .peptides_banner2__title2 {
        font-size: 36px;
    }
    .peptides_banner2__title, .peptides_banner2__text {
        font-size: 16px;
    }
}
