#our-program {
    display: flex;
    flex-direction: column;
}
#s-cnt-1{
    display:flex;
    position:fixed;
    z-index: 9999999999999;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    top:0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.658);
}
.form-inp-Reg-OP{
    background-color: #161616;
    width: 300px;
    padding: 40px;
    border-radius: 20px;
}
.form-inp-Reg-OP>h2{
    color: #C34939;
    margin-bottom: 20px;
}
.form-inp-Reg-OP button{
    color: #fff;
    background-color: #C34939;
    border: none;
    border-radius: 20px;
    padding: 10px;
    margin-top: 20px;
    font-weight: 900;
    width: 95%;
}
.form-inp-Reg-OP button:hover{
    background-color: #fff;
    color: #C34939;
    cursor: pointer;
}
.form-inp-Reg-OP div.input-OP{
    margin-top: 10px;
}
.form-inp-Reg-OP div.input-OP input{
    margin-top: 10px;
    width: 95%;
    height: 40px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
}
#our-program #list-program{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#our-program>h1{
    padding-bottom: 20px;
}
.items-op{
    width: 45%;
    margin: 20px;
    display: flex;
}
.items-op div{
    padding: 10px;
}
.items-op div p{
    margin-bottom: 20px;
}
.items-op img{
    width: 50%;
    height: 100%;
}
.items-op button{
    color: #fff;
    background-color: #C34939;
    border: none;
    border-radius: 20px;
    padding: 10px;
    font-weight: 900;
    width: 80%;
}
.items-op button:hover{
    background-color: #fff;
    color: #C34939;
    cursor: pointer;
}