* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.flutter_interexy {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative
}

.flutter_interexy_icon {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

.flutter_interexy_icon img {
    object-fit: contain
}

.flutter_interexy_block h3 {
    font-weight: 600;
    font-size: calc(16px + 2 * (100vw - 139px) / 1461);
    line-height: 160%;
    margin-bottom: 10px;
    color: #191b20
}

.flutter_interexy_block p {
    font-weight: 400;
    font-size: calc(14px + 2 * (100vw - 139px) / 1461);
    line-height: 30px;
    color: #3e3465;
    margin-bottom: 0
}

.flutter_interexy .row {
    margin-bottom: 0
}

.flutter_interexy_title h2 {
    font-weight: 700;
    font-size: calc(30px + 35 * (100vw - 139px) / 1461);
    line-height: 120%;
    text-align: center;
    color: #191b20;
    margin-bottom: 40px
}

.cannabis_services .flutter_interexy_title p,
.flutter_interexy_title p {
    font-weight: 600;
    font-size: calc(18px + 3 * (100vw - 139px) / 1461);
    line-height: 38px
}

.flutter_interexy a,
.flutter_interexy_title p {
    font-size: calc(16px + 2 * (100vw - 139px) / 1461)
}

.flutter_interexy_title p {
    letter-spacing: .01em;
    color: #191b20;
    text-align: center;
    margin: 0 auto;
    max-width: 660px
}

.cannabis_services .flutter_interexy_block:first-child,
.flutter_interexy_title {
    margin-bottom: 60px
}

.flutter_interexy a {
    font-weight: 500;
    line-height: 19px;
    text-align: right;
    color: #6579f4;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 49px
}

.flutter_interexy a svg {
    transition: .3s;
    width: 40px
}

.flutter_interexy a svg g {
    transition: .3s
}

.flutter_interexy a:hover {
    color: #3e3465;
    transition: .3s
}

.flutter_interexy a:hover svg g {
    transform: translate(10px, 0);
    transition: .3s
}

.flutter_interexy_left {
    position: absolute;
    top: -50px;
    left: 0;
    max-width: 428px
}

.flutter_interexy_right {
    position: absolute;
    top: -50px;
    right: 0;
    max-width: 448px
}

.cannabis_services .vevoo {
    display: flex;
    flex-wrap: wrap
}

.cannabis_services h2 {
    margin: 0 auto 30px;
    max-width: 1200px
}

.cannabis_services .flutter_interexy_left,
.cannabis_services .flutter_interexy_right,
.cannabis_services_venis,
.cannabis_why .flutter_interexy_left,
.delivery_services a svg {
    display: none
}

.cannabis_services .cannabis_services_venis {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 390px
}

.cannabis_why h2 {
    text-align: left;
    max-width: 1000px
}

.cannabis_why a {
    justify-content: flex-start
}

.delivery_services .cannabis_services_venis {
    display: none !important
}

.delivery_services a {
    max-width: 250px;
    width: 100%;
    height: 72px;
    border: 1px solid #6579f4;
    font-size: calc(18px + 4 * (100vw - 139px) / 1461);
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center !important;
    margin: auto
}

@media screen and (max-width:991px) {
    .flutter_interexy_left {
        display: none
    }
    .flutter_interexy {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .flutter_interexy_title h2 {
        text-align: left;
        margin-bottom: 16px
    }
    .flutter_interexy_title p {
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        max-width: 100%
    }
    .flutter_interexy_right {
        max-width: 40%
    }
    .flutter_interexy_block {
        margin-bottom: 40px
    }
    .flutter_interexy a {
        margin-top: 0
    }
    .cannabis_why .vevoo {
        display: flex;
        flex-wrap: wrap
    }
}

@media (max-width:600px) {
    .cannabis_services .flutter_interexy_block:first-child,
    .flutter_interexy_title {
        margin-bottom: 40px
    }
    .flutter_interexy_block:last-child {
        display: none
    }
    .flutter_interexy a {
        justify-content: flex-start;
        width: 100%;
        text-align: left
    }
    .cannabis_services .flutter_interexy_title p {
        font-weight: 400;
        line-height: 30px
    }
    .cannabis_services .cannabis_services_venis {
        max-width: 40%
    }
}

.delivery_services .s12 a {
    margin-top: 60px
}

.flutter_interexy .link-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 215px;
    min-height: 72px;
    border-radius: 23px;
    padding: 0 35px;
    font-size: calc(16px + 2 * (100vw - 139px) / 1461);
    text-decoration: none;
    background: #6579f4;
    color: #fff;
    line-height: 22px;
    margin: 80px auto 0 auto;
    transition: .3s
}
.flutter_interexy .link-btn:hover {
    background: #3e3465;
    color: #fff;
    transition: .3s
}