@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1920px){

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}

#main {
    display: flex;
    /* margin-left: 20px; */
    /* margin-top: 150px; */
    margin-bottom: 150px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FFFFFF;
}

#rectangle {
    width: 50px;
    height: 50px;
}

#div1 {
    margin-left: 100px;
    margin-top: 50px;
}

#div1 h1 {
    color: #202648;
    font-size: 36px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 5px;
}

#div1 p {
    color: #737899;
    font-size: 1rem;
    font-weight: 400;
}

#div1 a {
    text-decoration: none;
}

#div1 a:last-child {
    margin-left: 10px;
}

#div2 {
    margin-left: 130px;
    display: flex;
}

#button1 {
    background-color: #C81F2A;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease, transform 0.2s ease;
    width: fit-content;
    justify-content: center;
}

#button1:hover {
    background-color: #F02E3B;
    transform: translateY(-2px);
}

#button1 span {
    margin-left: 8px;
}

#button2 {
    background-color: white;
    color: #1a365d;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease, transform 0.2s ease;
    width: fit-content;
    justify-content: center;
}

#button2:hover {
    background-color: #f7fafc;
    border-color: #cbd5e0;
    transform: translateY(-2px);
}

#button2 span {
    margin-left: 8px;
}

#button3 {
    background-color: #FFFFFF;
    border-radius: 50%;
    margin: 2px;
    border: 1px solid;
    border-color: rgba(206, 211, 231, 1);

}

#button3 span img {
    width: 10px;
    height: 10px;
    margin: 5px;
}

#button4 {
    background-color: #C81F2A;
    border-radius: 50%;
    margin: 2px;
    border: none;
}

#button4 span img {
    width: 10px;
    height: 10px;
    margin: 5px;
}

#div2 img {
    height: 300px;
    width: 300px;
    margin-top: 20px;
}

#div2 #c1 {
    background-color: #C81F2A;
    width: 380;
    height: 380;
    opacity: 1;
    border-radius: 36px;
    margin: 10px;
}

#div2 #c2 {
    background: rgba(245, 245, 245, 1);
    width: 380;
    height: 380;
    opacity: 1;
    border-radius: 36px;
    margin: 10px;
}

#footer_logo {
    display: block;
    margin: auto;
    width: 125px;
    height: 40px;
}

#div_footer {
    background-color: white;
    display: block;
    margin: auto;
    align-items: center;
    place-items: center;
    padding: 48px;
}

.footer_img {
    align-items: center;
    place-content: center;
    place-items: center;
    word-spacing: 24px;
}

.footer_img img {
    height: 16px;
    width: 16px;
    margin-bottom: 50px;
}

#h6footer {
    color: #737899;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: -0.05px;
    vertical-align: middle;
    margin-top: 60px;

}

hr {
    border: none;
    height: 1px;
    background-color: #E6E6E6;
}

#second_footer {
     background-color: white;
    display: block;
    align-items: center;
    display: flex;
    justify-content: space-between;
    /* margin-left: 120px; */
    /* margin-right: 120px; */
    padding-top: 32px;
    padding-bottom: 32px;
    /* gap: 35px; */
}

#second_footer img:first-child {
    width: 40px;
    height: 55px;
}

#second_footer img:last-child {
    width: 100px;
    height: 50px;
}

#reslogofooter{
    display: none;
    visibility: hidden;
}

#rights {
    color: #737899;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.05px;
    vertical-align: middle;
    margin-left: 30px;
}
}