﻿.wBrandedSection {
    min-height: 250px;
    border-radius: 20px;
}

.wBrandedSection__image {
    height: 125px;
    width: auto;
}

.wBrandedSection__header {
    font-size: 40px;
    line-height: 61.88px;
}

@media (min-width: 1200px) {
    .wBrandedSection__image {
        height: 150px;
        width: auto;
    }
}

@media (min-width: 1400px) {
    .wBrandedSection__image {
        height: 175px;
        width: auto;
    }
}

@media (max-width: 768px) {
    .wBrandedSection {
        border-radius: unset;
    }
}
