.soonha .tag {
    background-color: green;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: white;
}
.soonha{
    display: flex;
    align-items: center;
    gap: 10px;
  
    
    }
    .container .col-lg-7{
        border: 2px solid #eee;
        padding-left: 50px;
        padding-right: 50px;
    }

    .heading h4{
        display: flex;
        justify-content: flex-start;
        font-weight: 700;
        font-size: 28px;

    }
    .heading2 p{
        display: flex;
        justify-content: flex-start;
        font-weight: 500;
        font-size: 17px;
        text-align: start;

    }
    .image img{
        width: 740px;
        height: 740px;
        object-fit: cover;
        object-position: 50% 50%;
        max-width: 100%;
    
    }
    .heading3 p{
        display: flex;
        justify-content: flex-start;
        font-weight: 500;
        font-size: 20px;
        text-align: start;

    }
    .heading3 ul li{
        
        font-weight: 500;
        font-size: 15px;
        text-align: start;
    }
    .heading4 ul li{
        
        font-weight: 500;
        font-size: 20px;
        text-align: start;
    }
    .heading3 h4{
        font-weight: 500;
        font-size: 20px;
        text-align: start;
    }
    .button {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
    }
    .footer a i{
        color: #000;
     

        text-decoration: none;
     
        float: inline-start;
        
     }  
     .footer{
        gap: 22px;
        display: flex;
    }  
    .footer1{
        display: flex;
        justify-content: space-between;
        text-align: center;
        align-items: center;
    }
    .box-heading h4{
display: flex;
justify-content: center;

    }

    .box-1{
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .card-text{
        font-size: 20px;
        font-weight: 600;
    }
    .icons{
        gap: 15px;
        display: flex;

        padding-left: 10px;
    }
    .icons a i{
        color: #000;
     

        text-decoration: none;
     
        float: inline-start;
    }