/* Add here all your CSS customizations */ div.check_email { display: none !important; } .cc-revoke, .cc-window { font-family: inherit; } .partners { background-color: white !important; } .signiture { font-family: 'Sacramento', cursive; font-size: 30px; } .feature-box.feature-box-style-2 h3{ text-transform: none; } .feature-box.feature-box-style-2 li{ margin-bottom: 20px; } .feature-box.feature-box-style-2 ul li::marker, .feature-box.feature-box-style-2 ol li::marker, .blog ul li::marker, .blog ol li::marker{ color:#eb146f; } .blog h2{ font-weight: 600; } .blog h3{ font-weight: 600; text-transform: none; } .credit-logo { display: flex; justify-content: center; } @media only screen and (max-width : 1200px) { .feature-box.feature-box-style-2 .feature-box-icon { display: inline-block; } .feature-box.feature-box-style-2 .feature-box-info { padding-left: 60px; } } /* Medium Devices, Desktops */ @media only screen and (max-width : 992px) { } /* Small Devices, Tablets */ @media only screen and (max-width : 768px) { .feature-box.feature-box-style-2 .feature-box-icon { display: none; } .feature-box.feature-box-style-2 .feature-box-info { padding-left: 0; } } /* Extra Small Devices, Phones */ @media only screen and (max-width : 480px) { }