/*
===============================================================
 # CUSTOM CSS
 - Please do not edit this file. this file is generated by server-side code
 - Every changes here will be overwritten
===============================================================*/

.ms-slide-info.ms-dir-h {
    width: 50%;
    position: absolute !important;
    top: 40%;
    background-color: #ffffffd4;
    padding: 30px;
    border-radius: 0 6px 30px 0;
}

.ms-slide-info.ms-dir-h h2{
font-weight: 700;
    color: #19459c;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 110%;
    margin-bottom: 30px;
}

.ms-slide-info.ms-dir-h h2:after{
  position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background-color: #FF9800;
    bottom: -6px;
    left: 0px;
}

.ms-info a{
      display: block;
    background-color: #18459c;
    clear: both;
    width: 150px;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 34px;
    margin-top: 16px;
}

.ms-info a:hover{
  color: #fff !important;
}

.ms-info p {
      font-size: 20px;
    line-height: 150%;
}

.ms-nav-prev{
display:none;
}