/* MARKETS */

#markets {
    padding: 60px 0 160px;
}
#markets .logo > img {
    max-width: 93px;
}
#markets .logo {
    display: inline-block;
    margin: auto 30px 10px auto;
}
.section-header-main {
    max-width: 1083px;
}
.market-card,
.market-card-inner {
    min-height: 400px;
}
.market-card-content {
    padding: 15px;
	flex: 1;
}
.market-card-img {
    padding-top: 66%;
}
.market-card:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%,50%) rotate(45deg) translateZ(0) translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 2px #3DBED6 solid;
    background-color: #F0F0F0;
    z-index: 2;
    height: 60px;
    width: 60px;
}
.market-card-cta .market-card-inner {
    padding: 55px 25px 35px;
}
.market-card-cta .market-card-inner > * {
    z-index: 1;
    position: relative;
}
.market-card-cta .market-card-inner::before {
    background-image: url('/wp-content/uploads/2023/09/cta-logo-fade.png');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 90px);
    width: calc(100% - 60px);
    background-size: contain;
    content: '';
    background-repeat: no-repeat;
    background-position: center right;
}

@media(max-width: 767px) {
    #markets .section-header.icon-section-header > .d-flex {
        flex-direction: column;
    }
    #markets .section-header.icon-section-header .justify-content-end {
        justify-content: flex-start !important;
    }
    #markets .logo {
        margin: auto 0 30px 0;
    }
}