/*.carousel-item {
    height: 500px; /* Set a fixed height for all items 
  }
.carousel-item img {
	object-fit: cover; /* This will cover the area without stretching the image 
	height: 100%; /* This will make sure the image takes the full height of the carousel-item 
}
.icon_text{
	padding-top:30px;
	margin-left:-20px;
}
.icon{	
	padding-top:10px;
	padding-left:50px;
	height:150px;
	margin-right:-20px;
	margin-left:10px;
}
.icon img{
	width:120px; 
	height:120px;
	border:3px solid #DAA520;
	border-radius:50%;
}
.services{
	padding-right:20px;
}
.btn1{
	border-color:#696969;
	color:#696969;
}
hr{
	width:90%;
	margin-left:10px;
}
.hr_services{
	width:90%;
	margin-left:70px;
}
.icon_text{
	text-transform:uppercase;
}
.card {
	margin-bottom: 20px; /* Add margin between cards 
}*/
.carousel-item {
    height: 500px; /* Set a fixed height for all items */
}
.carousel-item img {
    object-fit: cover; /* Cover the area without stretching the image */
    height: 100%; /* Make sure the image takes the full height of the carousel-item */
}
.icon_text {
    padding-top: 25px;
}
.icon {
    padding-top: 10px;
	padding-left:50px;
}
.icon img {
    width: 100px; 
    height: 100px;
    border: 3px solid #DAA520;
    border-radius: 50%;
}
.icon_text h1 {
    font-size: 1.5rem;
}
.icon_text p {
    font-size: 0.9rem;
}
@media (max-width: 768px) {
    .icon {
    padding-top: 10px;
	padding-left:30px;
	}
	.icon_text h1 {
        font-size: 1.2rem;
    }
    .icon_text p {
        font-size: 0.8rem;
    }
    .icon img {
        width: 80px;
        height: 80px;
    }
}
.side_image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.btn1 {
    border-color: #696969;
    color: #696969;
}
.btn1:hover {
    background-color: #fff;
    color: #DAA520;
    border-color: #DAA520;
    outline: #DAA520;
    box-shadow: 0 0 10px #DAA520;
}
hr {
    width: 90%;
    margin-left: 10px;
}
.hr_services {
    width: 90%;
    margin-left: 70px;
}
.icon_text {
    text-transform: uppercase;
}
.card {
    margin-bottom: 20px; /* Add margin between cards */
}
