.main-container {
    padding: 0 0;
}

.telecrm-link {
    margin-top: 0 !important;
    color: #4F38A2;
    text-decoration: underline !important;
    padding: 0;
    background: transparent;
    border: none;
}

.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 65px 20px;
}

.section .section-heading {
    font-size: 40px;
    margin-bottom: 30px;
}

.section .section-heading strong {
    position: relative;
    font-weight: 500;
}

.section .section-heading strong::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 7px;
    width: 100%;
    border: solid 3px #4F38A2;
    border-color: #4F38A2 transparent transparent transparent;
    border-radius: 50%;
}

.section h1.section-heading {
    font-size: 56px;
}

.section .section-sub-heading {
    font-size: 20px;
    line-height: 28px;
}

.section .section-title {
    font-size: 16px;
    color: rgb(137, 147, 164);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.trusted-by-companies-image {
    max-width: 700px;
    margin-top: 70px !important;
}

.dual-section-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dual-section-container .left-part {
    width: 38%;
}

.dual-section-container .right-part {
    width: 58%;
}

.dual-section-container .left-part .section-heading {
    font-size: 48px;
}

.gray-section {
    background-color: #eeecff;
}

.purple-bullet-options {
    list-style: none;
    padding-left: 18px;
    font-size: 16px;
    display: grid;
    column-gap: 40px;
    grid-template-columns: 1fr 1fr;
}

.purple-bullet-options li {
    margin-bottom: 10px;
}

.purple-bullet-options li::before {
    content: "✓";
    color: #8b7af0;
    font-weight: 900;
    display: inline-block;
    width: 1.4rem;
    margin-left: -2em;
    background-color: #e0dbff;
    border-radius: 30px;
    height: 1.4rem;
    text-align: center;
    margin-right: 10px;
    font-size: 16px;
}

.section .list-container {
    max-width: 600px;
    margin-top: 50px;
}

.section .list-container .list-item {
    background-color: transparent;
    display: flex;
    margin-bottom: 30px;
}

.section .list-container .list-item {
    background-color: transparent;
    display: flex;
    margin-bottom: 20px;
}

.section .list-container .list-item .list-left {
    margin-right: 25px;
    flex-shrink: 0;
}

.section .list-container .list-item .list-left img {
    max-width: 38px;
    max-height: 38px;
}

.section .list-container .list-item .list-right .head {
    font-size: 24px;
}

.section .list-container .list-item .list-right p {
    margin: 0;
    color: rgb(23, 43, 77);
}

.section .features-container {
    max-width: 900px;
    margin: auto;
}

.section .dual-content-section-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.section .dual-content-section-container .image-part {
    width: 48%;
}

.section .dual-content-section-container .content-part {
    display: flex;
    flex-direction: column;
    width: 48%;
}

.section .dual-content-section-container.alternate-direction .content-part {
    order: -1;
}


@media (max-width: 700px) {
    .purple-bullet-options {
        grid-template-columns: auto;
    }

    .section .section-heading {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .dual-section-container .left-part .section-heading {
        font-size: 30px;
    }

    .section h1.section-heading {
        font-size: 36px;
    }

    .dual-section-container .left-part {
        width: 100%;
    }

    .dual-section-container .right-part {
        width: 100%;
    }

    br {
        display: none;
    }


    .section .dual-content-section-container .image-part {
        width: 100%;
    }

    .section .dual-content-section-container .content-part {
        width: 100%;
        margin-top: 20px;
    }

    .section .dual-content-section-container.alternate-direction .content-part {
        order: 0;
    }

    .section .list-container .list-item .list-left img {
        max-width: 50px;
        max-height: 50px;
    }

    .section .list-container .list-item .list-right .head {
        font-size: 20px;
    }
}

.nav-pills .nav-link.active {
    color: #4F38A2 !important;
    background-color: transparent !important;
}

.nav-pills .nav-link {
    text-align: left;
    font-size: 20px;
    padding: 10px !important;
    line-height: 1;
    background-color: transparent;
    border: none;
}

.nav-pills .nav-link h3 {
    font-size: 20px;
    font-weight: 400;
}

.nav-pills .nav-link .icon-chevron-down {
    color: #2e2e2e;
    transition: 0.5s;
    transform: rotate(-90deg);
}

.nav-pills .nav-link.active .icon-chevron-down {
    color: #4F38A2;
    transform: rotate(0deg);
}

.section .features-container .feature-content {
    display: none;
    padding: 0 10px 10px;
    border-radius: 0 0 10px 10px;
    color: rgb(174, 174, 174);
}

.section .features-container .nav-pills .nav-link.active+.feature-content {
    display: flex;
    margin-bottom: 20px;
}

.mobile-crm-features {
    margin-top: 90px;
}

.background-purple-container {
    background-color: #230a53;
    padding: 15px;
}

.purple-content {
    max-width: 700px;
    margin: auto;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.purple-content a {
    margin: 10px;
}

.background-purple-container .purple-content a {
    background-color: #7b68ee;
}

.purple-content h3 {
    margin: 10px;
}

@media (max-width: 767px) {
    .purple-content {
        justify-content: center;
        text-align: center;
    }
}

.mobile-crm-features-indsutry .feature-content {
    display: none !important;
}

.mobile-crm-features-tab-content {
    font-size: 18px;
    background-color: #f5f3ff !important;
    padding: 20px;
    border-radius: 16px !important;
}

.mobile-crm-features-indsutry.nav-pills .nav-link .icon-chevron-down {
    transform: rotate(0deg);
}

.mobile-crm-features-indsutry.nav-pills .nav-link.active .icon-chevron-down {
    transform: rotate(-90deg);
    margin-right: -16px;
}

@media (max-width: 768px) {

    .mobile-crm-features-indsutry.nav-pills .nav-link.active+.feature-content {
        display: flex !important;
    }

    .mobile-crm-features-indsutry.nav-pills .nav-link .icon-chevron-down {
        transform: rotate(-90deg);
    }

    .mobile-crm-features-indsutry.nav-pills .nav-link.active .icon-chevron-down {
        transform: rotate(0deg);
        margin-right: -16px;
    }

    .mobile-crm-features-tab-content {
        display: none !important;
    }
}