/* =========================================================
   Neurotech Content Section
   ========================================================= */

.neurotech-content {
    display: flex;
    margin: 48px 0 0 0;
}

.neurotech-content h1 {
    font-size: 36px;
    line-height: 42px;
    color: var(--primary-color);
    font-weight: var(--font-weight-bold);
    margin: 0 0 0 34px;
    width: 48%;
}

.neurotech-content p {
    width: 48%;
    font-size: 24px;
    font-weight: var(--font-weight-light);
    color: var(--primary-color);
}

/* =========================================================
   Neurotech Video Section
   ========================================================= */

.neurotech-video {
    height: 700px;
    width: 100%;
    overflow: hidden;
    border-radius: var(--radius);
    margin: 48px 0 0 0;
}

.neurotech-video img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* =========================================================
   Background Variations
   ========================================================= */

.service-bg {
    background: transparent;
}

.neurotech-1 {
    background-color: var(--background-color);
}

/* =========================================================
   Utility Classes
   ========================================================= */

/* Center content horizontally within its container */
.wrap-center {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 1250px) {
    .driven-text{
        font-size: 20px;
    }
    .service-bg,
    .vision-main{
        padding: 80px 0;
    }
    .vision-img{
        height: 400px;
    }
    .grediant-text{
        font-size: 18px;
        line-height: 28px;
    }
     .neurotech-content{
        flex-direction: column;
    }
    .neurotech-content p,
    .neurotech-content h1{
        width: 100%;
    }
      .neurotech-content h1 {
        margin: 0;
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
    }
    .neurotech-content p{
        font-size: 20px;
        line-height: 30px;
        font-weight: 300;
        margin: 16px 0 0 0;
    }
    .neurotech-video{
        height: 400px;
    }
}
@media (max-width: 690px){
    .neurotech-content{
        margin: 24px 0 0 0;
    }
    .neurotech-content p{
        font-size: 18px;
    }
}
@media (max-width: 380px){
    .neurotech-content h1{
        font-size: 18px;
    }
}