.ta-banner {
    position: relative;
}
.ta-banner-img {
    width: 100%;
}
.ta-banner-content {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
}
.ta-banner-content h1 {
    color: #fff;
    font-family: "Gotham Bold";
    font-size: 25px;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}
.ta-main-content {
    padding: 0 30px;
}
.ta-main-content p {
    font-size: 11px;
    line-height: 14px;
}
/* Desktop Styes */
@media (min-width: 322px) {
    .ag-full-width .ag-site-width.training-articles {
        max-width: 1600px;
    }
    .ta-banner-content h1 {
        white-space: nowrap;
        font-size: 75px;
    }
    .ta-main-content {
        max-width: 900px;
        margin: 0 auto;
    }
    .ta-main-content p {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (min-width: 322px) and (max-width: 1300px) {
    .ta-banner-content h1 {
        font-size: 65px;
    }
}