.all-guides {
    --radius: 50px;
    position: relative;
    padding: 80px;
    padding-bottom: 246px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.all-guides .all-guides__bg {
    background-color: #5c88d2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    border-radius: var(--radius) 0 var(--radius) var(--radius);
    overflow: hidden;
}

.all-guides .all-guides__bg-grid {
    opacity: 0.15;
}

.all-guides .all-guides__cutout {
    position: absolute;
    z-index: -3;
    top: 0;
    right: 0;
    height: 83px;
    pointer-events: none;
}

.all-guides .all-guides__cutout::before {
    content: "";
    display: block;
    width: 270px;
    height: 100%;
    background-color: #fff;
}

.all-guides .all-guides__cutout-left {
    position: absolute;
    right: 100%;
    top: -1px;
    height: calc(100% + 1px);
    width: 130px;
}

.all-guides .all-guides__cutout-bottom {
    position: absolute;
    top: 100%;
    right: -1px;
    width: 61px;
    height: 60px;
}

.all-guides .all-guides__title {
    font-weight: 800;
    font-size: 52px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    padding-bottom: 52px;
}

.all-guides .all-guides__picture {
    position: absolute;
    top: -151px;
    left: 389px;
    height: 1179px;
    z-index: -1;
}

.all-guides .all-guides__img {
    height: 100%;
    width: auto;
    max-width: unset;
}

.all-guides .all-guides__btn-wrapper {
    margin-top: auto;
}

.all-guides .all-guides__btn {
    justify-content: space-between;
    width: 285px;
    margin-top: auto;
}

@media screen and (max-width: 1450px) {
    .all-guides .all-guides__picture {
        height: 818px;
        top: -42px;
        left: unset;
        right: -18px;
    }

    .all-guides .all-guides__title {
        font-size: 32px;
        padding-bottom: 60px;
        padding-right: 359px;
    }

    .all-guides {
        padding: 40px;
        --radius: 32px;
        min-height: 348px;
    }

    .all-guides .all-guides__cutout {
        height: 50px;
    }

    .all-guides .all-guides__cutout::before {
        width: 170px;
    }

    .all-guides .all-guides__cutout-left {
        width: 80px;
    }
}

@media screen and (max-width: 750px) {
    .all-guides .all-guides__title {
        padding-right: 250px;
    }
}

@media screen and (max-width: 690px) {
    .all-guides {
        --radius: 20px;
        padding: 0;
    }

    .all-guides .all-guides__bg {
        border-radius: var(--radius);
    }

    .all-guides .all-guides__picture {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        height: unset;
        margin-bottom: -90%;
        margin-top: -40px;
    }

    .all-guides .all-guides__cutout {
        display: none;
    }

    .all-guides .all-guides__title {
        padding: 0;
        font-size: 28px;
        max-width: 300px;
        padding: 32px 20px;
        padding-bottom: 0;
    }

    .all-guides .all-guides__img {
        width: 100%;
        height: auto;
    }

    .all-guides__outer {
        padding: 0;
    }

    .all-guides .all-guides__btn {
        width: 100%;
    }

    .all-guides .all-guides__btn-wrapper {
        padding: 32px 20px;
        padding-top: 0;
        width: 100%;
    }
}
