	.banner_try_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.banner_try {
    padding: 20px;
    position: relative;
}

.banner_try img {
    width: 100%;
}

.banner_try .abanner {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    color: #0078aa;
    position: absolute;
    right: 0px;
    left: 0px;
    overflow: hidden;
    text-align: center;
    margin: auto;
    bottom: 40px;
    background: white;
    width: 86%;
    padding: 5px;
}