.col-cta {
    position: relative;
    font-weight: 700;
    font-size: 5rem;
    color: #4690c1;
    text-align: center
}

.col-cta:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
}

/* .fast-deploy{
    display: hidden;
    border: 1px solid red;
} */


.fast-deploy {
    top: -60px;
    border-style: solid;
    border-width: 1px;
    border-color: #f3f6f9;
    border-radius: 6px;
    background-color: white;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(12, 0, 46, 0.1);
    box-shadow: 0px 30px 50px 0px rgba(12, 0, 46, 0.1);
    padding: 20px 0px;
    margin-bottom: -130px;
    z-index: 2;
    position: relative;

  }

@media (min-width: 1250px) {
    .fast-deploy{
    }
}


@media (max-width: 992px) {
    .fast-deploy{
        top: -350px;
        /* border: 1px solid red; */
    }
    .fast-deploy .btn_three {
        display: block !important;
        width: 100%;
    }
}
  
/* @media (max-width: 767px) {
    .fast-deploy{
        top: -350px;
        border: 1px solid green;
    }
} 
*/
.typo {
    margin: 20px 0;
}
.typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6 {
    margin-bottom: 20px;
    border-bottom: #EEE 1px solid;
    line-height: 1.6;
}