.logo-item {
    border-radius: 50%;
    margin-bottom: 0;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    min-width: 60px;
    box-shadow: 0px 10px 40px 0px rgba(112,144,176,.3);
    @media screen and (min-width: 720px) and (max-width: 1440px) {
        margin-bottom: 0;
        margin-right: 20px;
    }
    @media screen and (min-width: 1441px) {
        margin-bottom: 20px;
    }
}
.paraagraph-item {
    font-size: 18px;
}

.logo-card:hover {
    transform: scale(1.05);
}

.logo-card {
    transition: all .3s ease-in-out;
    background: var(--whiteColor);
    width: 100%;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0px 10px 40px 0px rgba(112,144,176,.3);
    @media screen and (min-width: 720px) and (max-width: 1440px) {
        width: 100%!important;
    }
    @media screen and (min-width: 1441px) {
        width: 49% !important;
    }
}

h2 {
    margin-bottom: 0!important;
}


.simple-subtitle {
    color: var(--blackColor);
    font-family: 'Taz SemiBold Italic', sans-serif;
}

.date {
    color: var(--primaryColor);
    font-family: var(--optionalfontFamily);
}