#adhesion-data h1.sub-header-title span {
    font-size: 18px;
    color: #DCC7E0;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    letter-spacing: 0.3em;
}

.rof-custom-col .col-md-4 {
    padding: 0 60px;
}

.rof-custom-col {
    text-align: center;
    padding-bottom: 15%;
}

.patient-support .rof-custom-col .col-md-4   {
    position: relative;
}

.patient-support .rof-custom-col .col-md-4 > .btn-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.rof-custom-col h3 {
    color: #414042;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
}

.patient-support .row.rof-custom-col .col-md-4:nth-child(2) > h3 {
    padding-left: 17px;
    padding-right: 17px;
}

.rof-custom-col p {
    color: #6C6D70;
    font-size: 22px;
    margin-bottom: 80px;
    /* min-height: 270px; */
}

.rof-custom-col .pink-text {
    color: #C0188D;
}

.rof-custom-col .btn-purple {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    background-color: #5F2687;
    display: inline-block;
    padding: 0 20px;
    width: 199px;
    line-height: 38px;
    border-radius: 50px;
    display: block;
    /* margin-top: 30px; */
    /* border: 5px solid #fff;
    box-shadow: 0 0 0 3px #cd76954d; */
}
#adhesion-data .cust-btn-lg{
    border: 3px solid #cd76954d;
    padding: 5px 5px;
    display: block;
}

.btn-purple:after {
    background-color: #5F2687;
}
@media (max-height: 1366px) and (max-width: 1024px) {
    /* .patient-cons2 .rof-custom-col p{
        min-height: 300px;
    } */
}

@media only screen and (max-width: 991px) {
    .patient-support .rof-custom-col .col-md-4 {
        padding: 0 10px!important;
    }
}

@media (max-height: 1024px) and (max-width: 768px) {
    .patient-cons2 .rof-custom-col h3{
        font-size: 29px;
    }
    /* .patient-cons2 .rof-custom-col p{
        min-height: 375px;
    } */
    .patient-cons2 .col-md-4{
        padding: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    .rof-custom-col p {
        min-height: auto;
    }
    .rof-custom-col .col-md-4 {
        margin-bottom: 130px;
    }
    .rof-custom-col .btn-purple {
        /* margin-top: 20px; */
    }

}


@media only screen and (max-width: 767px) { 
    .patient-cons2 .rof-custom-col h3 {
        width: 70%;
        margin-left: auto;
        margin-right: auto;    
    }
}
