.navbar-logo-link img {
    display: inline-block;
    width: 200px;
    height: 200px;
    margin-left: -20px;
}
.navbar-info {
    display: flex;
    flex-direction: row;
}
.page-loader-logo {
    display: inline-block;
    width: 200px;
    height: 200px;
}
.navbar-logo-link img {
    display: inline-block;
    width: 350px;
    height: 350px;
    margin-top: 70px;
    margin-top: 4.5rem;
    margin-bottom: 4px;
}
.custom-carousel .owl-stage .owl-item {
    display: flex;
    height: 450px;
    overflow: hidden;
}
.custom-carousel .owl-stage .owl-item article {
    height: 100%;
}
.icon-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 0;
    margin-bottom: 1.5rem;
}
.icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.icon img {
    height: 40px;
    width: 40px;
    display: block;
}
.nav-container {
    margin: 0;
    margin-left: 600;
}
.rd-navbar-fullwidth.navbar-studio .navbar-container.nav-container {
    max-width: 1320px;
    justify-content: flex-end;
    padding: 0 5px;
}
.blurb-title.h5 {
    font-size: 19px;
}

.contianer-main {
    display: grid;
    grid-template-columns: 0.6fr 0.4fr;
    width: 100%;
}
.container-one {
    padding-left: 4rem;
}
.container-two {
    padding-right: 4rem;
}
.contact-form-container h2 {
    text-align: center;
    color: blue;
}
.contact-form-control {
    height: 50px;
    width: 180px;
}
.offset-md.text-center {
    text-align: center;
}
@media (max-width: 1024px) {
    .contianer-main {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .container-two {
        margin-top: 2rem;
    }
}
