.boxsection {
    text-align: center !important;
    position: relative;
    margin-bottom: 60px;
    /* width: 736px; */
    padding: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    border: 3px solid var(--Additional-Blue, #C9ECFF);
    background: #F7F7F8; 
}

.mainboxsection {
    margin: 60px 0px 60px 0;
}

.boxsection h2,
.boxsection h1,
.boxsection p {
    text-align: center !important;
}

.boxsection .heading2 {
    margin-top: 0px;
    font-size: 26px;
    font-weight: 500;
    text-align: center !important;
}

.boxsection .btn {
    color: #fff;
    align-items: center;
    background-color: #785AFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.242px;
    padding: 20px 40px;
    background-color: #785aff;
    color: #fff;
    border: none;
    border-radius: 12px;
}

.page-node-type-blog .field--type-text-with-summary p.heading1,
.page-node-type-blog .field--type-text-with-summary p.heading2,
.page-node-type-blog .field--type-text-with-summary p.boxtxt {
    text-align: center !important;
}    
.boxsection .heading1 {
    height: auto;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; 
    color: #785aff;
    margin-bottom: 12px;
}

.boxsection .heading2 {
   height: auto;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 139.13% */
    margin-bottom: 4px;
}

.boxsection .boxtxt {
    height: auto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    margin-bottom: 30px;
}

.boxsection .boxsection-cta {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .mainboxsection {
        margin: 30px 0px 30px 0;
        margin-right: -25px !important;
    }

    .boxsection {
        width: auto;
        padding: 30px;
        margin-left: 0px;
        background: #F7F7F8; 
    }

    .boxsection .heading1,
    .boxsection .heading2,
    .boxsection p {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .boxsection .btn{
        padding: 15px 30px;
        font-size: 20px;
    }

}