.r__title {
    font-size: 42px;
    line-height: 52px;
}
.r {
    max-width: 100%;
    width: 1100px;
    color: var(--third-color);
    font-weight: 300;
}
.r .c-list ul {
    padding-left: 40px;
}
.r .c-list li {
    font-weight: 300;
}
.r .c-list li:before {
    background-color: var(--second-color);
}

.l {
    padding: 60px 5vw;
    background-color: #E9E9E9;
    max-width: 49%;
    flex: 0 0 49%;
    position: relative;
}
.l:before {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    display: inline-block;
    box-shadow: 0px 0px 26px 3px rgb(60,60,60);
    border-radius: 50%;
}
.l__txt {
    font-weight: 700;
}
.l:nth-child(even) {
    margin-left: auto;
}
.l__txt p,
.l__txt ul li {
    font-weight: 700;
}
.l.c-list li:before{
    background-color: var(--txt-color);
}
.l:nth-child(odd).c-list li:before{
    background-color: var(--second-color);
    top: 10px;
}
.l:nth-child(odd) .l__txt {
    font-size: 28px;
    line-height: 38px;
    color: var(--second-color);
}
.l__subtitle {
    font-size: 32px;
    line-height: 42px;
    font-weight:500;
}
.l__title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
}
.l .cbtn {
    display: block;
    margin-left: auto;
    margin-top: 30px;
    font-size: 16px;
    width: 240px;
    max-width: 100%;
}

.call__heading .page-heading {
    font-size: 42px;
    line-height: 52px;
}
.call__heading .c-square {
    background-color: var(--second-color);
}
.call {
    color: var(--third-color);
    font-weight: 300;
}


@media(max-width: 992px) {
    .l {
        max-width: 100%;
        flex: 0 0 100%;
        margin: 10px 0 !important;
        padding: 40px;
    }
    .l__subtitle {
        font-size: 24px;
        line-height: 34px;
    }
    .l__title {
        font-size: 34px;
        line-height: 44px;
    }

    .r .c-list ul {
        padding-left: 15px;
    }
}
@media(max-width: 767px) {
    .call__heading .page-heading,
    .r__title {
        font-size: 24px;
        line-height: 34px;
    }
    .l__subtitle {
        font-size: 20px;
        line-height: 30px;
    }
    .l__title {
        font-size: 30px;
        line-height: 40px;
    }
    .l:nth-child(odd) .l__txt {
        font-size: 20px;
        line-height: 30px;
    }
    .l {
        padding: 40px 15px;
    }
}