.first-img-bg-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: none;
    background-image: url("/assets/img/products/first_bg.jpg");
    aspect-ratio: 1920/889;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.first-title {
    color: white;
    font-size: 2vw;
    margin-right: 20.5vw;
    margin-bottom: 3vw;
    width: 18vw;
    text-align: left;
}

.first-main-text {
    color: white;
    font-size: 1.5vw;
    line-height: 2vw;
    width: 38vw;
}

.second-flex-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 2vw;
    padding-bottom: 4vw;
}

.second-box {
    border: solid 0.3vw #354555;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    aspect-ratio: 365/546;
    width: 20vw;
    height: auto;
    margin-left: 1vw;
    margin-right: 1vw;
}

.second-virus-img {
    background-image: url("/assets/img/products/virus.png");
    aspect-ratio: 1000/993;
    background-size: cover;
    background-repeat: no-repeat;
    width: 8vw;
    height: auto;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.second-pill-img {
    background-image: url("/assets/img/products/pill.png");
    aspect-ratio: 4726/4726;
    background-size: cover;
    background-repeat: no-repeat;
    width: 8vw;
    height: auto;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.second-drop-img {
    background-image: url("/assets/img/products/drop.png");
    aspect-ratio: 4725/4726;
    background-size: cover;
    background-repeat: no-repeat;
    width: 8vw;
    height: auto;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.second-box-title {
    color: #354555;
    font-size: 1.4vw;
    line-height: 1.4vw;
    padding-right: 1vw;
    padding-left: 1vw;
    text-align: center;
    margin-bottom: 1vw;
}

.second-box-text {
    color: #354555;
    font-size: 1.32vw;
    line-height: 1.32vw;
    padding-right: 1vw;
    padding-left: 1vw;
}

.third-flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.third-text {
    color:#354555;
    font-size: 1.5vw;
    line-height: 2vw;
    width: 38vw;
    margin-bottom: 4vw;
}

.third-img-I {
    background-image: url("/assets/img/products/products_3.png");
    aspect-ratio: 1178/526;
    background-size: cover;
    background-repeat: no-repeat;
    width: 37vw;
    height: auto;
    margin-bottom: 2vw;
}

.third-img-II {
    background-image: url("/assets/img/products/products_4.png");
    aspect-ratio: 1178/526;
    background-size: cover;
    background-repeat: no-repeat;
    width: 37vw;
    height: auto;
    margin-bottom: 2vw;
}

.third-img-III {
    background-image: url("/assets/img/products/products_2.png");
    aspect-ratio: 1178/526;
    background-size: cover;
    background-repeat: no-repeat;
    width: 37vw;
    height: auto;
    margin-bottom: 2vw;
}

.third-img-IV {
    background-image: url("/assets/img/products/products_1.png");
    aspect-ratio: 1178/526;
    background-size: cover;
    background-repeat: no-repeat;
    width: 37vw;
    height: auto;
    margin-bottom: 5vw;
}

.m-first-img-bg-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: none;
    background-image: url("/assets/img/products/m_first_bg.png");
    aspect-ratio: 360/540;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.m-first-title {
    color: white;
    font-size: 7vw;
    margin-bottom: 3vw;
    width: 100%;
    text-align: center;
}

.m-first-main-text {
    color: white;
    font-size: 4.7vw;
    width: 90%;
}

.m-second-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 8vw;
    margin-bottom: 10vw;
}


.m-second-virus-img {
    background-image: url("/assets/img/products/virus.png");
    aspect-ratio: 1000/993;
    background-size: cover;
    background-repeat: no-repeat;
    width: 30vw;
    height: auto;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.m-second-pill-img {
    background-image: url("/assets/img/products/pill.png");
    aspect-ratio: 4726/4726;
    background-size: cover;
    background-repeat: no-repeat;
    width: 30vw;
    height: auto;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.m-second-drop-img {
    background-image: url("/assets/img/products/drop.png");
    aspect-ratio: 4725/4726;
    background-size: cover;
    background-repeat: no-repeat;
    width: 30vw;
    height: auto;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.m-second-box-title {
    color: #354555;
    font-size: 6vw;
    text-align: center;
    margin-bottom: 0vw;
    width: 100%;
}

.m-second-box-text {
    color: #354555;
    font-size: 4.7vw;
    width: 80%;
    text-align: center;
    margin-bottom: 8vw;
}


.m-third-text {
    color:#354555;
    font-size: 4.7vw;
    width: 90%;
    margin-bottom: 6vw;
}

.m-third-img-I {
    background-image: url("/assets/img/products/products_3.png");
    aspect-ratio: 1178/526;
    background-size: cover;
    background-repeat: no-repeat;
    width: 90%;
    height: auto;
    margin-bottom: 2vw;
}

.m-third-img-II {
    background-image: url("/assets/img/products/products_4.png");
    aspect-ratio: 1178/526;
    background-size: cover;
    background-repeat: no-repeat;
    width: 90%;
    height: auto;
    margin-bottom: 2vw;
}

.m-third-img-III {
    background-image: url("/assets/img/products/products_2.png");
    aspect-ratio: 1178/526;
    background-size: cover;
    background-repeat: no-repeat;
    width: 90%;
    height: auto;
    margin-bottom: 2vw;
}

.m-third-img-IV {
    background-image: url("/assets/img/products/products_1.png");
    aspect-ratio: 1178/526;
    background-size: cover;
    background-repeat: no-repeat;
    width: 90%;
    height: auto;
    margin-bottom: 5vw;
}