.find {
    padding-bottom: 120px;
}

.find__block {
    gap: 15px;
    display: -ms-flexbox;
    display: flex;
}

.find__body {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
}

.find__title {
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 30px;
}

.find__text {
    max-width: 540px;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 50px;
}

.find__btn {
    width: 330px;
    line-height: 60px;
    display: block;
    background: #92c0e9;
    border-radius: 11.5px;
    transition: 0.3s;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

.find__btn:hover {
    background: rgba(146, 192, 233, 0.6);
}

.find__block-img {
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
    overflow: hidden;
}

.find__img {
    border-radius: 15px;
    overflow: hidden;
}

.find__img img {
    max-width: 100%;
    max-height: 100%;
}

.find__img .swiper-container {
    height: auto;
}

@media (max-width: 960px) {
    .find {
        padding-bottom: 80px;
    }
    .find__block {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
    .find__title {
        margin-bottom: 25px;
    }

    .find__text {
        max-width: unset;
        font-size: 16px;
        margin-bottom: 25px;
    }

    .find__btn {
        width: 245px;
        line-height: 45px;
        border-radius: 8.6px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .find {
        padding-bottom: 50px;
    }
    .find__block {
        gap: 20px;
    }
    .find__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .find__text {
        margin-bottom: 20px;
    }

    .find__btn {
        width: 160px;
        line-height: 35px;
        font-size: 14px;
    }
}
