* {
    margin: 0;
    margin-top: 1vh;
    padding: 0;
}

.bg {
    background-color: #73b3d4;
    color: white;
}

.company-info {
    margin-left: 15%;
    margin-right: 15%;
}

.btn-contact {
    color: white !important;
    background-color: #29306d !important;
}

.btn-form {
    color: white !important;
    background-color: #335b7e !important;
}

.custom-buttom {
    max-height: 87px;
    max-width: 479px;
}

.verified {
    position: absolute;
    top: 0;
    left: 75%;
    max-width: 80px;
    max-height: auto;
}

.social {
    max-width: 5vh;
    max-height: auto;
}

.technician-container {
    position: relative; 
    left: 0; 
    top: 0; 
    display: inline-block;
}

.logo-icon {
    max-height: 10vh;
    max-width: auto;
}