body{
    margin: 0 auto;
}
.image-text-overlay {
    position: relative;
    text-align: center;
    color: white;
  }
  .hero {
    padding: 30px 0;
}
  .centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
  }
  .bg-yellow {
    background-color: #F7C92B;
    padding: 20px 0;       
}

.brand-image {
    border: 2px solid #F7C92B;
    border-radius: 10px;
    height: 200px; /* Adjust this value as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.brand-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding: 20px;
}

section.section-padding {
    padding-top: 60px;
    padding-bottom: 50px;
}
.col-md-4.single-box {
    padding-top: 25px;
}

.brand-image:hover {
    background-color: #F7C92B;
    transition: .3s;
}

.extra {
    margin-right: 208px;
    align-items: center;
}

.title {margin: 0;padding-bottom: 30px;}

h3 {}

.title h3 {
    margin: 0;
    font-size: 32;
    font-weight: 700;
}

.title h1 {
    font-size: 52px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.input {
    border: 2px solid #F7C92B;
    width: 100%;
    margin: 20px 0;
    border-radius: 25px;
    padding: 10px;
}

.contact-field {
    align-items: center;
}

.contact-field h4 {
    font-weight: 700;
}

.input:hover {
    color: white;
    background: #F7C92B;
    transition: .3s;
}
.col-md-12 p {
    font-size: 18px;
    text-align: justify;
    margin-top: 20px;
}

.footer {
    background-color: #f8f9fa; 
    padding: 20px 0; 
    color: #343a40; 
    text-align: center;
}

@media (max-width: 767px) {
    .col-md-12 p {
        font-size: 14px;
        text-align: justify;
        margin-top: 20px;
        padding: 20px;
    }
}