
#expertise-crear  {
    height: 100vh;
}

#expertise-crear .cards {
    width: 100%;
    /*height: 250px;*/
    position: relative;
}

#expertise-crear .card {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    border-top: solid 1px black;
    /*border-bottom: solid 1px black;*/
}
#expertise-crear h2 {
    font-family: "Uncut Sans";
    font-weight: 700;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /*margin: 0 auto 22px auto;*/
    margin:0 auto;
    height: 70px;
    display: flex;
    align-items: center;
    position: relative;
}
#expertise-crear h2:nth-child(2) {
    position:relative;
    top: 25px;
}
#expertise-crear .card h3 {
    font-family: "Uncut Sans";
    font-weight: 700;
    line-height: 38px;
    font-size: 32px;
    margin: 50px auto 0 auto;
}

#expertise-crear .card p {
    font-family: "Uncut Sans";
    font-weight: 400px;
    font-size: 24px;
    width: 80%;
    text-align: center;
}

#expertise-crear img {
    height: 300px;
}
#expertise-crear video {
    max-width: 100%;
}

#expertise-crear .card {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: start;
}
#expertise-crear .header {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#expertise-crear .cards {
    height: 30vh;
}
#expertise-crear .header {
    height: 70vh;
}
.btn-soyuz.btn-expertise-crear {
    margin-top:4rem;
}
.btn-soyuz.btn-soyuz-footer {
    margin: 40px auto 100px auto;
}

#expertise-crear .header video {
    min-height: 465px;
  }
@media (max-width: 768px) {
    #expertise-crear h2 {
        position: relative;
        top: 35px;
      }
    #expertise-crear .header video {
        min-height: 250px;
        height: 260px!important;
        top: 35px;
        position: relative;
      }
    #expertise-crear .header {
        margin:0;
        height: 70vh;
    }
    #expertise-crear .cards {
        height: 30vh;
    }
    #expertise-crear .header h2 {
        font-size: 24px;
        text-align: center;
        margin: 0 15px;
        justify-content: center;
    }
    /*#expertise-crear .header h2:first-child {
        padding-top: 110px;
    }*/
    #expertise-crear .header h3 {
        /*display: none;*/
        text-align: center;
        font-size: 18px;
    }
    #expertise-crear .card h3 {
        font-size: 24px;
        margin-top: 20px;
    }


    #expertise-crear .card p {
        font-size: 16px;
        line-height: normal;
        width: 90%;
    }
    /*
    #expertise-crear img {
        height: auto;
        width: 100%;
        margin: 0 34px;
    }*/
}
