.program-section {
        padding: 50px 0;
    }
     .bg-yellow{
     	background: #EDCE4E !important ;
     }
     .bg-green{
     	background: #7ED956 !important ;
     }
     .bg-blue{
     	background: #38B6FF !important ;
     }

    .program-card {
        border-radius: 20px;
        overflow: hidden;
        background: transparent;
        text-align: center;
        position: relative;
        height: 100%;
        width: 100%;
        max-width: 347px;
        padding-top: 66px;
    }

    .program-header {
        /*background: #E4C54E;*/
        padding: 90px 20px 20px;
        font-weight: 700;
        /*text-transform: uppercase;*/
        height: 145px;
        color:	#000 !important;
            line-height: 1;
    }
    .icon-group{
    		border-radius: 20px 20px 0px 0px;
    }

    .program-content {
        padding: 20px 20px 40px;
        /*font-weight: 600;*/
         height: 240px;
        
    }

    .program-content p {
        margin-bottom: 12px;
        /*font-weight: 700;*/
        /*line-height: 1.8;*/
        color:	#000 !important;
    }

    .icon-circle {
        width: 132px;
        height: 132px;
        background: #E4C54E;
        border-radius: 50%;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        /*border: 8px solid #6C63B8;*/
        font-size: 32px;
        /*color: #6C63B8;*/
        z-index: 1;
    }
@media (max-width: 767px){
	.program-section {
        padding: 0px 0;
    }
  .program-card {
        border-radius: 20px;
        overflow: hidden;
        background: transparent;
        text-align: center;
        position: relative;
        height: 100%;
        width: 100%;
        max-width: 100%;
        padding-top: 66px;
    }
    .program-header {
        /*background: #E4C54E;*/
        padding: 90px 20px 20px;
        font-weight: 700;
        /*text-transform: uppercase;*/
        height: 145px;
        color:	#000 !important;
            line-height: 1;
    }
}