@media (max-width: 750px) { 
   #mobile-actual-third-div {
        margin: auto;
        position: relative;
    width: 100%;
height: 1800px;
}
#mobile-third-div {
    height: 98.5%;
    width: 100%;
    transform: translateY(1.5%);
    display: flex;
    justify-content: space-between;
    flex-flow: column nowrap;
    align-items: center;

}
 #mobile-patient-story-header {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: 269px;
    height: 44px;
    color: #212120;
    
 }
 #mobile-pink-heart-bg {
    position: absolute;
    width: 60px;
    height: 9px;
    transform: translate(-55px, 10px);
    background: rgba(242, 110, 125, 0.2);
 }

 #mobile-role-player{
    width: 276px;
    height: 75px;
    left: 50px;
    top: 1130px;
    transform: translateY(20px);
    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    
    color: #212120;
    
 }
 #mobile-svg-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 100%;
    margin: auto;
 }
 .mobile-vectors {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mobile-vector-1 {
    width: 257px;
    height: 257px;
}
#mobile-vector-1-img{
    width: 110%;
    height: 139%;
}
#mobile-vector-2 {
    width: 207px;
    height: 199px;
    transform: translateX(65vw);
}
#mobile-vector-2-img{
    width: 100%;
    height: 100%;
}
#mobile-vector-3 {
    width: 184px;
    height: 185px;
    transform: translateX(65vw);
}
#mobile-vector-3-img{
    width: 100%;
    height: 100%;
}
#mobile-vector-4 {
    width: 189px;
height: 134px;
transform: translateX(5vw);
    
}
#mobile-vector-4-img{
    width: 100%;
    height: 100%;
}
#mobile-vector-5 {
    width: 189px;
height: 133px;
transform: translateX(65vw);
}
#mobile-vector-5-img{
    width: 100%;
    height: 100%;
}
#mobile-vector-6 {
    width: 342.72px;
    height: 342.58px;
}
#mobile-vector-6-img{
    width: 114.9%;
    height: 138.9%;
}
.mobile-svg-image, .mobile-svg-text, .mobile-square-svg-text {
    position: absolute;
}
.mobile-svg-text {
    width: 138px;
height: 95px;
font-family: Merriweather;
font-style: normal;
font-weight: normal;
font-size: 10px;
line-height: 13px;

color: #212120;
}
.mobile-bold-svg-text {
    font-weight: bold;
}
.mobile-square-svg-text {
    width: 80%;
    height: 55%;
    margin: auto;
    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
line-height: 13px;
    color: #212120;
}

#mobile-inspire-story{
    width: 320px;
height: 30px;
font-family: Merriweather;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
text-align: center;
transform: translateY(-20px);
color: #212120;
}
#mobile-border-box {
    width: 302px;
height: 226px;
border: 1px solid rgba(0,0,0,1);
border-radius: 10px;
overflow: hidden;
display: flex;
justify-content: space-around;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
}

#mobile-patients-voice{
    width: 225px;
height: 30px;
font-family: Merriweather;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
text-align: center;

color: #000000;

}
#mobile-tell-my-story-button {
    width: 130px;
    height: 30px;
    font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
/* identical to box height */
position: relative;
background: #F26E7D;
border: none;
padding: 0;
cursor: pointer;
outline: inherit;
border-radius: 24px;
text-align: center;
color: #FFFFFF;
}




}

@media (max-width: 650px) {
    #mobile-vector-2 {
        transform: translateX(60vw);
    }
    #mobile-vector-3 {
      
        transform: translateX(60vw);
    }

    #mobile-vector-5 {
        
    transform: translateX(60vw);
    }
}

@media (max-width: 570px) {
    #mobile-vector-2 {
        transform: translateX(50vw);
    }
    #mobile-vector-3 {
      
        transform: translateX(50vw);
    }

    #mobile-vector-5 {
        
    transform: translateX(50vw);
    }
}
@media (max-width: 570px) {
    #mobile-vector-2 {
        transform: translateX(40vw);
    }
    #mobile-vector-3 {
      
        transform: translateX(40vw);
    }

    #mobile-vector-5 {
        
    transform: translateX(40vw);
    }
    #mobile-vector-6 {
        transform: translateX(-5vw);
    }
}