.head-desc-div p {
    color:#667085 ;
    font-size: 18px;
    padding: 0px 64px;
}

.head-desc-div h3 {
    font-size:60px;
}

.desc-box-sec {
    background-color: #7327CC;
    background-image: linear-gradient(to right, #7327CC , #F2767A);
    margin-top: 250px;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    padding-bottom: 80px;
}

.desc-box {
    position:relative;
    padding: 100px 15px 35px;
    text-align:center;
    background-color:#FAFAFA;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.desc-box p {
    font-size:18px;
    color:#8A8A8A;
}

.desc-box a {
    width: max-content;
    margin: auto;
    height: auto;
    padding-bottom: 10px!important;
}

.logoimg {
    height: 150px;
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    margin: auto;
}

.desc-box-row {
    margin-top: -120px;
}
