.advertisement-container {

}

.top-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #fff;
}

.top-bar a {
    text-decoration: none;
    color: #25408f;
    font-size: 15px;
    font-weight: bold;
}


.automation-section {
    margin-top: 20px;
    padding: 10px;
}


.automation-text {
    font-size: 25px;
    color: #25408f;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

/* .first-line {
    width: 30%;
    border: 2px solid #25408f;
    margin: 5px 0;
} */

.box1 {
    border: 1px solid #000;
    height: 50vh;
    margin-bottom: 5px;
}

.box2 {
    background-color: #003a6d;
    color: white;
    padding: 15px;
    text-align: left;
}

.logo-container1 {
    margin-bottom: 20px;
}

.box2 {
    height: auto;
}

.logo-container1 img {
    width: 250px;
    float: right;
    margin-left: 10px;
}

.logo-container1 p {
    font-size: 25px;
    text-align: left;
}

.logo-container2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-container2 img {
    width: 25%;
    float: left;
    margin-right: 10px;
}

.logo-container2 p {
    font-size: 25px;
    text-align: left;
}

hr {
    border: 1px solid #000;
}

.downbar-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: bold;

}



.downbar-info a {
    color: #003a6d;
    text-decoration: none;
}

.downbar-info a:hover {
    text-decoration: none;
}

/*responsive*/

@media screen and (max-width: 570px){
    .logo-container1 img{
        width: 225px;
    }
    .downbar-info{
        font-size: 13px;
    }
}
@media screen and (max-width: 500px){
    .downbar-info{
        font-size: 10px;
    }
    .logo-container1 img{
        width: 170px;
    }
}
@media screen and (max-width: 397px){
    .downbar-info{
        font-size: 10px;
        display: block;
        text-align: center;
    }
}
@media screen and (max-width: 480px){
    .logo-container1 {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .logo-container1 img{
        width: 200px;
        margin: 0px 25px;
    }
    .logo-container1 p {
        font-size: 15px;
        text-align: left;
    }
    .downbar-info{
        font-size: 10px;
        display: block;
        text-align: center;
    }
}


