/* SECTION 3 */
.section-3 {
    padding-top: 100px;
}

.section-3 .pointers .point p {
    margin-bottom: 0px;
}

/*  */

.section-4 {
    padding-top: 100px;
}

.section-4 .cardd {
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    background: linear-gradient(360deg, rgb(0 53 122) 0%, #0059cd 100%);
    border-radius: 12px;
    padding: 20px;
    color: white;
    transition: all .3s ease;
}

.section-4 .cardd:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 70px rgba(52, 52, 52, 0.537);
}


.section-4 .cardd .img-container {
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
}

.section-4 .cardd img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-4 .cardd .content {}

.section-4 .cardd .content h6 {
    font-size: 1.4vw;
    font-weight: 500;
}

.section-4 .cardd .content p {
    font-size: 1vw;
}

.section-4 .cardd .arrow {
    width: 3.5vw;
    height: 3.5vw;
    display: grid;
    place-items: center;
    text-decoration: none;
    background: #FF6036;
    color: white;
    border-radius: 50%;
    rotate: -45deg;
}

/*  */

.section-5 {
    padding-block: 100px;
}

/*  */
.section-6 {
    padding-bottom: 100px;
}

.section-6 button {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.274);
    padding: 7px 20px;
    border-radius: 30px;
    margin-top: 20px;
}

.section-6 .cardd {
    align-items: start;
}

.section-6 .cardd img {
    width: 4vw;
}

.section-6 .cardd:first-child {
    padding-bottom: 20px;
}

.section-6 .cardd:not(:first-child) {
    padding-block: 20px;
}

.section-6 .cardd:not(:last-child) {
    border-bottom: 1px solid rgb(150, 150, 150);
}



.widning-image-section .img-container {
    background-image: url('../images/crm-erp/CRM-ERP.jpg');
}



@media screen and (max-width : 992px) {
    .section-3 .img-container {
        height: 350px;
    }


    .section-4 .cardd .content h6 {
        font-size: 2.5vw;
    }

    .section-4 .cardd .content p {
        font-size: 1.6vw;
    }

}


@media screen and (max-width : 786px) {
    .section-3 .img-container {
        height: 300px;
    }

    .section-4 .cardd .content h6 {
        font-size: 4vw;
    }

    .section-4 .cardd .content p {
        font-size: 3vw;
    }
}

@media screen and (max-width : 576px) {
    .section-3 .img-container {
        height: 250px;
    }
}