body {
    margin: 0;
    padding: 0;
}

.uoi__content {
    width: 100%;
    height: 2500px;
}

.uoi_header_line {
    width: 100%;
    height: 12px;
    background: #005EB8
}

a {
    text-decoration: none;
}

.btn {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 12px 20px;
    cursor: pointer;
    display: flex;
    gap: 8px;
    align-items: center;
    width: 222px;
    height: 40px;
    border-radius: 4px;
    background: #005EB8;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

/* Darker background on mouse-over */
.btn:hover {
    background-color: RoyalBlue;
}


.link_btn {
    border: none;
    background-color: inherit;

    color: #005EB8;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
}

.info {
    color: #747570;
}

.info:hover {
    background: #ffffff;
    color: #005EB8;
}

.uoi__btns {
    display: flex;
    align-items: center;
    gap: 24px;
}

.uoi_navigation_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 73px;
}

.Products_img {
    padding: 84px 73px;
    width: 89%;
}

.adout_us {
    width: 100%;
}

.footer_img {
    width: 100%;
}


.header_img {
    width: 100%;
}