.container {
    width: 100%;
}

.section-with-icon h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.info-section {
    margin-bottom: 60px; 
    border-radius: 8px; 
    overflow: hidden; 
}

.section-header {
    background-color: #1059a8; 
    color: white;
    padding: 20px 20px;
    text-align: center;
}

.section-header h2 {
    font-size: 18px;
    font-weight: 700; 
}

.section-content {
    background-color: #f0f2f5; 
    color: #333;
    padding: 28px 25px;
    font-size: 16px;
    font-weight: 500; 
    line-height: 1.7;
}

.section-content p {
    margin: 0;
	text-align:center;
}