.banner__subtitles{
    text-shadow: 4px 3px 7px black;
    
}

.feature-item .icon-class{
    margin-left: 3px;
    transition: transform 0.8s ease-out; /* transición suave en ambas direcciones */
    transform: rotate(0deg);
}

.feature-item:hover .icon-class{
    transform: rotate(360deg);
}

.facility-item .icon-class{
    transition: transform 1.1s ease-out; /* transición suave en ambas direcciones */
    transform: rotate(0deg);
    
}
.facility-item:hover .icon-class{
    transform: rotate(360deg);
}

/* Styles tha make modification on top header, letter small and blue color background */
.header-two .header-top {
    padding: 8px 0px;
    background-color: var(--primary-color);
}

.header-two .top-contents .content p {
    margin: 0px;
    color: white;
}

.header-two .top-contents .content span {
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    color: white;
}

.align-items-center {
    align-items: end !important;
}

.header-two .top-contents .icon:before {
    font-size: 22px;
}

/* end block of Styles tha make modification on top header, letter small and blue color background */