@charset "UTF-8";
/********************************************************************
DO NOT edit this file manually. This file is generated by layout.
If you want to add custom css, edit custom.css file in current template folder
*********************************************************************/
.h3{
    background: linear-gradient(to left, rgba(34, 185, 150, 0.7), rgb(255, 255, 255));
}
.h4 {
    background: linear-gradient(to top left, rgba(34, 185, 150, 0.7), rgb(255, 255, 255));
}
.list {
    background-color: rgba(34, 185, 150, 0.9);
}
.list:hover{
    opacity: 1;
    background-color: rgba(34, 185, 150, 0.4);
    transition:all ease 2s;
}
.p {
    background: linear-gradient(to right, rgb(34, 185, 150), rgb(255, 255, 255) 50%);
}
@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {}