body { padding: 0; margin: 0; font-family: 'Montserrat', sans-serif; }
.jt-container { margin: auto; margin-bottom: 30px; padding: 0 20px;}

.jt-cookie-wapper{ background-color: #fff; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);margin: 25px 0; }
.jt-cookie-title{ box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); }
.jt-cookie-title h2{
    padding: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #0F3055;
    border-left: 12px solid #0F3055;
}
.jt-cookie-card{ padding:30px 25px; }
.jt-cookie-card p{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
    margin: 0;
    margin-bottom: 20px;
}
.jt-cookie-card  ul{ padding: 0; margin: 0; padding-top: 15px; }
.jt-cookie-card  ul li{
   font-family: 'Montserrat', sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   color: #474747;
   margin: 0;
   margin-bottom: 15px;
   list-style-type: none;
   display: flex;
   align-items: baseline;
}
.jt-cookie-card  ul li:last-child{ margin-bottom: 0; }
.jt-cookie-card  ul li i{ color: #0F3055; margin-right: 20px; font-size: 20px; }