
body {
    font-family: 'Poppins', sans-serif; 
    
}

.header-area {
    background: #3E3D40;
}

.title {
    font-size: 52px;
    font-weight: 600;
    color: #A3873B;
    line-height: 67px;
    padding-bottom: 20px;
}

.text-area {
    padding-top: 30px;
}

.text {
    font-weight: 500;
    padding-top: 13px;
}

.sub-title {
    font-weight: 600;
}

.email {
    color: #A3873B;
    font-weight: 600;
}

p {
    color: #3E3D40;
}

.btn-primary {
    background: #A3873B;
    border: 1px solid #A3873B;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:visited,  .btn-primary:focus-within  {
    background: #3E3D40;
    border: 1px solid #3E3D40;
    box-shadow: 0 0 0 0.25rem rgb(151 151 151 / 50%);
}  

.social a {
    color: #0A66C2;
    text-decoration: none;
}


