.pass {
    background: #002530;
    width: 100%;
    min-height: 1200px;
    border-bottom-right-radius: 400px;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.37);
    position: relative;
}

.pass .cover-pass {
    position: relative;
    width: 100%;
    height: 800px;
    border-bottom-left-radius: 400px;
    background: url("../imagini/pass.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0px 0px 11px 6px rgba(216, 216, 216, 0.37);
    -moz-box-shadow: 0px 0px 11px 6px rgba(216, 216, 216, 0.37);
    box-shadow: 0px 0px 11px 6px rgba(216, 216, 216, 0.37);
    top: 0%;
    right: 0%;
}

.title-pass h1{
    text-align: center;
    font-size: 35px;
}

.title-pass p{
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}

.pass .content h1 {
    text-align: center;
    font-size: 3em;
    color: #fff;
    padding-bottom: 50px;
}

.pass .content h1 span {
    font-size: 1.3em;
    color: #00A4CE;
}

  
.space5 {
    height: 10vh;
}
  
.space10 {
    height: 15vh;
}

.pass-box{
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-around;
}

.pass-box .content {
    display: inline-flex;
    margin-bottom: 100px;
    width: 80%;
}

.pass-box .content .column1 {
    align-content: center;
    text-align: justify;
    padding-right: 2%;
    width: 100%;
}

.pass-box .content .column2 {
    align-content: center;
    text-align: justify;
    padding-left: 2%;
    width: 100%;
}
.icon-no i {
   color: red;
}
.icon-2 i {
    color: red;
 }
 .icon-yes i {
    color:rgb(141, 197, 56);
 }

 .pass-box .content .column2 span {
    color:rgb(141, 197, 56);
}

.button-pass button{
    border: solid 1px #000;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: black;
    background-color: #fff;
    text-align: center;

    cursor: pointer;
    width: 10%;
    font-size: 18px;
    margin-left: 10%;

}
