

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f9f9f9;
}

.container {
    margin: 0 auto;
    padding: 20px;
}

.hero .image{
    background-image: url(../img/HeroImageT&P/terms\ and\ conditions\ banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
}

main {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 0 0;
}

.main-heading{
    text-align: center;
    font-size: 1.8em;
    color: #0056b3;
    font-weight: 900;
}

.paragraph{
    margin-top: 1rem;
    text-align: center;
}


section {
    margin-bottom: 20px;
}

section h2 {
    font-size: 1.5em;
    color: #0056b3;
    margin-bottom: 10px;
}

section p {
    margin: 0 0 10px;
}

a {
    color: #0056b3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
