.milaLogo{
    width: 25%;
}

.hero h1{ font-size: 3rem;}
.hero .subtitle{ font-size: 1.1rem;}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-menu li a.dropdown-item {
    padding: 0.5rem !important;
}

.about-image {
    width: 100%;
    height: 500px;
    background: url('https://static.wixstatic.com/media/e253fd_f19ccbc4f15a4f79a97bbf4657f39d77~mv2.png/v1/fill/w_1240,h_1196,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/Mila%20Chat%20Bot%20Services.png') center / cover;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-2xl);
    transform: rotate(-2deg);
    transition: transform 0.4s ease;
}

.about-content{align-items: normal;}

.about-image1{
    background: url(/images/image20.jpeg) center / cover;
}

.about-image2 { background: url(/images/image24.jpeg) center / cover; }

.section-title{padding-bottom: 5px;}
img.heroLogo {
    width: 22%;
    margin-top: -37px;
}

.footer-right p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin: 0;
}

.text-danger { color: #ffeb00 !important; }
.dropdown, .dropend, .dropstart, .dropup { margin-top: 1px; }