.stamps_slider{
    display: flex;
}

.stamps_slider > div *{
    font-family: Rubik;
    line-height: normal;
}

.stamps_slider > div h3{
    color: #414979;
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
}

.stamps_slider > div:first-child{
    position: relative;
    width: 700px;
}

.stamps_slider > div:first-child > *{
    text-align: center
}

.stamps_slider > div:last-child{
    margin-top: 125px;
    width: 450px;
}

.stamps_slider > div:last-child > * {
    text-align: right;
}

.stamps_slider > div:last-child > p {
    color: #828282;
    font-size: 16px;
    text-align: justify;
}

.nav_buttons {
    height: 65px;
    position: absolute;
    top: 44%;
    width: 100%;
}
.nav_buttons .prev,
.nav_buttons .next {
    color: #b2afcc;
    cursor: pointer;
    font-family: arial;
    font-size: 60px;
    height: 65px;
    line-height: 55px;
    position: absolute;
    transform: scaleY(0.8);
    transition: .2s;
    width: 45px;
}
.nav_buttons .prev { left: 20px; }
.nav_buttons .next { right: 20px; }
.nav_buttons .prev:active { left: 17px; }
.nav_buttons .next:active { right: 17px; }

.slider_buttons{
    align-items: center;
    display: flex;
    justify-content: center;
}

.slider_buttons > p{
    background: #292e4b;
    border: 2px solid #292e4b;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 40px;
    margin-right: 20px;
    margin-top: 40px;
    padding: 5px 0px;
    text-align: center;
    width: 120px;
}

.slider_buttons > p:hover{
    background: #505087;
}

.slider_container {
    margin-bottom: 40px;
    height: 500px;
    width: 700px;
}

.slider_stamps_image {
    opacity: 0;
    position: absolute;
    transition: 0.5s;
    width: 100%;
}

.slider_stamps_image.active {
    opacity: 1;
}



/*  */

.making_stamps{
    background:url("/images/site/making_stamp_bg.png") no-repeat top -90px left;
    padding: 60px 0 50px;
}

.making_stamps > div > div:first-child{
    padding-right: 500px;
    position: relative;
}

.making_stamps > div > div:first-child *{
    font-family: Rubik;
}

.making_stamps > div > div:first-child h3{
    color: #414979;
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
}

.making_stamps > div > div:first-child p{
    color: #828282;
    font-size: 16px;
    text-align: justify;
}

.making_stamps_example{
    position: absolute;
    right: -20px;
    top: 55px;
}


.making_stamps > div > div:last-child{
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    width: 100%;
}

.making_stamps > div > div:last-child > * {
    margin-right: 20px;
}