
.first-bg-img-container {
    background-color: white;
    background-image: url("/assets/differences/background_first.png");
    aspect-ratio: 360/983;
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    margin-left: -2vw;
    margin-right: -2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-bottom: 6vw;
}

.first-title-text {
    text-align: center;
    font-size: 7vw;
    color: white;
    margin-top: 13vw;
    margin-bottom: 7vw;
}

.first-main-text {
    text-align: left;
    font-size: 5vw;
    letter-spacing: 0vw;
    line-height: 5.2vw;
    color: white;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

.first-icon {
    background-image: url("/assets/differences/bact_icon.png");
    aspect-ratio: 682/356;
    background-size: cover;
    background-repeat: no-repeat;
    width: 15vw;
    height: auto;
  }

.second-bg-img-container {
    background-color: white;
    background-image: url("/assets/differences/blured_pills_bg.png");
    aspect-ratio: 360/596;
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    margin-left: -2vw;
    margin-right: -2vw;
    padding-bottom: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    -webkit-box-shadow: 0px 1px 102px 57px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 102px 57px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 102px 57px rgba(0,0,0,0.75);
}

.second-title-text {
    text-align: left;
    font-size: 6vw;
    line-height: 5.4vw;
    color: black;
    margin-top: 8vw;
    margin-bottom: 5vw;
    margin-left: -14vw
}

.second-dotted-line {
    border-top: 1vw dotted black;
    width: 47vw;
    margin-left: -46vw;
}

.second-main-text {
    text-align: left;
    font-size: 5vw;
    letter-spacing: 0vw;
    line-height: 5.2vw;
    color: black;
    margin-top: 9vw;
    margin-bottom: 10vw;
    margin-left: -2vw;
}

.second-icon {
    background-image: url("/assets/differences/black_pill_icon.png");
    aspect-ratio: 682/356;
    background-size: cover;
    background-repeat: no-repeat;
    width: 15vw;
    height: auto;
}

.third-bg-img-container {
    background-color: white;
    background-image: url("/assets/differences/pills_bg.png");
    aspect-ratio: 360/968;
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    margin-left: -2vw;
    margin-right: -2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.third-title-text {
    text-align: left;
    font-size: 6vw;
    line-height: 5.4vw;
    color: white;
    margin-top: 8vw;
    margin-bottom: 5vw;
    margin-left: -22vw;
}

.third-dotted-line {
    border-top: 1vw dotted white;
    width: 50vw;
    margin-left: -40.5vw;
}

.third-top-main-text {
    text-align: left;
    font-size: 5vw;
    letter-spacing: 0vw;
    line-height: 5.2vw;
    color: white;
    margin-top: 9vw;
    margin-bottom: 10vw;
    margin-left: 0vw;
}

.third-icon {
    background-image: url("/assets/differences/bact_icon.png");
    aspect-ratio: 648/344;
    background-size: cover;
    background-repeat: no-repeat;
    width: 15vw;
    height: auto;
}

.third-bottom-main-text {
    text-align: left;
    font-size: 5vw;
    letter-spacing: 0vw;
    line-height: 5.2vw;
    color: white;
    margin-top: 9vw;
    margin-bottom: 10vw;
    margin-left: 2vw;
}



.first-bg-img-container-dp {
    background-color: white;
    background-image: url("/assets/differences/dif-bg-dp-first.png");
    aspect-ratio: 1920/808;
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    margin-left: -2vw;
    margin-right: -2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    position: relative;
    z-index: -1;
}

.first-title-text-dp {
    text-align: center;
    font-size: 2.2vw;
    color: white;
    margin-top: 4vw;
    margin-bottom: 2vw;
}

.first-main-text-dp {
    text-align: left;
    font-size: 1.3vw;
    color: white;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

.first-icon-dp {
    background-image: url("/assets/differences/bact_icon.png");
    aspect-ratio: 682/356;
    background-size: cover;
    background-repeat: no-repeat;
    width: 4vw;
    height: auto;
  }


  .second-bg-img-container-dp {
    background-color: none;
    background-image: url("/assets/differences/second-bg-dp.png");
    aspect-ratio: 1920/870;
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    margin-left: -2vw;
    margin-right: -2vw;
    margin-top: -4.3vw;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: start;
    padding-left: 19vw;
    position: relative;
    z-index: 10;
}

.second-title-text-dp {
    text-align: left;
    font-size: 2.2vw;
    color: black;
    margin-top: 6vw;
}

.second-dotted-line-dp {
    border-top: 0.3vw dotted black;
    width: 13.5vw;
    margin-top: 1.6vw;
}

.second-main-text-dp {
    text-align: left;
    font-size: 1.3vw;
    color: black;
    margin-top: 2vw;
    margin-bottom: 1vw;
}

.second-icon-dp {
    background-image: url("/assets/differences/black_pill_icon.png");
    aspect-ratio: 682/356;
    background-size: cover;
    background-repeat: no-repeat;
    width: 4vw;
    height: auto;
    margin-left: 30vw;
    margin-bottom: 6vw;
    margin-top: 4vw
}


.third-bg-img-container-dp {
    background-color: white;
    background-image: url("/assets/differences/last-bg-dp.png");
    aspect-ratio: 1920/898;
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    margin-left: -2vw;
    margin-right: -2vw;
    margin-top: -4.3vw;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: start;
    padding-left: 19vw;
    position: relative;
}

.third-title-text-dp {
    text-align: left;
    font-size: 2.2vw;
    color: white;
    margin-top: 4vw;
    margin-bottom: 1.6vw;
}

.third-dotted-line-dp {
    border-top: 0.3vw dotted white;
    width: 20vw;
}

.third-top-main-text-dp {
    text-align: left;
    font-size: 1.3vw;
    color: white;
    margin-top: 1.6vw;
    margin-bottom: 2.2vw;
}

.third-icon-dp{
    background-image: url("/assets/differences/bact_icon.png");
    aspect-ratio: 648/344;
    background-size: cover;
    background-repeat: no-repeat;
    width: 4vw;
    height: auto;
    margin-left: 30vw;
}

.third-bottom-main-text-dp {
    text-align: left;
    font-size: 1.3vw;
    color: white;
    margin-top: 2.2vw;
    margin-bottom: 4vw;
}