﻿/*
    The file should be the same as the one on MXP365 for consistency
*/

.ad-agile {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    background-color: rgba(255,255,255,1);
}

.ad-agile .ad-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ad-agile-text-container {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    padding: 30px !important;
}

.ad-title-content {
    font-size: 45px;
    color: rgba(38, 62, 106, 1);
    font-family: "SourceSansPro-Regular";
    margin-bottom: 0px !important;
}

.ad-text-content {
    font-size: 25px;
    color: rgba(38, 62, 106, 1);
    font-family: "SourceSansPro-Regular";
    font-weight: normal;
}

.ad-agile-text-container p {
    padding: 0px !important;
    margin: 0px !important;
}
