section.about__behind {
    padding: 137px 0;
    background-color: #F7F7F7;
}

.about__behind .container {
    max-width: 1281px;
}

.about__behind--list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 64px;
    grid-row-gap: 56px;
    margin-top: 44px;
}

.about__behind--list .behind__list-item {
    padding-left: 63px;
    position: relative;
}

.behind__list-item .number {
    position: absolute;
    left: 0;
    top: -10px;
    margin: 0;
    color: #EFB257;
}

.behind__list-item h5 {
    color: #752963;
    margin-bottom: 15px;
    margin-top: -12px;
}

.behind__items .behind__item {
    margin-bottom: 11px;
    position: relative;
}

.behind__item-name {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #1B214A;
    margin-bottom: 7px;
}

.behind__item-description {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #1B214A;
    max-width: 477px;
}

.about__behind--list .behind__list-item:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #EFB257;
    pointer-events: none;
    position: absolute;
    left: 48px;
}

.behind__items .behind__item:before {
    content: '';
    position: absolute;
    width: 8.21px;
    height: 8.21px;
    border-radius: 100%;
    top: 5px;
    left: -19px;
    background: #EFB257;
    z-index: 1;
    pointer-events: none;
}

.behind__items .behind__item:last-child {
    margin-bottom: 0;
}
.about__behind--heading {
    margin: 0;
}

.about__behind--heading .subtitle__text {
    margin-bottom: 12px;
}

@media only screen and (min-width: 1600px) {
    .about__behind .container {
        max-width: 1470px;
    }
}

@media only screen and (max-width: 1280px){
    section.about__behind{
        padding-bottom: 50px;
    }
}


@media only screen and (max-width: 767.98px){
    .about__behind--list {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 40px;

    }
    section.about__behind{
        padding: 100px 0;
    }
}
