﻿.tile-test
{
    padding: 30px;
    box-shadow: 0px 6.6501px 20.8148px rgba(144, 144, 144, 0.0282725), 0px 2.76726px 8.66151px rgba(144, 144, 144, 0.0196802);
    border-radius: 10px;
}

.benefits
{

}

.equity .group__right
{
    margin: auto;
}

.team-note .wp-block-group__inner-container
{
    position: relative;
}

.team-note .standart-section
{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 0;
    border-radius: 0 0 10px 9px;
}

.team-note figure
{
    border-radius: 12px;
}

.figure-wrapper
{
    display: flex;
}

.figure-wrapper figure:first-child
{
    margin-right: 15px;
}

.figure-wrapper figure:last-child
{
    margin-left: 15px;
}


/*partnership page*/
.origin-story .info
{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.origin-story .image
{
    margin-left: 0 !important;
}

.origin-story .image figure
{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.success-story-wrapper
{
    position: relative;
}

.success-story-wrapper .background
{
    border-radius: 15px;
    opacity: 0.5;
}

.success-story-wrapper .is-style-default
{
    position: absolute;
    left: 40px;
    top: 30px;
}

.success-story-wrapper p
{
    position: absolute;
    right: 40px;
    bottom: 30px;
}

/*<editor-fold desc="Resume Service Page">*/
.editor-styles-wrapper .before-after-slider-item > div
{
    width: 100%;
    max-width: 583px;
    margin: 0 auto 32px !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

/*</editor-fold>*/