.containerCurriculum{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.containerCurriculum .curriculumTypeOne{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.containerCurriculum .curriculumTypeOne a{
    width: 250px;
    text-align: center;
    padding: 5px;
    color: white;
    font-weight: 600;
    transition: 0.25s ease-in-out;
    text-transform: uppercase;
    margin: 10px 0;
    
    background: rgba(19,236,63,1);
    background: -moz-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(19,236,63,1)), color-stop(100%, rgba(34,232,212,1)));
    background: -webkit-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    background: -o-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    background: -ms-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    background: linear-gradient(to right, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13ec3f', endColorstr='#22e8d4', GradientType=1 );
    
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #13ec3f , #22e8d4);
    border-image-slice: 1;
}

.containerCurriculum .curriculumTypeOne a:hover{
    background: white;
    
    color: rgba(19,236,63,1);
    color: -moz-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    color: -webkit-gradient(left top, right top, color-stop(0%, rgba(19,236,63,1)), color-stop(100%, rgba(34,232,212,1)));
    color: -webkit-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    color: -o-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    color: -ms-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    color: linear-gradient(to right, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13ec3f', endColorstr='#22e8d4', GradientType=1 );
    
}

.containerCurriculum .curriculumTypeOne a:active{
    background: red;
    border: none;
    color: white;
    transition: none;
}

.curriculumTypeOne h1{
    width: 100%;
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;

    background: rgba(12,119,212,1);
    background: -moz-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12,119,212,1)), color-stop(100%, rgba(9,79,153,1)));
    background: -webkit-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: -o-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: -ms-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: linear-gradient(to right, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c77d4', endColorstr='#094f99', GradientType=1 );

    color: white;

}

.containerCurriculum .curriculumTypeTwo{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px 0;
}

.curriculumTypeTwo a{
    width: 250px;
    text-align: center;
    padding: 5px;
    margin: 10px 0 0 0;
    color: white;
    font-weight: 600;
    transition: 0.25s ease-in-out;
    text-transform: uppercase;
    
    background: rgba(19,236,63,1);
    background: -moz-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(19,236,63,1)), color-stop(100%, rgba(34,232,212,1)));
    background: -webkit-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    background: -o-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    background: -ms-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    background: linear-gradient(to right, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13ec3f', endColorstr='#22e8d4', GradientType=1 );
    
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #13ec3f , #22e8d4);
    border-image-slice: 1;
}

.curriculumTypeTwo a:hover{
    background: white;
    
    color: rgba(19,236,63,1);
    color: -moz-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    color: -webkit-gradient(left top, right top, color-stop(0%, rgba(19,236,63,1)), color-stop(100%, rgba(34,232,212,1)));
    color: -webkit-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    color: -o-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    color: -ms-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    color: linear-gradient(to right, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13ec3f', endColorstr='#22e8d4', GradientType=1 );
    
}

.curriculumTypeTwo a:active{
    background: red;
    border: none;
    color: white;
    transition: none;
}

.containerCurriculum .curriculumTypeThree{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
}

.curriculumTypeThree .typeParagrafy{
    margin: 15px 0;
}

.curriculumTypeThree h2{
    display: flex;
    justify-content: center;
    margin: 0 0 15px 0;

    background: rgba(12,119,212,1);
    background: -moz-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12,119,212,1)), color-stop(100%, rgba(9,79,153,1)));
    background: -webkit-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: -o-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: -ms-linear-gradient(left, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    background: linear-gradient(to right, rgba(12,119,212,1) 0%, rgba(9,79,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c77d4', endColorstr='#094f99', GradientType=1 );

    color: white;
}

.curriculumTypeThree form{
    display: flex;
    flex-direction: column;
}

.curriculumTypeThree input{
    margin-bottom: 10px;
}

.curriculumTypeThree input:nth-last-child(1){
    width: 100%;
    text-align: center;
    padding: 5px;
    color: white;
    font-weight: 600;
    transition: 0.25s ease-in-out;
    text-transform: uppercase;
    cursor: pointer;
    
    background: rgba(19,236,63,1);
    background: -moz-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(19,236,63,1)), color-stop(100%, rgba(34,232,212,1)));
    background: -webkit-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    background: -o-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    background: -ms-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    background: linear-gradient(to right, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13ec3f', endColorstr='#22e8d4', GradientType=1 );
    
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #13ec3f , #22e8d4);
    border-image-slice: 1;
}

.curriculumTypeThree input:nth-last-child(1):hover{
    background: white;
    
    color: rgba(19,236,63,1);
    color: -moz-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    color: -webkit-gradient(left top, right top, color-stop(0%, rgba(19,236,63,1)), color-stop(100%, rgba(34,232,212,1)));
    color: -webkit-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    color: -o-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    color: -ms-linear-gradient(left, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    color: linear-gradient(to right, rgba(19,236,63,1) 0%, rgba(34,232,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13ec3f', endColorstr='#22e8d4', GradientType=1 );
    
}

.curriculumTypeThree input:nth-last-child(1):active{
    background: red;
    border: none;
    color: white;
    transition: none;
}