.heading-div {
    background-color: #01ffff;
    text-align: center;
    padding: 12rem 0 0px;
}

.heading-div h1 {
    font-weight: 700;
    font-size: 3em;
    color: #282828;
    margin: 0 auto;
}

.heading-div h2 {
    font-size: 3em;
    color: #282828;
    margin: 0 auto;
}

.button-div {
    text-align: center;
    padding: 3rem 0;
}

.button-div a {
    border-radius: 1em;
    color: #fff;
    font-weight: 600;
    background: #282828;
    text-decoration: none;
    padding: .45em 1.49em;
    text-transform: uppercase;
    transition: .25s;
}

.button-div a:hover {
    background: #fff;
    border: 1px solid #000;
    color: #282828;
    letter-spacing: 1px;
}

.connection-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.connections-content-div {
    position: relative;
}

.connection-content-text {
    position: absolute;
    top: 13px;
    padding: 3em;
}

.connection-heading,
.why-uno-heading,
.service-heading {
    font-weight: 700;
    font-size: 3em;
    line-height: .9;
    letter-spacing: -2px;
    margin: 0;
    color: #000;
}

.connection-heading p {
    display: grid;
    line-height: 1.15;
}

.connection-heading img {
    width: 35%;
    margin-bottom: 0.5em;
}

.connection-content-description p,
.why-uno-content-description p,
.blue-div-content p {
    display: grid;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -.2px;
    font-size: 1.2em;
    color: #000000e0;
}

.button-section {
    position: relative;
}

.button-section-banner-img {
    height: auto;
    width: 100%;
}

.button-section a {
    text-decoration: none;
}

.contact-btn {
    position: absolute;
    bottom: 12rem;
    left: 22rem;
    border-radius: 2em;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    background: #282828;
    padding: .5em 2em;
    text-transform: uppercase;
    transition: .25s;
}

.product-btn-arrow {
    position: absolute;
    top: 12rem;
    right: 22rem;
    width: 9%;
}

.product-btn {
    position: absolute;
    top: 17rem;
    font-size: 1.6rem;
    right: 21rem;
    border-radius: 3em;
    color: #fff;
    font-weight: 600;
    background: #282828;
    padding: .7em 2.5em;
    text-transform: uppercase;
    transition: .25s;
}

.product-btn:hover,
.contact-btn:hover {
    background: #fff;
    border-color: transparent;
    color: #282828;
    letter-spacing: 1px;
}

.service-section {
    position: relative;
}

.service-content-text {
    position: absolute;
    top: 10px;
    padding: 3em;
    left: 50%;
}

.why-uno-div {
    position: absolute;
    bottom: 0rem;
    padding: 3em;
}

.why-uno-heading img {
    width: 30%;
    margin-bottom: 0.5em;
}

.service-heading img {
    width: 44%;
    margin-bottom: 0.5em;
}

.service-heading p {
    display: grid;
    line-height: 1.15;
}

.why-uno-content-description {
    width: 60%;
}

.blue-div-section {
    text-align: center;
    background: #0ff;

}

.blue-div-content {
    padding: 4rem 0 3.5rem;
}

.blue-div-content h3 {
    color: #000;
    font-weight: 600;
    letter-spacing: -.5px;
    font-size: 2.5em;
    margin: 0 auto 2rem;
}

.gray-divider {
    background-color: #545454;
    height: 3em;
}

.connection-image-div img,
.connections-content-background-img,
.button-section-banner-img,
.service-img {
    height: auto;
    width: 100%;
}

@media (min-width: 2561px) {

    .connection-content-text {
        top: 65px;
    }

    .heading-div h1,
    .heading-div h2,
    .connection-heading,
    .why-uno-heading,
    .service-heading {
        font-size: 5em;
    }

    .connection-content-description p,
    .why-uno-content-description p,
    .blue-div-content p {
        font-size: 2em;
    }

    .product-btn {
        top: 35rem;
        font-size: 3rem;
        right: 30rem;
    }

    .product-btn-arrow {
        top: 22rem;
        right: 34rem;
    }

    .contact-btn {
        font-size: 3rem;
        bottom: 18rem;
        left: 65rem;
    }

    .why-uno-div {
        bottom: 7rem;
    }

    .button-div a {
        font-size: 3rem;
    }

    .blue-div-content h3 {
        font-size: 3.5em;
    }

    .service-content-text {
        top: 53px;
    }

}

@media (min-width: 1921px) and (max-width: 2560.98px) {

    .connection-content-text {
        top: 71px;
    }

    .heading-div h1,
    .heading-div h2,
    .connection-heading,
    .why-uno-heading,
    .service-heading {
        font-size: 4em;
    }

    .connection-content-description p,
    .why-uno-content-description p,
    .blue-div-content p {
        font-size: 1.8em;
    }

    .product-btn {
        top: 30rem;
        font-size: 2.5rem;
        right: 24rem;
    }

    .product-btn-arrow {
        top: 19rem;
        right: 28rem;
    }

    .contact-btn {
        font-size: 2.5rem;
        bottom: 15rem;
        left: 53rem;
    }

    .why-uno-div {
        bottom: 9rem;
    }

    .button-div a {
        font-size: 2.5rem;
    }

    blue-div-content h3 {
        font-size: 3.2em;
    }

}

@media (min-width: 1751px) and (max-width: 1920.98px) {
    .why-uno-div {
        bottom: 2rem;
    }

    .product-btn {
        top: 19rem;
        right: 19rem;
        font-size: 2rem;
    }

    .contact-btn {
        bottom: 16rem;
        left: 25rem;
        font-size: 2rem;
    }

    .button-div a {
        font-size: 2rem;
    }

    .connection-content-text {
        top: 35px;
        padding: 3em 5em;
    }

    .service-content-text {
        top: 36px;
    }

    .connection-content-description p,
    .why-uno-content-description p,
    .blue-div-content p {
        font-size: 1.5em;
    }

    .heading-div h1,
    .heading-div h2,
    .connection-heading,
    .why-uno-heading,
    .service-heading {
        font-size: 3.5em;
    }

    .blue-div-content h3 {
        font-size: 3em;
    }
}

@media (min-width: 1537px) and (max-width: 1750.98px) {}

@media (min-width: 1440px) and (max-width: 1536.98px) {

    .contact-btn {
        bottom: 10rem;
        left: 24rem;
    }

    .contact-btn {
        bottom: 11rem;
        left: 25rem;
    }

    .product-btn-arrow {
        top: 9rem;
        right: 20rem;
    }

    .product-btn {
        top: 14rem;
        right: 18rem;
    }

    .service-content-text {
        top: 0px;
    }

    .why-uno-div {
        bottom: 0rem;
    }

}

@media (min-width: 1281px) and (max-width: 1439.98px) {

    .connection-heading,
    .why-uno-heading,
    .service-heading {
        font-size: 2.6em;
    }

    .service-content-text .connection-content-description p {
        display: block;
    }

    .connection-content-description p,
    .why-uno-content-description p,
    .blue-div-content p {
        font-size: 1.1em;
        line-height: 1.3;
    }
}

@media (max-width: 1280px) {

    .connection-content-text {
        top: 0px;
    }

    .connection-heading {
        font-size: 2.4em;
    }

    .connection-content-description p,
    .why-uno-content-description p,
    .blue-div-content p {
        font-size: 1.05em;
        line-height: 1.4;
    }

    .service-content-text {
        top: 0px;
        padding: 2em 3em 3em;
    }

    .service-heading p {
        line-height: 1;
    }

    .service-content-text .connection-content-description p {
        display: block;
    }

    .why-uno-div {
        bottom: -1rem;
    }

    .contact-btn {
        bottom: 8rem;
        left: 21rem;
    }

}

@media (min-width: 1024px) and (max-width: 1250.98px) {
    .heading-div {
        padding: 17rem 0 0px;
    }

    .heading-div h1 {
        font-size: 2.7em;
    }

    .heading-div h2 {
        font-size: 2.7em;
    }

    .connection-heading,
    .why-uno-heading,
    .service-heading {
        line-height: 1.1;
        font-size: 2.2em;
    }

    .connection-heading img {
        width: 30%;
    }

    .connection-content-description p,
    .why-uno-content-description p,
    .blue-div-content p {
        font-size: .9em;
        line-height: 1.4;
    }
}

@media (max-width: 991.98px) {

    .connection-section {
        grid-template-columns: 1fr;
    }

    .connection-image-div {
        order: -1;
    }

    .heading-div {
        padding: 20rem 0 0px;
    }

    .connection-content-text {
        top: 3rem;
    }

    .contact-btn {
        bottom: 5rem;
        left: 3rem;
    }

    .product-btn-arrow {
        top: 5rem;
        right: 8rem;
        width: 14%;
    }

    .product-btn {
        top: 10rem;
        right: 5rem;
    }

    .service-section {
        position: unset;
    }

    .service-content-text {
        position: unset;
    }

    .why-uno-div {
        position: unset;
        padding: 0 3em 3em;
    }

    .why-uno-content-description {
        width: 100%;
    }

}

@media (max-width: 767.98px) {

    .heading-div {
        padding: 12rem 2rem 0px;
    }

    .connection-section {
        grid-template-columns: 1fr;
    }

    .connection-image-div {
        order: -1;
    }

    .connection-content-text,
    .why-uno-div,
    .service-content-text {
        position: unset;
        padding: 2rem;
        background-color: #bbc2cc;
    }

    .connection-content-text {
        border-bottom: 12px solid #76787a;
    }

    .service-content-text {
        border-bottom: 2px solid #76787a;
        border-top: 12px solid #76787a;
    }

    .why-uno-div {
        border-bottom: 12px solid #76787a;
    }

    .connections-content-background-img {
        display: none;
    }

    .connection-heading,
    .why-uno-heading,
    .service-heading,
    .blue-div-content h3 {
        font-size: 1.8em;
    }

    .connection-heading img {
        width: 50%;
    }

    /* 
    .connection-content-description p {
        font-size: 1em;
    } */

    .contact-btn {
        bottom: 10rem;
        left: 1rem;
        font-size: 1.3rem;
        padding: .5em 2em;
    }

    .product-btn {
        top: 8rem;
        font-size: 1.3rem;
        right: 3rem;
        padding: .5em 2em;
    }

    .product-btn-arrow {
        top: 2rem;
        right: 6rem;
        width: 25%;
    }

    .service-section {
        position: unset;
    }

    .heading-div h1 {
        font-size: 2.3em;
    }

    .heading-div h2 {
        font-size: 2.2em;
    }
}

@media (max-width: 575.98px) {

    .product-btn {
        top: 6rem;
        right: 2rem;
    }

    .contact-btn {
        bottom: 4rem;
        left: 1rem;
    }

}

@media (max-width: 480.98px) {

    .contact-btn {
        bottom: 2.5rem;
        left: 1rem;
    }

    .product-btn-arrow {
        top: 1rem;
        right: 4rem;
    }

    .product-btn {
        top: 5rem;
        right: 1rem;
    }

}