* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.Oswald {
    font-family: 'Oswald', sans-serif;
}

.Open-Sans {
    font-family: 'Open Sans', sans-serif
}

.orange-color {
    color: #E57129;
}

.project-details-img{
    width: 100%;
    height: 250px;
    object-fit: fill;
}

@media screen and (max-width: 480px) {

    .project-details-img{
        width: 100%;
        height: 100% !important;
        object-fit: fill;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .project-details-img{
        width: 100%;
        height: 100% !important;
        object-fit: fill;
    }
}
