@charset "utf-8";

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #333;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pdf-Text{
	margin-top: -30px;
	margin-left: 20px;
	float: left;
	clear: both;
}
.logo img {
    max-width: 100%;

  font-weight: bold;
    font-size: 16px;
}

.banner img {
    max-width: 100%;
}

.text-box-headings {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    font-size: 28px;
    padding: 10px;
}


.flex-box-3 {
    display: flex;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

.flex-box-3-tech img {
    float: left;
    max-width: 30%; /* Adjust the width as needed */
    margin-right: 20px; /* Adjust the margin as needed */
	margin-top: 20px;
	margin:30px;
	clear: both;
}


.flex-box-3-tech video {
	 float: left;
    max-width: 15%; /* Adjust the width as needed */
    border: 2px solid #ccc; /* Add a border */
    padding: 10px; /* Add padding to create a frame */
    margin-bottom: 130px; /* Adjust the margin as needed */
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	clear:both;
}
.flex-box-3-tech-serum video {
	 float: left;
    max-width: 8%; /* Adjust the width as needed */
    border: 2px solid #ccc; /* Add a border */
    padding: 10px; /* Add padding to create a frame */
	margin-right: 135px;
	margin-top: 10px;
    margin-bottom: 150px;
		 /* Adjust the margin as needed */
	margin-left: 30px;
	clear:both;
}


.text-container-rht-text {
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
}

.text-container-rht-tech {
    margin-left: 30px;
    margin-right: 30px;
	margin-bottom: 50px;
    text-align: justify;
}

 


/* Responsive styles for smaller screens */
@media (max-width: 767px) {
    .flex-box-3 {
        flex-direction: column; /* Stack items vertically on smaller screens */
        align-items: center; /* Center items in column layout */
    }

    .text-container-rht-text {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Additional styles for medium-sized screens (like iPad) */
@media (min-width: 768px) {
    .flex-box-3 {
        flex-direction: row; /* Reset to horizontal layout */
        justify-content: space-around; /* Space items evenly in row layout */
        align-items: initial; /* Reset align-items to default */
    }

    .flex-box-3 img {
        max-width: 45%;
		height: 150px;/* Ensure images don't overflow on medium-sized screens */
    }
}

