.types-of-hysterectomy-we-do{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom:0rem;
}

.types-of-hysterectomy-we-do__title{
    font-size: var(--co-title-font-1);
    font-weight: 400;
    line-height: var(--co-title-font-2);
    align-self: flex-start;
    margin-top: 1rem;
    position: relative;
    margin-top: 1.9rem;

}

.types-of-hysterectomy-we-do__flying-arrow{
    position: absolute;
    height: 1.8rem;
    right: -3.6rem;
    bottom: -.7rem;
}

.types-of-hysterectomy-we-do__title > span{
    font-size: var(--co-title-font-2);
    font-weight: 900;
    color: var(--brandClr);
}

.types-of-hysterectomy-we-do__title > span:last-child{
    font-weight: 400;
    color: black;
}

.types-of-hysterectomy-we-do__list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: .8rem;
}

.types-of-hysterectomy-we-do__list > li {
    font-size: var(--co-font-2);
    width: 100%;
    padding:  0 0 0 7rem;
    display: flex;
    line-height: .681rem;
    margin-top: .1rem;
}

.types-of-hysterectomy-we-do__tick-image {
    height: .318rem;
    width: .318rem;
    margin-right: .2rem;
    position: relative;
    top: .2rem;
}

.types-of-hysterectomy-we-do__type{

}

.types-of-hysterectomy-we-do__knife-image{
    position: absolute;
    transform: rotate(0deg);
    height: 8.55rem;
    bottom: -6.4rem;
    left: -2.3rem;
}