#box_shadow {
    box-shadow: 0 0 3px 0px #9a9898;
}
.py-100 {
    padding: 0 !important;
}
/* .contact__form{
    display: grid;
    grid-template-columns: 420px auto;
    justify-content: space-evenly;
} */
#contact__us--form button[type="submit"] {
    cursor: pointer; 
    width: -webkit-fill-available;
    border-radius: 3px;
    border: none;
    background: #2c7eef;
    color: #fff;
    height: 65px;
    font-size: 16px;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contact__us--form fieldset label {
    font-weight: 500;
}

#additional_info {
    height: 100px;
}
.form-control {
    font-size: 16px;
    display: block;
    width: -webkit-fill-available;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form__container {
    background-color: #f6fafc;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 8px;
}
#span--title {
    font-weight: bold;
    font-size: 42px;
    letter-spacing: 2px;
}
#span--description {
    display: block;
    letter-spacing: 1.5px;
}
#img--contact {
    margin-top: 32px;
    width: 500px;
}
#img-map {
    display: block;
    width: 350px;
}

.g-recaptcha {
    display: inline;
    left: 0;
}
@media (max-width: 320px) {
    .g-recaptcha {
        transform: scale(0.8);
    }
}

.captcha-error strong {
    color: red;
    font-size: 14px;
}

.g-recaptcha-fieldset {
    position: relative;
    min-width: 100%;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    gap: 10px;
}

#the-count {
    position: absolute;
    font-size: 12px;
    right: 10px;
    bottom: 16px;
}
.image__container {
    text-align: center;
}
#margin-top-row {
    margin: 40px 0;
    justify-content: space-evenly;
    display: grid;
    grid-template: auto auto;
    grid-template-columns: 450px 600px;
}
.image__description {
    text-align: center;
    margin-bottom: 16px;
    color: #2c7eef;
}
.image__container--team img {
    width: 100%;
    border-radius: 8px;
}
.about__title {
    display: block;
    font-weight: bold;
    font-size: 42px;
    letter-spacing: 2px;
    text-align: center;
    color: #2c7eef;
}
.about__description--span {
    line-height: 1.8;
    word-break: break-word;
    text-align: justify;
}

.captcha_center {
    display: inline-block;
}

#message__contact {
    position: relative;
}

@media (max-width: 768px) {
    .g-recaptcha-fieldset{
        flex-direction: column;
    }
   
}