@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
.scaffoldSupplierWrapperHeader section{
    font-family: "Red Hat Display", sans-serif;
}
:root {
    --blue: #0183a7;
    --white: #fff;
    --black: #000;
    --green: #23893D;
}
.bg-blue {
    background-color: rgba(1, 131, 167, 0.2);
}
.elson-btn {
    background-color: var(--blue);
    color: var(--white);
    padding: 25px;
    font-size: 16px !important;
    font-weight: 600;
    border: 0px;
    border-radius: 100px !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
.elson-flex-container {
    display: flex;
}
.elson-padding-section {
    padding: 50px 15px;
}
.elson-col-2 {
    width: 50%;
}
.elson-logo {
    max-width: 200px;
    margin-bottom: 15px;
}
.elson-s1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
}
.elson-s2 .swiper-slide {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.elson-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.elson-content h2, .elson-h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 120%;
}
.elson-content p {
    margin: auto;
    padding-top: 0px;
    padding-bottom: 15px;    
    line-height: 150%;
}
.elson-info-column {
    width: 50%;
    justify-content: center;
    align-content: center;
}
.elson-content {
    padding: 30px 20px;
    text-align: left;
}
.elson-content-container {
    max-width: 550px;
    margin: auto;
}
.elson-content-container h2 {
    font-weight: 600;
}
.elson-content-container p {
    line-height: 150%;
}
.elson-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 200px;
}
.elson-image-bg-1 {
    background-image: url('https://static-files.bgwgroup.com.au/theme-sam/img/supplier-directory/elson/landing-page/images/cnw-elson-tools.webp');
}
.elson-image-bg-2 {
    background-image: url('https://static-files.bgwgroup.com.au/theme-sam/img/supplier-directory/elson/landing-page/images/cnw-elson-tools-bg.webp');
}
.elson-image-bg-3 {
    background-image: url('https://static-files.bgwgroup.com.au/theme-sam/img/supplier-directory/elson/landing-page/images/cnw-elson-innovation.webp');
}
.elson-product-container {
    padding-bottom: 20px;
}
.elson-products-intro {
    background-color: rgba(35, 137, 61, 0.2);
}
.elson-intro-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 15px;
}
.elson-cert {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.swiper-slide {
    border-radius: 25px;
    overflow: hidden;
}
.swiper-slide-product-title h3 {
    font-size: 16px !important;
    color: #060500 !important;
}
.swiper-slide-product-description ul {
    padding-inline-start: 20px;
}
.swiper-slide-product {
    justify-content: space-between !important;
}
.swiper-slide-product-btn {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}
.elson-footer {
    background-color: var(--white);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px 20px;
    gap: 10px;
}
.elson-social-links {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.elson-social-links .btn {
    padding: 0px;
    width: 30px;
    height: 30px;
    border: 0px;
}
.elson-social-links .btn img {
    width: 100%;
}


@media screen and (max-width: 450px) {    
    .elson-info-column {
        width: 100%;
    }
    .reverse {
        flex-direction: column-reverse;
    }
}

@media screen and (min-width: 451px) and (max-width: 850px) {
    .elson-info-column {
        width: 100%;
    }
}