@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-color: #f2f2f2;
    font-family: "Montserrat", serif;
    font-size: 15px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

p{
    padding: 0px;
}
h3 {
    font-size: 20px;
}
.h_span {
    font-weight: 300;
}
.widget {
    border: 1px solid grey;
    border-radius: 10px 10px 0px 10px;
    padding: 20px 20px;
    height: 200px;
    background-color: #fff;
}
.widget-blue {
    border-color: #03A9F4;
}
.widget-green {
    border-color: #8BC34A;
}
.widget-orange {
    border-color: #FFAB91;
}
.widget-table {
    height: auto;
}
.widget__info-content > p {
    font-weight: 700;
}
.widget__quote{
    font-weight: 700;
}