.aw-container {
    max-width: 1050px;
    margin: 100px auto 0;
    color: #474747;
    font-size: 16px;
}

.aw-date {
    position: relative;
    color: #8c0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}

.aw-date:not(:last-of-type) {
    margin-right: 30px;
}

.aw-date:not(:last-of-type)::after {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 2px;
    height: 20px;
    background: #bfbfbf;
    transform: skew(-24deg) translateY(-50%);
    content: '';
}

.aw-dates {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.aw-section {
    position: relative;
    padding: 70px 20px 30px;
    text-align: center;
    background: #fafafa;
    border-radius: 8px;
}

.aw-section-content {
    margin-bottom: 25px;
}

.aw-section-content-bold {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
}

.aw-section-img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 90%;
    transform: translate(-50%, -65%);
}

.aw-section-title {
    margin-bottom: 5px;
    color: silver;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.05;
}

@media (min-width: 1025px) {
    .aw-date {
        font-size: 30px;
    }

    .aw-date:not(:last-of-type)::after {
        height: 22px;
    }

    .aw-section {
        padding-right: 45px;
        padding-left: 45px;
    }
}
