.s-custom-button {
    padding: 0 20px 60px;
}
.custom-button {
    height: 91px;
    max-width: 586px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 40px;
    font-weight: 200;
    line-height: 20px;
    text-align: center;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 20px 0px #FFFFFF;
    background:  linear-gradient(270deg, #E3B407 0%, #FFEECB 81.98%);
    transition: .5s;
    margin: auto;
    border-radius: 4px;
    direction: rtl;
}
.custom-button img {
    transition: .5s;
    margin-right: 10px;
    max-height: 100%;
}
.custom-button.e1 img {
    width: 54px;
}
.custom-button span {
    transition: .5s;
}
.custom-button span.custom-button-t1 {
    transition: .5s;
    font-size: 36px;
    /*font-weight: 300;*/
    line-height: 20px;
    text-align: center;
    margin-right: 12px;

}
.custom-button span.custom-button-t2 {
    transition: .5s;
    font-size: 14px;
    /*font-weight: 300;*/
    line-height: 15px;
    text-align: center;
}
.custom-button:hover {
    color: #000;
    background:  linear-gradient(270deg, #E3B407 0%, #E3B407 81.98%);
    box-shadow: initial;
    /*font-weight: 700;*/
}

.custom-button.e1:hover img {
    margin-right: 20px;
}
.custom-button.e1:hover span {
    margin-left: 10px;
}
.custom-button:hover span.custom-button-t1 {
    /*font-weight: 500;*/
    margin-right: 18px;
}
.custom-button:hover span.custom-button-t2 {
    /*font-weight: 500;*/
}

.custom-button.e2:hover img {
    margin-right: 30px;
    transform: rotate(20deg);
}
.custom-button.e2:hover span {
    margin-left: 10px;

}
.custom-button.e3 {
    line-height: 1;
}
.custom-button.e3 .custom-button-title {
    display: inline-block;
    margin-top: -4px;
    margin-left: 20px;
}
.custom-button.e3 span.custom-button-t1 {
    margin-right: 2px;
    margin-left: 5px;
}
.custom-button.e3 img {
    margin-right: 5px;
}
.custom-button.e3:hover span.custom-button-title {
    /*font-size: 44px;*/
    transform: scale(1.1);

}
.custom-button.e3:hover img {

    transform: rotate(-20deg);
}

@media (max-width: 1199px) {
    .custom-button {
        height: 70px;
        font-size: 32px;
    }
    .custom-button span.custom-button-t1 {


    }
    .custom-button span.custom-button-t2 {

    }
}
@media (max-width: 743px) {
    .custom-button {
        max-width: 250px;
        /*height: 50px;*/
        height: 60px;
        font-size: 20px;
    }
    .custom-button span.custom-button-t1 {

        font-size: 20px;
        line-height: 1;
    }
    .custom-button span.custom-button-t2 {
        font-size: 8px;
        line-height: 1;
    }
    .custom-button.e3 {
        flex-wrap: wrap;
    }
    .custom-button.e3 .custom-button-title {
        width: 100%;
        order: -1;
        margin-bottom: -13px;
    }
    .custom-button.e3 img {
        height: 26px;
        width: 30px;
    }

    .custom-button.e1 img {
        margin-right: 9px;
        max-height: 39px;
    }
    .custom-button.e2 img {
        margin-right: 12px;
        max-height: 32px;
    }

}