.mg-license-widget{
background: #fff;
border-radius: 2px;
padding: 1rem 2rem;
margin-bottom: 30px;
}
.mg-license-widget h6{
font-weight: bold;
}
.mg-license-widget li{
color: #969696;
font-size: 14px;
}
.mg-requirements {
display: flex;
align-items: center;
display: flex;
align-items: center;
min-height: 100px;
height: auto;
margin-bottom: 16px;
}
.mg-requirements-image{
margin-right: 18px;
}
@media only screen and (max-width: 560px) {
.mg-requirements-image{
display: none;
}
}
.mg-requirements-image img{
height: 70px;
}
.mg-requirements-data {
flex: 2;
}
.mg-requirements-wrapper {
padding: 2rem;
background-color: #f9f9f9;
border: 1px solid #ebebeb;
border-radius: 2px;
margin-top: 40px;
margin-bottom: 40px;
}
.mg-requirements-wrapper p{
margin-bottom: 0px;
}
.mg-requirements-divider{
height: 1px;
background-color: #EBEBEB;
margin-bottom: 25px;
margin-top: 25px;
}
.mg-requirements-description{
margin-bottom: 0px;
font-size: 16px!important;
}