.service-item {
    border: 2px solid #ddd;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    transition: all 0.3s ease-in-out;
}

.service-item:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.image-container {
    width: 38px;
    height: auto;
}

.image-match {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: -10px; /* Move the image up by 1 pixel */
    margin-left: -6px; /* Move the image 10 pixels to the left */

}


.content {
display: flex;
flex-direction: column;
align-items: center;
padding: 0 40px; /* Adjust the spacing as needed */
margin: 0 auto;
margin-bottom: 100px; 
margin-top: 100px; 

}

.text-p{
max-width: 1200px; /* Set the maximum width to 1200 pixels */
}
.title {
display: flex;
flex-direction: column;
align-items: center;
margin: 10px 0;
margin-bottom: 30px; 
}

.bigTitle{
margin-bottom: 50px; 
}

.section {
margin: 10px 0; /* Vertical gap of 10 pixels */
}

.carousel-inner img {
    height: 500px;
    width: auto;
    object-fit: cover;
}

.rotate90 {
    transform: rotate(90deg);
}
.rotate270 {
    transform: rotate(270deg);
}

