.main-page{
    margin: 0;
}
.header{
    position: fixed;
}
.help{
    width: 100%;
}
.help--top-content{
    background: var(--yellow);
    min-height: 50vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

    padding-top: 110px;
}
.help--icons{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    direction: rtl;
    margin-bottom: 55px;
}
.help--icons li{
    margin: 0 2.5%;
}
.help--icons li i {
    font-size: 75px;

}
.help--icons li i:before{
    color: #000;
}
.help--bottom-content{
    height: 62vh;
}
.help--text{
    color: #fff;
    font-size: 2.2rem;
}
.logo-help{
    display: flex;
    margin: auto;
    height: 50%;
    align-items: center;
    padding: 0 27%;

}
.logo-text{
    font-size: 1.2rem;
    color: #666666b5;
    padding-left: 44px;
}
.logo-small{
    width: 700px;
    margin-bottom: 40px;
}
.logo-small img{
    width: 100%;
    max-width: 260px;
    min-width: 255px;
}
.help-action{
    display: flex;
    justify-content: space-between;
    background: #ccc;
    height: 50%;

    padding: 0 10%;
}
.help-action-left{
    padding: 0 10% 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.help-action-left p{
    font-size: 1.2rem;
    color: #000;
    font-family: explenus-Bold;
}
.help-action-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.help-action-right .btn-factor:first-child{
    margin: 20px 0 20px;
}
.show-more{
   margin-top: 35px;
}
.help--minim{
    min-height: 65vh;
    background-image: url("../../img/image/help-detail.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}
.help--minim .btn-factor{
    display: block;
    position: absolute;
    width: 450px;
    height: 80px;
    line-height: 80px;
    font-size: 35px;
    bottom: 50%;
    right: 50%;
    letter-spacing: 5px;
    background: var(--yellow);
    border: 1px solid var(--yellow);
    transform: translate(50%, 50%);
}
.help--minim .btn-factor:hover{
    background: #fff;
    border: 1px solid #fff;
}
@media screen and (max-width: 700px){
    .main-page {
        margin:100px auto 0 !important;
    }
}
@media screen and (max-width: 375px){
    .main-page {
        margin: 0 auto !important;
    }
}