.hero {
    background: linear-gradient(277.64deg, #60D9FF 0.51%, #002F44 100.28%);
}

.hero .h1 {
  color: #fff;
}

.hero ul {
    list-style-type: none;
    padding: 0;
}

.hero li {
    position: relative;
    color: #fff;
    margin-bottom: 8px;
    padding-left: 26px;
    font-size: 20px;
    line-height: 25px;
}

.hero li:last-of-type {
    margin-bottom: 0;
}

.hero li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    width: 16px;
    height: 16px;
    background: url('/images/try/hero-tick.svg') center/contain no-repeat;
}

.logo {
    width: 151px;
    margin: 25px 0 83px;
}

form {
    position: relative;
    background: #fff;
    padding: 49px 24px 32px;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    border-radius: 20px;
    overflow: hidden;
    bottom: -150px;
    margin-top: -150px;
}

form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 26px;
    background: #0098E9;
}
 form .btn-mc-outline-primary {
     width: 306px;
     max-width: 100%;
 }

 .blue-bordered-card {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    border-radius: 10px;
    padding: 32px 11px 16px;
    height: 100%;
 }

 .blue-bordered-card .h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
 }

 .blue-bordered-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 16px;
    background: #60FFE2;
 }

 .back-to-top {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #00569A;
 }

 /* ----- CONSULTATION ----- */

.consultation form {
    margin-top: -125px;
}

.consultation form p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

 @media only screen and (min-width: 1200px) {
     .blue-bordered-card {
        min-height: 288px;
     }

     .consultation  .blue-bordered-card {
        min-height: unset;
     }
 }