.ip-logo-container {
    display: flex; 
    justify-content: flex-end;
}

.ip-logo-background {
    display: inline-block; 
    background: #ffffff;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.ip-logo-background img {
    max-height: 40px;
}

.intl-tel-input {
    width: 100%;
}

.iti {
    width: 100%;
}

@media only screen and (max-width: 767px){
    .ip-logo-container {
        justify-content: center;
    }
    .ip-logo-background {
        display: block; 
    }
    .ip-logo-background img {
        max-height: 35px;
    }

    .hero {
        padding: 0px;
        margin: 0px;
    }

    .hero .section-title {
        margin-bottom: 10px;
    }

    .section-title h1 {
        font-size: 28px;
        margin: 0px;
    }

    .hero-content-body p {
        font-size: 16px;
        margin: 0px;
        padding: 0px;
        margin-bottom: 10px;
    }

    .hero-content-footer {
        display: none;
    }
}

#mailto-container {
    margin-left: 10px;
    margin-right: 10px;
}

#mailto-container a:link, a:active, a:visited {
    color: #F8933D;
}

#mailto-container a:hover {
    text-decoration: underline;
}

