body {
    margin: 0;
    padding: 20px;
}

p {
    margin: 0;
}

.container-class {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 53px;
    margin-top: 53px;
}

.heading {
    height: 154px;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: -1.4px;
    line-height: 76px;
}

.description {
    height: 96px;
    color: #001126;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
}


#comply-section {
    background: url('../assets/background-image.png');
    background-repeat: no-repeat;
    height: 654px;
    width: auto;
}

.comply-summary {
    margin-left: 20%;
    padding-top: 21px;
}

#comply-overview {
    text-align: center;
    color: #627C9A;
}
.top-section{
    position: relative;
    min-height: 400px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 100, 255, 0.01) 25.44%, rgba(0, 100, 255, 0.10) 77%);
}
.top-section-content{
    z-index: 2;
    position: relative;
}
.white-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  pointer-events: none; 
}
.top-section::after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../assets/left.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.top-section::before{
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../assets/right.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.dev-center{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 52px;
    gap: 53px;
    padding: 20px;
    padding-bottom: 52px;
}
.dev-center-left{
    max-width: 545px;
    margin-top: 50px;
}
.dev-center img{
    max-width: 100%;
}
.api{
    color: var(--Electric-Blue-600, #0064FF);
    font-family: var(--font-family-text-style, Inter);
    font-size: var(--font-size-xl, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--font-line-height-lg, 32px); /* 133.333% */
}
.sec-head{
    color: var(--Purple, #3D0F63);
    /* font-family: "Bw Gradual"; */
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px; /* 120.833% */
    margin-bottom: 15px;
}
.sec-head2{
    color: var(--Purple, #3D0F63);
    /* font-family: "Bw Gradual"; */
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 116.667% */
    margin-bottom: 20px;
}
.sec-des{
    color: var(--Text, #333);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    width: 463px;
}
.sec-des2{
    color: var(--Text, #333);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    max-width: 546px;
}
.overview-heading {
    height: 72px;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 60px;
}

.overview-description {
    height: 87px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 auto;
}

.btn-overview {
    height: 50px;
    width: 325px;
    border-radius: 29px;
    background-color: #0070F0;
    box-shadow: 0 4px 8px 0 rgba(168, 208, 255, 0.75);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    border: none;
}

.dropped-icon {
    height: 6.2px;
    width: 9.69px;
    transform: rotate(180deg);
    padding: 5px;
}

.description-class {
    text-align: center;
}

.button-container-clas {
    text-align: center;
}

.margin-top-class {
    margin-top: 38px;
}