@charset "UTF-8";
.p{
    background: linear-gradient(to top left, rgba(72,109,70, 0.3), rgb(255, 255, 255) 60%);
    box-shadow: 10px 12px 13px rgba(72,109,70, 0.3);
    border-radius: 50px;
    border-top-left-radius: 5px;
    padding: 10px;
}
.h{
   background: linear-gradient(to bottom right, rgba(72,109,70, 0.5), rgb(255, 255, 255) 60%);
    box-shadow: 10px 12px 13px rgba(72,109,70, 0.5);
    border-radius: 50px;
    border-top-right-radius: 5px;
    padding: 10px; 
}
.li{
   background: linear-gradient(to bottom right, rgba(72,109,70, 0.5), rgb(255, 255, 255) 60%);
    box-shadow: 10px 12px 13px rgba(72,109,70, 0.7);
    border-radius: 50px;
    border-bottom-right-radius: 5px;
    padding: 10px; 
}


@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {}