.section-4 {
    color: white;
    width: 100%;
    height: 500px;
    font-family:Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
}
.section-4-container {
    background-image: url(../image/new-bg.png);
    background-size: 100% 100%;
    background-repeat: cover; 
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px;
    border-radius: 50px;
    width: 1140px;
    height: 370px;
    margin-top: 40px;

}

.section-4-content {
    height:300px;
    width: 500px;
}

.section-4-content h2 {
    font-size: 32px;
    font-weight: 400;
}

.section-4-content p {
    margin-top: 15px;
    font-size: 15px;
}

.section-4-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 20px;
    background: white;
    color: #0033cc;
    text-decoration: none;
    font-weight: bold;
    border-radius: 25px;
}
.new_logo img{
    height: 325px;
    width: 325px;
}