
.programs-section-count span {
    color: #23567D;
    font-size: 24px;
    font-weight: 800;
    line-height: 64px;
}

.programs-section {
    background-image: url('/numo/images/backgornd.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 293px;
}

@media (max-width: 768px) {
    .programs-section {
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        height: auto;

    }
}

.programs-section-content-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.programs-section-title {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    line-height: 64px !important;
}

.programs-section-content {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 24px !important;
}

.search-programs-wrapper {
    position: relative;
    max-width: 509px;
    margin-top: 24px;
}

.search-programs-icon {
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;

}

.search-programs-input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: none;
    padding: 0 47px 0 16px;
    height: 48px;
    color: #23567D;
    font-size: 12px;
    font-weight: 400;
}

.search-programs-input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.search-programs-input::placeholder {
    color: #979797;
    font-size: 12px;
    font-weight: 400;
}