            .carousel-caption {
                top: 270px !important;
            }
            .carousel-inner  {                           
                height: 440px;
                background-color:rgb(241, 241, 241);
                overflow: hidden;
            }
            .carousel-inner img {
                width: 600px !important; 
                height: 400px; 
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
                transition: transform 0.5s ease;
                border: 10px solid rgb(255, 255, 255);
                background-clip: padding-box;
            	border-radius: 5px;
            }
            .card-text {
                text-align: justify;
                font-size: 1.1em;
                line-height: 1.6;
                color: #444;
            }
            .carousel-control-next{
                background-color: rgba(255, 140, 0, 0.7);
                border-radius: 50%;
                width: 45px;
                height: 45px;
                top: 50%;
                right: 18%;
                transform: translateY(-50%);
                opacity: 0.9;
                transition: background-color 0.3s ease;    
            }
            .carousel-control-prev{
                background-color: rgba(255, 140, 0, 0.7);
                border-radius: 50%;
                width: 45px;
                height: 45px;
                top: 50%;
                left: 18%;
                transform: translateY(-50%);
                opacity: 0.9;
                transition: background-color 0.3s ease;    
            }
            .carousel-control-prev:hover, .carousel-control-next:hover {
                background-color: darkorange;
            }

  