  .custom_type1 {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    
}

    .custom_type1 .custom_box p {
        text-align: center;
        font-size: 2rem;
        color: #fff;
        letter-spacing: 0.3rem;
        
    }
    .custom_type1 .custom_box .custom_p {
        padding-top: 120px;
    }

    .custom_type1 .custom_box .custom_title {
        color: #ffd8a7;
        font-weight: 700;
        font-size: 3.125rem;
        text-align: center;
        margin-bottom: 0;
        letter-spacing: 0.3rem;
        line-height: inherit !important;

        padding-bottom: 120px;
    }
    .custom_type1 a.custom_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }