.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
}

table,
table td,
table th {
	border: 1px solid #d9d4ce !important;
}


/* Download Apps */
.download-apps {
    background: #F7A42A;
    border-radius: 40px;
    max-width: 1048px;
    margin: 0 auto;
    padding: 55px 0 118px;
}

.download-apps-title {
    margin-bottom: 50px;
}

.download-apps-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.download-apps-links a {
    margin: 0 20px;
}

/* Single feature */
.single-feature {
    padding: 52px 0 46px;
}

.single-feature-img {
    max-width: 511px;
    width: 100%;
    margin: 0 auto;
}

.single-feature-img img {
    border-radius: 20px;
}

.single-feature-content {
    padding: 0 10%;
}

.single-feature-label {
    margin-bottom: 20px;
    background: #E9F2FF;
    border-radius: 29px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #106EFF;
    padding: 12px 20px;
    display: inline-block;
}

.single-feature-title {
    max-width: 328px;
    width: 100%;
    font-weight: 600;
    font-size: 38px;
    line-height: 50px;
    color: #0B0B0B;
    margin-bottom: 23px;
}

.single-feature-descr {
    font-weight: 400;
    font-size: 23px;
    line-height: 38px;
    color: #303030;
    margin-bottom: 35px;
    max-width: 467px;
    width: 100%;
}

.single-feature-items {
    padding: 0;
}

.single-feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.single-feature-item img {
    margin-right: 24px;
    max-width: 54px;
    width: 54px;
    height: auto;
}

.single-feature-item__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 38px;
    color: #000000;
}
/* Features Grid */
.features-frid {
    padding: 57px 0;
}

.features-frid-item {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 29px 24px;
    transition: all .3s;
}

.features-frid-item:hover {
    margin-top: -15px;
    box-shadow: 0 2px 8px 4px rgba(16,7,104,.1),0 1px 2px 0 rgba(83,51,237,.06);
}

.features-frid-item__icon {
    max-width: 84px;
    width: 100%;
    height: auto;
    margin-bottom: 26px;
    border-radius: 20px;
}

.features-frid-item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
    color: #0B0B0B;
    margin-bottom: 14px;
}

.features-frid-item__descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

/* Get started */
.get-started {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    max-width: 590px;
    width: 100%;
    padding: 20px 18%;
}

.get-started-title {
    position: relative;
    font-weight: 700;
    font-size: 38px;
    line-height: 98px;
    color: #F7A42A;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.get-started-descr {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 15px;
}

.get-started-price {
    font-weight: 700;
    font-size: 38px;
    line-height: 98px;
    color: #0B0B0B;
    margin-bottom: 30px;
}

/* Tabs */
.accordion-container{
    position: relative;
    max-width: 1200px;
    height: auto;
    margin: 10px auto;
  }
  .set{
    position: relative;
    width: 100%;
    height: auto;
    background: #FFFFFF;
/*     border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px; */
    margin-bottom: 50px;
    padding: 0 !important;
  }
  .set > .tab-title{
    padding: 20px 20px 20px 60px;
    font-weight: 700;
    font-size: 38px;
    line-height: 98px;
    color: #0B0B0B;
    cursor: pointer;
  }
  .set > .tab-title i{
    float: right;
    margin-top: 30px;
    margin-right: 15px;
  }
  .set > a.active{
    background-color:#3399cc;
    color: #fff;
  }
  .content{
    background-color: #fff;
    border-bottom: none;
    border-radius: 30px;
    padding: 0 50px 30px;
    display:none;
  }
  .content p{
    padding: 10px 15px;
    margin: 0;
    color: #333;
  }

/* Grey box */
.grey-box {
    padding: 68px 48px;
    border-radius: 24px;
}

/* Supports boxes */
.support-box-item  {
    padding: 29px 24px;
    transition: all .3s;
}

.support-box-item:hover {
    margin-top: -15px;
    box-shadow: 0 2px 8px 4px rgba(16,7,104,.1),0 1px 2px 0 rgba(83,51,237,.06);
}

/* Post content */

.wp-block-cover {
	margin-top: -51px
}

.wp-block-columns {
    margin: 0;
}

/* .wp-block-embed__wrapper iframe {
    width: 100% !important;
} */

.wp-block-quote {
	margin-top: 32px;
	margin-bottom: 32px;
	padding: 30px 30px;
	border-left: 5px solid #F7A346;
	border-radius: 5px;
	background-color: #f9f9f9;
	color: #212529;
	font-size: 23px;
	line-height: 1.3;
	font-weight: 600;
}

/* Buttons */
.wp-block-button__link {
    font-weight: 600;
    transition: all .3s;
    margin: 0 10px;
    min-width: 200px;
    margin-bottom: 5px;
}

.wp-block-button__link:hover {
    opacity: .8;
}

/* Pretty link */
.pretty-link a {
    font-size: 20px;
    line-height: 1.1em;
    font-weight: 700;
    color: #2751DB;
    transition: all .3s;
}

.pretty-link i {
    margin-left: 10px;
    position: relative;
    top: 1px;
    transition: all .3s;
}

.pretty-link a:hover i {
    margin-left: 15px;
    color: #0b0b0b;
}

.pretty-link a:hover {
    color: #0b0b0b;
}

/* Team */
.team-grid {
    max-width: 976px;
    margin: 0 auto;
}

.team-grid-member {
    background-color: #f9f9f9;
    border-radius: 20px;
    transition: all .3s;
}

.team-grid-member:hover {
    box-shadow: 0 19px 20px 0 rgb(3 3 3 / 10%);
    -webkit-transform: translate3d(0px, -10px, 0.01px);
    transform: translate3d(0px, -10px, 0.01px);
    color: #666;
}

.team-grid-content {
    padding: 55px 46px 28px;
}

.team-grid-member__name {
    color: #0b0b0b;
    font-size: 32px;
    line-height: 1.375em;
    font-weight: 700;
    margin-bottom: 10px;
}

.team-grid-member__position {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 16px;
    font-weight: 700;
}

.team-grid-member__descr {
    color: #303030;
}

.team-grid-member__photo {
    text-align: center;
}

.team-grid-member__photo img {
    max-width: 476px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: -10px;
    border-radius: 0 0 20px 20px;
}

/* Dark banner */
.dark-banner {
    background-color: #0B0B0B;
    border-radius: 20px;
    box-shadow: 0 2px 12px 0 rgb(3 3 3 / 8%);
}

.dark-banner-content {
    padding: 0 13%;
}

.dark-banner-title {
    font-size: 48px;
    line-height: 1.25em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
}

.dark-banner-descr {
    font-size: 24px;
    line-height: 1.583em;
    margin-bottom: 60px;
    color: #ededed;
}

.dark-banner img {
    border-radius: 0 0 20px 0;
    margin-bottom: -9px;
}

/* Integrations */
.integration {
    padding: 48px 52px 72px;
    box-shadow: 0 2px 12px 0 rgba(3, 3, 3, 0.08);
    border-radius: 20px;
    transition: all .3s;
}

.integration:hover {
    box-shadow: 0 19px 20px 0 rgba(3, 3, 3, 0.1);
    -webkit-transform: translate3d(0px, -10px, 0.01px);
    transform: translate3d(0px, -10px, 0.01px);
    color: #666;
}

.integrations-header {
    margin: 30px 0 40px;
}

.integration-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

.integrations-nav {
    display: flex;
    justify-content: flex-end;
}

.integrations-nav button {
    box-shadow: 0 1px 12px 0 rgba(3, 3, 3, 0.08);
    background-color: transparent;
    color: #0b0b0b !important;
    font-size: 18px;
    font-weight: 500;
    border: none !important;
    transition: all .3s;
    outline: none;
    margin: 15px 10px 15px;
}

.integrations-nav button:hover {
    background-color: #0b0b0b;
    color: #fff !important;
}

.integrations-nav .mixitup-control-active {
    box-shadow: 0 1px 12px 0 rgba(3, 3, 3, 0.08);
    background-color: #0b0b0b;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    border: none;
    outline: none;
}

.integration-title {
    margin-bottom: 10px;
}

.integration-descr {
    margin-bottom: 40px;
    color: #303030 !important;
}

.integration-thumb {
    border-style: solid;
    border-width: 2px;
    border-color: #ededed;
    border-radius: 20px;
    height: 90px;
}

.integration-top img {
    max-width: 86px;
    height: auto;
    width: 100%;
    border-radius: 15px;
}

.integration-label {
    background: #E9F2FF;
    border-radius: 29px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #106EFF;
    padding: 12px 20px;
    display: inline-block;   
}

.integration-learn-more {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1em;
}

.integration-learn-more i {
    margin-left: 10px;
    margin-top: 2px;
    transition: all .3s;
}

.integration:hover .integration-learn-more i {
    margin-left: 15px;
}

@media (max-width: 767px) {

    .single-feature-img {
        margin-bottom: 35px;
    }

    .single-feature-content {
        padding: 0 5%;
    }

    .single-feature-title {
        font-size: 27px;
        line-height: 1.222em;
        margin-bottom: 23px;
    }

    .single-feature-item__text {
        font-weight: 600;
        font-size: 16px;
        line-height: 1.222em;
        color: #000000;
        text-align: left;
    }

    .single-feature-descr {
        line-height: 1.667em;
        font-weight: 400;
        font-size: 16px;
    }

    .download-apps {
        padding: 55px 0 55px;
    }

    .download-apps-title {
        font-size: 27px !important;
        margin-bottom: 25px;
    }

    .download-apps-links a {
        margin-bottom: 5px;
    }

    .download-apps-links img {
        max-width: 200px;
        width: 100%;
    }

    .wp-container-4 {
        display: flex;
        gap: 0em !important;
        flex-wrap: nowrap;
        align-items: center;
    }

    .wp-block-columns {
        margin-bottom: 1.2em !important;
    }

    .pretty-link a {
        font-size: 18px;
    }

    .wp-block-spacer {
        height: 15px !important;
    }

    .about-timeline {
        text-align: center;
    }

    .about-timeline .wp-block-spacer  {
        height: 15px !important;
    }

    .team-grid-content {
        padding: 30px 20px 28px;
    }

    .team-grid-member__name {
        font-size: 23px;
        line-height: 1.375em;
        font-weight: 700;
    }

    .team-grid-member__position {
        font-size: 18px;
        color: #666666;
        margin-bottom: 5px;
    }

    .team-grid-member__descr {
        font-size: 16px;
        font-weight: 400;
    }

    .features-frid {
        padding: 0px 0;
    }

    .dark-banner-content {
        padding: 13% 13%;
        text-align: center;
    }

    .dark-banner-descr {
        margin-bottom: 35px;
    }

    .latest-posts {
        margin-top: 30px;
    }

    .latest-posts-header {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center !important;
    }

    .latest-posts-title {
        margin-bottom: 25px;
    }

    .get-started {
        padding: 15px 6%;
        text-align: center;
    }

    .get-started-title {
        font-size: 31px;
        line-height: 1.375em;
        padding-bottom: 15px;
    }

    .get-started-price {
        font-size: 27px;
        line-height: 1.375em;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .set {
        margin-bottom: 15px;
    }

    .set > .tab-title {
        padding: 20px 50px 20px 20px;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.375em;
        position: relative;
    }

    .set > .tab-title i {
        position: absolute;
        right: 1px;
        top: -6px;
    }

    .content {
        padding: 0 21px 30px;
    }

    .content p {
        font-size: 16px !important;
        line-height: 1.5;
    }

    .wp-block-quote {
        margin: 20px auto;
        padding: 15px 15px;
        border: 0px solid #000;
        border-radius: 20px;
        background-color: #f9f9f9;
        color: #0b0b0b;
        font-size: 21px;
        line-height: 1.375em;
        font-weight: 600;
        text-align: center;
    }

    .integrations-header {
        text-align: center;
    }

    .integrations-nav {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }

    .integrations-nav button {
        margin: 10px 10px 5px;
    }

    .integration {
        padding: 35px 35px 35px;
        box-shadow: 0 2px 12px 0 rgb(3 3 3 / 8%);
        border-radius: 20px;
        transition: all .3s;
    }

    .integration-learn-more {
        font-weight: 700;
        font-size: 18px;
        line-height: 1.1em;
    }

}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {

    .single-feature-img {
        margin-bottom: 40px;
    }

    .single-feature-content {
        padding: 0 15%;
    }

    .dark-banner-content {
        padding: 8% 13%;
        text-align: center;
    }

    .dark-banner-title {
        font-size: 41px !important;
        line-height: 1.25em;
        font-weight: 700;
        color: #fff;
        margin-bottom: 14px;
    }

    .dark-banner-descr {
        font-size: 24px;
        line-height: 1.583em;
        margin-bottom: 45px;
        color: #ededed;
    }

    .get-started {
        padding: 15px 6%;
        text-align: center;
    }

    .get-started-title {
        font-size: 31px;
        line-height: 1.375em;
        padding-bottom: 15px;
    }

    .get-started-price {
        font-size: 27px;
        line-height: 1.375em;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .single-feature-item__text {
        font-weight: 700;
        font-size: 16px;
        color: #000000;
        text-align: left;
        line-height: 1.5;
    }

    .set > .tab-title {
        font-size: 31px;
    }

    .features-frid-item__title {
        font-weight: 600;
        font-size: 20px !important;
        line-height: 1.5;
    }

    .integration-learn-more {
        font-weight: 700;
        font-size: 18px;
        line-height: 1.1em;
    }
  
}
