#section-1 {
    position: relative;
}

#section-1 .trans-bg {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#section-1 .trans-bg-logo {
    width: 12%;
    position: absolute;
    top: 30%;
    left: 40%;
    transform: translate(-30%, -40%);
}

#section-1 .trans-bg-title {
    width: 12%;
    position: absolute;
    top: 36%;
    left: 54%;
    transform: translate(-36%, -54%);
}

#section-1 .trans-bg-description {
    width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



@media (max-width: 1120px) {
    #section-1 .trans-bg  {
        width: 80%;
    }    
}
@media (max-width: 767px) {
    #section-1 .trans-bg  {
        width: 80%;
    }    
}

#section-2 {
    background: #ffffff;
}

#counter-section-container {
    width: 100%;
    text-align: center;
}
  
#counter-box-container {
    overflow: hidden;
}
  
#counter-box {
    width: 100%;
    color: #0d3b86;
}
  
.counter {
    font-family: "Rubik-Bold";
    font-size: 40px;
    color:#0d3b86;
}

.program-card {
    padding: 25px;
    border: 2px solid #92cef4;
    border-radius: 8px;
    box-shadow: 1px;
    box-shadow: 7px 8px #e2dcd76e;
}
