header#main-header {
    background: linear-gradient(180deg, #00a7b533 0%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 0%);
}
.header-content {
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    margin: auto;
}
.header-text {
    position: relative;
}
.header-logos {
    display: flex;
    justify-content: flex-end;
    position: relative;
    align-items: center;
}
h1.header-title {
    font-weight: 700;
    margin-bottom: 0;
}
p.header-subtitle {
    font-weight: 500;
    margin-bottom: 0;
}
/* Responsive Popup CSS Styless */
@media screen and (min-width: 1px) and (max-width: 425px) {
    .header-text {
        padding: 23% 15px 0;
    }
    h1.header-title {
        font-size: 24px;
    }
    p.header-subtitle {
        font-size: 15px
    }
    .header-logos {
        bottom: 30px;
        right: 15px;
    }
    img.bottom-logo1 {
        width: 40px;
        height: auto;
    }
    img.bottom-logo2 {
        width: 50px;
        height: 50px;
    }
    img.bottom-logo1,
    img.bottom-logo2 {
        margin: 0 5px;
    }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
    .header-text {
        padding: 15% 15px 0;
    }
    h1.header-title {
        font-size: 34px;
    }
    p.header-subtitle {
        font-size: 18px
    }
    .header-logos {
        bottom: 40px;
        right: 15px;
    }
    img.bottom-logo1 {
        width: 40px;
        height: auto;
    }
    img.bottom-logo2 {
        width: 50px;
        height: 50px;
    }
    img.bottom-logo1,
    img.bottom-logo2 {
        margin: 0 5px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .header-text {
        padding: 10% 15px 0;
    }
    h1.header-title {
        font-size: 44px;
    }
    p.header-subtitle {
        font-size: 18px
    }
    .header-logos {
        bottom: 60px;
        right: 15px;
    }
    img.bottom-logo1 {
        width: 50px;
        height: auto;
    }
    img.bottom-logo2 {
        width: 60px;
        height: 60px;
    }
    img.bottom-logo1,
    img.bottom-logo2 {
        margin: 0 10px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    h1.header-title {
        padding-left: 10px;
    }
    p.header-subtitle {
        padding-left: 10px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 8000px) {
    .header-text {
        padding: 3% 0 0;
        top: 50px;
    }
    h1.header-title {
        font-size: 76px;
    }
    p.header-subtitle {
        font-size: 18px
    }
    .header-logos {
        bottom: 130px;
        right: 15px;
    }
    img.bottom-logo1 {
        width: 70px;
        height: auto;
    }
    img.bottom-logo2 {
        width: 75px;
        height: 75px;
    }
    img.bottom-logo1,
    img.bottom-logo2 {
        margin: 0 10px;
    }
}
