.feature-table {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 60px;
    border-collapse: separate;
    border-spacing: 40px;
}

.feature-table td {
    vertical-align: middle;
    padding: 20px;
}

.feature-table .image-cell {
    width: 400px;
}

.feature-table .image-cell img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    display: block;
}

.feature-table .content-cell h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.feature-table .content-cell p {
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.6;
}

.highlight {
    font-weight: bold;
}
.brand_content table.wystable td
{
    vertical-align: top;
}
.brand_content table.wystable
{
    margin-bottom: 15px;
}
.brand_content table.wystable td:nth-child(2)
{
    padding: 10px 30px; 
}

@media (max-width: 768px) {
    .feature-table {
        border-spacing: 20px;
    }

    .feature-table, 
    .feature-table tbody, 
    .feature-table tr, 
    .feature-table td {
        display: block;
    }

    .feature-table .image-cell {
        width: 300px;
        margin: 0 auto;
    } 

    .feature-table .content-cell h2 {
        font-size: 2em;
    } 

    .feature-table .content-cell p {
        font-size: 1em;
    } 
} 

.feature-icon {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-icon img {
    max-height: 60px;
    width: auto;
}
.fullrounded {
    border-radius: 50%;
    max-height: 400px;
}
.banner-wrap {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.banner-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Adjust the opacity as needed */
    z-index: 1;
}

.banner-wrap.no-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none !important;
    z-index: 1;
}

/* Ensure content appears above the overlay */
.banner-wrap .container {
    position: relative;
    z-index: 2;
}
.banner-wrap p, 
.banner-wrap h1,
.banner-wrap h2,
.banner-wrap h3,
.banner-wrap h4
{
    color: white !important;
    font-weight: normal;
}
.banner-wrap h1
{
    font-weight: bold;
}
.banner-wrap h2
{
    font-size: 25px;
}
.banner-wrap.banner-top
{
    height: 500px;
    color: white !important;
    text-align: center;
}
.banner-wrap.banner-top h1
{
    padding-top: 15rem;
    font-weight: bold;
    margin-bottom: 1.5rem !important;
    font-size: 3.5rem !important;
    line-height: 1.2 !important;
    color: white !important;
}
.banner-wrap.banner-bottom
{
    min-height: 500px;
    padding-top: 10rem;
    color: white !important;
    text-align: center;
    padding-bottom: 40px;
}
.banner-wrap.banner-bottom h2
{
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 2rem !important;
    text-align: left;
}

.banner-wrap.banner-bottom p
{
    margin-bottom: 1rem;
    text-align: justify;
}
.banner-wrap.banner-bottom .banner-content
{
    padding-left: 5rem;
}
.flag
{
    height: 10px;
}
.flag > div
{
    height: 10px;
    width: 33.33%;
}
.santos_round_img_wrap
{
    width: 250px; 
    height: 250px; 
    margin: 0 auto; 
    position: relative;
}
.santos_round_img_wrap img
{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.santos_round_img_wrap .title-wrap {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center !important;
    justify-content: center !important;
    font-size: 2.5rem;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.small-content-images img
{
    max-width: 100px;
    max-height: 100px;
}
.santos_second_row
{
    margin-top: 50px;
}
.alfa-logo
{
    text-align: left;
}
.alfa-logo img
{
    width: 40%;
}
@media (max-width: 992px) {
    .banner-wrap.banner-bottom {
        padding:  30px;
    }
    .banner-wrap.banner-bottom .banner-content {
        padding: 0px;
    }
    .banner-wrap.banner-bottom h2 {
        font-size: 2.5rem;
    }
    .santos_round_img_wrap
    {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .santos_second_row
    {
        margin-top: 0px;
    }
    .alfa-logo img
    {
        width: 100%;
    }
}
