@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.cdnfonts.com/css/acumin-pro');

body {
    background: #6d6e71 !important;
    color: #74787C;
    font-family: 'Acumin Pro', sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
}

.heading-about-one h2 {
    margin-bottom: 0px;
    padding: 10px 0px;
}

.heading-one {
    background: #333333;
    color: #d2ab67;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    padding: 0px 50px;
    border-radius: 20px;
}

.heading-about-one {
    border: 3px solid #d2ab67;
    width: 280px;
    border-radius: 20px;
    margin: 0 auto;
}

/*.ss-width {
    width: 70%;
}*/

.width-400-size {
    width: 500px;
}

.width-380-size {
    width: 380px;
}

.width-500-size {
    width: 560px;
}

.width-55-size {
    width: 810px;
}

@media (min-width: 320px) and (max-width: 480px) and (min-width:320px) and (max-width:575px) {
  
    .footer-section .widget p {
        font-size: 18px !important;
    }

    .footer-contact-text {
        font-size: 18px !important;
    }

    .about-content p {
        font-size: 18px !important;
    }

    .heading-about-one {
        width: 125px;
    }
    
    .heading-design-one{
        font-size: 18px !important;
    }
}

.align-items-center {
    align-items: center !important;
}

/*.justify-content-center{
    display: flex;
    justify-content: center !important;
}*/
.footer-section {
    font-family: 'Acumin Pro', sans-serif !important;
}

.footer-section .widget p {
    font-size: 25px;
}

.footer-section .widget .footer_contact_address {
    font-size: 25px;
}

.footer-contact-icon i {
    font-size: 25px !important;
}

.footer-contact-address {
    font-family: 'Andika', sans-serif !important;
    margin-bottom: 20px;
}

.footer-contact-text {
    font-size: 25px;

}
.aic-shuit {
    align-items: center;
    justify-content: space-between;
}
.heading-design-one {
    background: #333333;
    color: #d2ab67;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    padding: 5px 40px; 
    border-radius: 15px;
    margin: 0;
    display: inline-block; 
}

.border-one {
    border: 3px solid #d2ab67;
    padding: 8px 30px;
    border-radius: 20px;
    display: inline-block; 
    box-sizing: border-box; 
}

.heading-two {
    margin-bottom: 1rem !important;
    text-align: center; 
}
