.surgens-slider .gradient-text {
  display: block;
}
.robotic-surgeons{
    padding-top: 50px;
}
.spine-care-consult{
    padding: 20px 0px 35px;
}
.robotic-surgeons p {
    text-align: center;
    font-size: 20px;
    color: #202124;
    line-height: 35px;
    margin-bottom: 40px;
}
.robotic-surgeons p b{
    color: #034ea1;
}
.team-spec-box{
    background: #fff;
    padding: 45px 40px 0 40px;
    border-radius: 30px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 60% 40%;
    box-shadow: inset 0 0 20px rgba(3, 78, 161, 0.15), 0 3px 10px rgba(2, 75, 155, 0.2);
    border: 1px solid rgba(3, 78, 161, 0.2);
    margin-bottom: 40px;
}
.team-spec-box h2{
    font-size: 36px;
    color: #00B7AC;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: 'HelveticaNeueMedium';
    text-align: left;
}
.team-spec-box h4{
    font-size: 24px;
    line-height: 40px;
    color: #034ea1;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: left;
}
.team-spec-box h5{
    font-size: 24px;
    line-height: 40px;
    color: #034ea1;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: left;
}
.team-spec-box p{
    font-size: 20px;
    line-height: 30px;
    color: #202124;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: left;
}
.team-spec-box ul li{
    font-size: 20px;
    line-height: 30px;
    color: #00B7AC;
    margin-bottom: 20px;
    font-weight: 400;
    list-style-type: none;
    position: relative;
    text-align: left;
}
.team-spec-box ul li:before{
    content: '🔹';
    margin-right: 10px;
}
.team-spec-btn{
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    padding: 2px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
}
.team-spec-btn a{
    display: inline-block;
    padding: 8px 40px;
    border-radius: 3px;
    color: #034ea1;
    font-size: 22px;
    background: #fff;
}
.surgen-social-media a{
    height: 40px;
    width: 40px;
    background: #034ea1;
    padding: 5px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.surgen-social-media{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 40px;
}
.team-spec-text{
    text-align: left;
}
.team-spec-img{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.team-spec-img img{
    display: block;
}
.team-spec-box-small{
    grid-template-columns: 70% 30%;
}
.text-center{
    text-align: center;
}

.anaesthesia-consult{
    padding: 65px 0px 100px;
}
.our-hope{
    padding-bottom: 40px;
}
.our-hope p {
    text-align: center;
    font-size: 20px;
    color: #202124;
    line-height: 40px;
}
/* #robotic-surgeons-content .section-title, #spine-care-consult .section-title, #anaesthesia-consult .section-title{
    font-size: 46px;
} */
@media (max-width: 1199px) {
    .team-spec-box{
        padding: 20px 20px 0 20px;
    }
    #robotic-surgeons-content h2, .anaesthesia-consult h2 {
        margin-top: 30px;
    }
    .surgen-social-media{
        position: absolute;
        top: 50px;
        right: 15px;
    }
}
@media (max-width: 991px) {
    .team-spec-box{
        padding: 20px 15px 0 15px;
    }
    /* #robotic-surgeons-content h2, #spine-care-consult h2, .anaesthesia-consult h2 {
        margin-top: 30px;
    } */
    .robotic-surgeons p{
        font-size: 24px;
        line-height: 34px;
    }
    .surgen-social-media{
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .surgen-social-media a{
        height: 30px;
        width: 30px;
    }
}
@media (max-width: 767px) {
    .surgen-social-media{
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .surgen-social-media a{
        height: 30px;
        width: 30px;
    }
    .team-spec-box{
        display: block;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .team-spec-box h2{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .team-spec-box h4, .team-spec-box h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        line-height: 20px;
    }
    .team-spec-text p {
        font-size: 16px;
        margin-bottom: 15px;
        text-align: left;
        line-height: 26px;
    }
    .splide__arrows{
        width: 95%;
    }
    .team-spec-box ul li {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .team-spec-box ul li:before{
        margin-right: 8px;
    }
    .team-spec-text ul {
        width: 50%;
        position: relative;
        z-index: 9;
    }
    .team-spec-img img{
        position: absolute;
        right: -10px;
        bottom: 0;
        width: 50%;
    }
    .team-spec-btn{
        margin-top: 15px;
    }
    .team-spec-btn a {
        display: inline-block;
        padding: 6px 20px;
        border-radius: 3px;
        color: #034ea1;
        font-size: 12px;
        background: #fff;
    }
    .w-60{
        width: 50%;
    }
    .robotic-surgeons p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .our-hope p{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    #robotic-surgeons-content h2, .anaesthesia-consult h2 {
        margin-top: 0px;
    }
    #spine-care-consult h2{
        margin-bottom: 15px;
        margin-top: 25px;
    }
    
    #spine-care-consult .team-spec-text h2{
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .spine-care-consult{
        padding: 0px 0px 35px;
    }
    .position-unset{
        position: unset !important;
        display: block !important;
        margin: 0 auto !important;
    }
    .team-spec-text-height{
        max-height: 150px;
        overflow-y: auto;
        margin-top: 10px;
        margin-bottom: 30px;
        padding-left: 5px;
    }
    .section-title{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .anaesthesia-consult {
        padding: 45px 0px 90px;
    }
    #robotic-surgeons-content .section-title, #spine-care-consult .section-title, #anaesthesia-consult .section-title {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .robotic-surgeons {
        padding-top: 25px;
    }
}
@media (max-width: 375px) {
    .team-spec-box h4, .team-spec-box h5 {
        height: 40px;
    }
}