.contact-grid-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 100px;
}

.company-meatadata-sidebar-wrapper > .logo img {
    width: 100%;
    margin-bottom: 10px;
}

.company-meatadata-sidebar-wrapper > .company-details-wrapper {
    font-family: "Ubuntu Condensed", sans-serif;
    font-weight: 900;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    text-align: right;
}

.centered-btn-wrapper > .btn {
    background-color: #054d1d;
    color: #ffffff;
    font-size: 1.25em;
    padding: 10px 25px;
    border: 1px solid #054d1d;
    border-radius: 3px;
    outline: none;
    transition: 0.3s;
}

.centered-btn-wrapper {
    display: flex;
    justify-content: center;
}

.btn:active {
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.4);
}

.contact-form-wrapper {
    display: grid;
    grid-template-columns: 2fr 3fr;
}

.company-details-wrapper {
    margin-left: 50px;
    margin-top: 25px;
    margin-right: 50px;
}

.contact-grid-wrapper > .company-meatadata-sidebar-wrapper > .logo {
    margin-left: 50px;
    margin-top: 50px;
    margin-right: 50px;

}