

.Heading-1{
    font-size: 24px;
    line-height: 32.04px;

}

p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify; 
    color: #686868;   
}
.left-img{
    width: 496px;
    height: 452px;
    box-shadow: 2px 2px 5px 0px #00000040;
    transition: all 0.5s ease;
}
.certificate {
    font-family: var(--f-handlee); /* Use Handlee font */
  }
.right-img{
    width: 496px;
    height: 586px;
    box-shadow: 2px 2px 5px 0px #00000040;
    transition: all 0.5s ease;
}

.left-img:hover, .right-img:hover{
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.35);
}
.accordion-button:not(.collapsed) {
    background-color: #a66f3e;
    color: white; 
    font-size: 20px;
}
.accordion-button:focus {
    box-shadow: none;
}









@media (max-width: 992px) {
    .left-img, .right-img{
        width: 303px;
        height: 327px;
    }
}
@media (max-width: 576px) {
    .right-img{
        width: 240px;
        height: 259px;
        margin: 0 auto; 
        display: block;
    }
    .center1 {
        display: flex;
        justify-content: center; /* Centers horizontally */
        align-items: center;    /* Centers vertically */
    }
    
    }
    
    


.btn-primary {
    transition: all 0.3s ease; /* Ensures smooth animation */
}
.btn-primary:hover {
    transform: scale(1.1); /* Example animation: scaling on hover */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Add a shadow */
    background-color: #8B572A; 
    border-color: transparent;
    transition: all 0.5s ease;
}








    
