.design-card img{
    border-radius: 24px;
}
.robotics-banner{
    background-image: url("../Aerovania/images/Robotics-banner.jpg");
}
.other-services-section {
    height: 23%;
}

.design-card h3, .design-col h3 {
    font-size: 20px;
    font-family: "Mortend", sans-serif;
}
.design-col p{
    color: #717171;
}
.design-card h5 {
    font-size: 16px;
    font-family: "Mortend", sans-serif;
}

@media only screen and (max-width:400px){
    .design-card p, .design-card ul {
 
        font-size: 14px;
    }
    .section-spacing {
        margin-bottom: 30px;
    }
    .design-card h3, .design-col h3 {
        font-size: 18px;
        
    }
}
