
/* why-choose-section start */
.why-choose-section{
    padding: 110px 0 100px 0;
}

.why-choose-section h2{
    font-size: 60px;
    font-weight: 400;
    text-align: center;
}

.why-choose-section h2 span{
    font-weight: 700;
    color: var(--red);
}

.why-choose-section p{
    max-width: 790px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
}

.why-choose-section .card{
    border-radius: 0;
    border: 0;
    margin-top: 62px;
}

.why-choose-section .card .circle{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    background-color: var(--pink-500);
    border-radius: 50%;
}

.why-choose-section .card h2{
    font-size: 28px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    color: var(--red);
    line-height: 35px;
}

.why-choose-section .card p{
    font-size: 16px;
    line-height: 30px;
}
/* why-choose-section end */

/* Platform-Benefits-section start */
.Platform-Benefits-section{
    padding-bottom: 80px;
}

.Platform-Benefits-section .content-box{
    max-width: 990px;
    background-color: var(--pink-500);
    margin: 0 auto;
    border-radius: 50px;
    padding: 62px 0 48px 0;
}

.Platform-Benefits-section .heading{
    width: 100%;
}

.Platform-Benefits-section .heading h2{
    text-align: center;
    font-size: 50px;
    margin-bottom: 45px;
}

.Platform-Benefits-section .heading h2 span{
    font-weight: 700;
    color: var(--red);
}

.Platform-Benefits-section .list{
    padding: 0 70px 0 105px;
}

.Platform-Benefits-section .list p{
    position: relative;
}

.Platform-Benefits-section .list p::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
    width: 19px;
    height: 19px;
    background-image: url('../images/inner-page-images/check-mark.png');
}
/* Platform-Benefits-section end */

/* Next-Steps-section start */
.Next-Steps-section{
    padding-bottom: 65px;
}

.Next-Steps-section h2{
    text-align: center;
    font-size: 50px;
}
.Next-Steps-section h2 span{
    font-weight:700;
    color: var(--red);
}

.Next-Steps-section p{
    font-size: 20px;
    text-align: center;
    padding-bottom: 45px;
    margin: 0;
}

.Next-Steps-section .btn-section{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
/* Next-Steps-section end */


