.iframe-mobile-none {
    display: block !important;
  }
.dept-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.primary-btn {
    background-color: #009ee2;
    border: 2px solid #009ee2;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 8px 22px;
    margin-top: 10px;
    border-radius: 30px;
    transition: .4s;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button, input {
  overflow: visible;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.iframe-container {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.iframe-block{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
 }
.verifier {
  text-align: center;
}
#Embeded {
  padding: 30px 0 30px;
}
.container {
  max-width: 90%;
  margin-right:auto;
  margin-left:auto;
}
.dept-block {
  display: flex;
  border: 1px solid #009ee2;
  border-radius: 12px;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2),0 6px 6px 0 rgba(0,0,0,0.19);
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
  margin-bottom: .5rem;
  margin-top: 0;
}

