.module-banner-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.countriespage-why-abn {
    min-height: 200px;
}

.countriespage-section-2 {
    border: 1px solid var(--themefourth);
    padding: 15px;
    height: 240px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.line-heading.countries-heading::before, 
.line-heading.countries-heading::after {
    width: 250px;
}
.countries-heading::before {
    top: 55%;
    left: 0%;
}
.countries-heading::after{
    top: 55%;
    right: 0%;
}