.sd-donate-top-banner {
    background-color: #faf8f4;
}

.gap-1 {
    gap: 5px;
}

.sd-brown-bttn {
    background: #674004;
}

.sd-text-brown {
    color: #674004;
}

.sd-text-green {
    color: #388522;
}

.sd-text-green-light {
    color: #89ca2e;
}

.font-weight-bolder {
    font-weight: 900;
}

.fnt-xxl {
    font-size: 73px;
}

.mx-width-img{
    max-width: 450px;
}

.bg0202 {
    background-color: #fbf5f9;
    background-image: url(../../images/student-scholarship-program/sd-0202.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 140px 0;
}


.bg0303 {
    background-color: #fbf5f9;
    background-image: url(../../images/student-scholarship-program/sd-0303.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
}

.py-100 {
    padding: 100px 0;
}

.cta-section {
    background-color: #1a1e1d;
    position: relative;
    overflow: hidden;
    border-radius: 20px;

}

.cta-section:after,
.cta-section:before {
    content: "";
    background-color: #1e2121;
    position: absolute;
    border: 1px solid #4a4d4b;
    z-index: 0;
    border-radius: 100%;
}

.cta-section:after {
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
}

.cta-section:before {
    bottom: -280px;
    right: -50px;
    width: 400px;
    height: 450px;
}

.cta-section .row {
    position: relative;
    z-index: 1;
}