button.btn-sbmt {
    background-color: var(--accent-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ff3600;
}
.section-title h3.addh3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}