.custom {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 1rem;
}

.custom_img1 {
    position: absolute;
    right: 0;
    top: 0;
}

.custom_img2 {
    position: absolute;
    left: 0;
    top: 0.84rem;
    z-index: 1;
}

.custom_cont {
    width: 1200px;
    margin: 0 auto;
    padding-top: 0.38rem;
}

.custom_item {
    position: relative;
    z-index: 2;
}

.custom_item:nth-of-type(odd) {
    margin-bottom: 1.57rem;
}

.custom_item:nth-of-type(even) {
    margin-bottom: 0.3rem;
}

.custom_item a {
    display: flex;
}

.custom_item:nth-of-type(even) a {
    flex-direction: row-reverse;
    padding-left: 0.7rem;
}

.custom_img {
    width: 6.8rem;
    height: 4.5rem;
}

.custom_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.custom_text {
    width: 6rem;
    height: 3.5rem;
    background: #FFFFFF;
    border: 1px solid #EDEEEF;
    padding: 0.3rem 0.4rem;
    box-shadow: 0 2px 10px 0 #E5E7E9;
}

.custom_item:nth-of-type(odd) .custom_text {
    margin-top: 1.6rem;
    margin-left: -1.5rem;
}

.custom_item:nth-of-type(even) .custom_text {
    margin-top: -0.62rem;
    margin-right: -1.5rem;
}

.custom_text_img {
    width: 0.6rem;
    height: 0.6rem;
    background: #F5CC2A;
    border-radius: 50%;
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_text_img img {
    width: 0.3rem;
    height: 0.3rem;
    object-fit: contain;
}

.custom_text_p1 {
    font-size: 30px;
    color: #2E3133;
    line-height: 36px;
    margin-bottom: 0.1rem;
}

.custom_text_p2 {
    font-size: 24px;
    color: #43484C;
    line-height: 36px;
    margin-bottom: 0.15rem;
}

.custom_text_p3 {
    font-size: 16px;
    color: #43484C;
    line-height: 25px;
    text-align: justify;
}

@media screen and (max-width: 800px) {

    
    .custom_cont {
        width: 90%;
        padding-top: 0.5rem;
    }

    .custom_img {
        width: 100%;
        height: auto;
    }

    .custom_text {
        width: 100%;
        height: auto;
        margin: 0 !important;
        padding: 0.3rem 0.25rem;
    }

    .custom .custom_item {
        margin-bottom: 0.3rem;
    }

    .custom_item:nth-of-type(even) a {
        padding-left: 0;
    }

    .custom_item a,
    .custom_item:nth-of-type(even) a {
        flex-direction: column;
    }

    .custom_item:nth-of-type(even) .custom_text {
        text-align: right;
    }

    .custom_item:nth-of-type(even) .custom_text_img {
        margin-left: auto;
    }
}