.pricing-card {
    transition: 0.3s;
}
.pricing-card:hover {
    transform: scale(1.05);
}
h2
{
    text-decoration: underline  dotted #7F00FF;
}
.seo_img
{
    height: 220px;
    width: 480px;
}
.text{
    color: #40E0D0;
}
.text_bg
{
   background-color: #2AAA8A; 
   font-weight: 800;
}
.mybtn
{
    background-color: #478778; 
    color: white; 
    padding: 12px 25px; 
    border-radius: 8px; 
    text-decoration: none; 
    font-weight: bold; 
    transition: all 0.3s ease-in-out; 
    display: inline-block;
}
  .mybtn:hover {
    background-color: #3a6d62;
    transform: scale(1.1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  }