.ny_pb_module.ny_pb_image {
    background-color: #00a3da;
    text-align: center;
}
.ny_pb_element_size_small  .ny_pb_module.ny_pb_image {
    padding: 15% 25%;
}

.ny_pb_module.ny_pb_text {
    font-size: 12px;
    padding: 30px 0;
    width: 80%;
    text-align: center;
    box-shadow: 0 14px 22px 0 rgba(0,0,0,0.13);
    overflow: hidden;
    background: #fff;
    margin: -70px auto 0;
    z-index: 1;
    position: relative;
}

.ny_pb_module.ny_pb_text h2 {
    font-size: 22px;
}

.ny_pb_title_divider {
    width: 60%;
    height: 1px;
    margin: 10px 20% 20px;
    background: #ebebeb;
    box-sizing: border-box;
}
.ny_pb_module.ny_pb_text p > a.ny_pb_link {
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 2.4px;
    position: relative;
    width: 75%;
    display: inline-block;
}
.ny_pb_module a.ny_pb_link:after{
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    background: url(../img/arrow_white.png) no-repeat #ebebeb;
    background-position: center;
    transition: all 200ms ease;
}

.ny_pb_module.ny_pb_text p > a.ny_pb_link:hover {text-decoration: none;}
.ny_pb_module a.ny_pb_link:hover:after {background-color: #f26f56;}
.ny_pb_module.ny_pb_image img {width: 100%;object-fit: contain;}
.ny_pb_element {display: inline-block;}