.p-heading{
    font-size: 2rem;
    font-family:'Franklin Gothic Medium',  sans-serif;
}

.box1 , .service-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 3px;
    min-height: 110px;
    border: 2px solid rgb(221, 255, 127);
    border-radius: 10px;
    box-shadow: 2px 2px 7px var(--mid2-green);

}

.btn{
    font-size: 1rem;
    padding: 4px 10px;
    border: 3px solid var(--mid2-green);
    border-radius: 10px;
    font-weight: bold;
    outline: none;
    font-family: var(--font-2);
    text-decoration: none;
}

.btn:hover{
    transform: scale(1.12);
    transition: all 0.5s ease-in-out;
}

.hr-long{
    width: 100%;
    height: 2%;
    background-color: rgba(0, 0, 0, 0.849);
}
.hr-heading{
    width: 20%;
    height: 2px;
    background-color: rgba(240, 21, 21, 0.849);
}
.hr-sub-heading{
    width: 8%;
    height: 2px;
    background-color: rgba(240, 21, 21, 0.849);

}
