.view-duplicate-of-services .fieldset-wrapper {
    display: flex;
    gap: 20px;
}

.date-card {
    display: inline-block;
    margin-top: 10px;
}
.date-card .card {
    width: 100% !important;
}

.user-register-form .fieldset-wrapper .card {
    width: 100% !important;
}

.user-register-form .form-control {
    border: 1px solid #c8d0da;
    color: #232629;
    background-color: #ffffff;
    display: inline;
}

.view-filter-header .date-card .card{
	    width: 100% !important;
}
.view-filter-header .card {
    width: 19% !important;
    display: block;
    background-color: #fff;
    border-radius: 0;
}

/*.fieldset-wrapper .card {*/
/*    width: 30% !important;*/
/*    padding: 10px;*/
/*}*/

.fieldset-wrapper .card {
    width: 100%;
    padding: 10px;
}
.fieldset-wrapper .card  .card{
    width: 80% !important;
}

#block-admin-dashboard-aboutblock img {
    height: 400px;
    width: auto;
}