.the-first-step-row {
    background-image: url(../images/hormonal-health-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    box-shadow: 0 0 0 -2px rgba(255, 255, 255, 0.10) inset, -2px -2px 1px -2px #FFF inset, 2px 2px 1px -2px #FFF inset;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 578px;
    padding: 0 20px;
}
.the-first-step-row .top-img-with-star {
    width: 31%;
    position: relative;
}

.the-first-step-row .bottom-img-with-star {
    width: 31%;
    position: relative;
}
.the-first-step-row .content-box {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.the-first-step-row .content-box .btn {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.top-img-with-star .top-star + img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
    left: 40px;
}
.top-star .star-one {
    position: absolute;
    top: 10%;
    left: 50%;
}
.top-star img,.bottom-star img {
    height: 48px;
    width: 48px;
    object-fit: contain;
}
.top-star .star-two {
    position: absolute;
    top: 40%;
    left: 15%;
}
.bottom-star + img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
    right: 40px;
}
.bottom-star .star-one {
    position: absolute;
    right: 15%;
    bottom: 30%;
}

.bottom-star .star-two {
    position: absolute;
    right: 55%;
    bottom: 10%;
}

.take-the-first-step {
    margin-bottom: 60px;
}
@media only screen and (max-width:1699px){
    
}
@media only screen and (max-width:1399px){
    .the-first-step-row .bottom-img-with-star,
    .the-first-step-row .bottom-img-with-star {
        width: 25%;
    }
    .the-first-step-row .content-box {
        width: 43%;
    }
}
@media only screen and (max-width:1199px){
    
}
@media only screen and (max-width:991px){
    .top-star img, .bottom-star img {
        height: 24px;
        width: 24px;
        object-fit: contain;
    }
    .bottom-img-with-star {
            display: none;
    }
    .the-first-step-row .content-box {
        width: 100%;
    }
      .the-first-step-row {
        flex-direction: column-reverse;
            min-height: auto;
    }
    .top-img-with-star .top-star + img {
        position: relative;
        max-width: 260px;
        margin: auto;
        width: 100%;
        display: flex;
        margin-top: 46px;
        margin-bottom: -20px;
        left: 0;
    }
    .the-first-step-row .top-img-with-star {
        width: 100%;
    }
    .top-star .star-one {
        top: 40px;
        left: 20px;
    }
    .top-star .star-two {
        top: 40px;
        right: 20px;
        left: auto;
    }
    .the-first-step-row {
        padding: 40px 20px 20px;
    }
}
@media only screen and (max-width:767px){
  

}