@charset "utf-8";
/* CSS Document */

.title2{
	text-align: center;
	color: #a5bae4;
}

.title2tan{
	text-align: left;
	color: #D8BC66;
}

.title2l{
	text-align: left;
	color: #a5bae4;
}
.title3{
	text-align: left;
	color: #E3829C;
}
.title3blue{
	text-align: left;
	color: #5E8DEC;
}
.title3tan{
	text-align: left;
	color: #D8BC66;
}


.title3 img {
	width: 60%;
	

}








.box3 {
    width: calc(33.33% - 40px); /* Adjusted the width to accommodate padding */
    border: 1px solid #ddd;
    padding: 10px; /* Added consistent padding */
    box-sizing: border-box;
}

.box3 img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.box3 p {
    text-align: justify;
    margin: 0;
}

.box3 h3 {
    margin-bottom: 10px;
}

/* Additional styling for nested elements */
.box3 ul,
.box3 li {
    margin: 0;
    padding: 0;
}

.container-led-micro3 {
    display: flex;
    flex-wrap: wrap; /* Add this line */
    gap: 20px;
    justify-content: space-around;
    padding: 20px;
	list-style-type: none;
}

@media screen and (max-width: 911px) {
    .box3 {
        width: 100%;
    }

@media screen and (max-width: 600px) {
    .box3 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .main-container {
        flex-direction: column;
        align-items: center;
    }
	
	}




	}