.perfects5 .adns2_container{
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.perfects5 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 90px 0;
}

.perfects5 .title {
    font-weight: 500;
    font-size: 48px;
    line-height: 54px;
    text-align: left;
}

.perfects5 .description {
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #5A5C70;
}

.perfects5 .items {
    position: relative;
    width: 100%;
    display: flex;
    gap: 30px;
}

.perfects5 .items_left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.perfects5 .items_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.perfects5 .item {
    flex: 1 1 0;
    border: solid #d4def9 1px;
    border-radius: 30px;
}

.perfects5 .item_content {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 25px;
    border-radius: 30px;
    min-height: 300px;
    background: #fff;
    height: 100%;
    justify-content: start;
}


.perfects5 .item_3 .item_content {
    min-height: 450px;
}

.perfects5 .item_4 {
    width: 110%;
    padding-top: 20px;

}

.perfects5 .image {
    width: 100%;
    /* aspect-ratio: 10/9; */
    height: 342px;
}

.perfects5 .image img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
}

.perfects5 .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 115.04%;
    letter-spacing: 0.02em;
    color: #5A5C70;
    text-align: left;
    width: 100%;
    padding: 0px 20px 40px 20px;
}

.perfects5 .text_title {
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    text-transform: capitalize;
    color: #032279;
    text-align: left;
    width: 100%;
    padding: 0px 20px;
}
.perfects5 .btn3 {
    justify-content: end;
    margin-bottom: 8px;
    padding: 0;
}
.perfects5 .btn3 a{
    color: #032279;
    border: 1px solid #032279;
    padding: 9px 42px;
    border-radius: 35px;
}

/*313/289*/
@media (max-width: 991px) {
    .perfects5 .title {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 0px;
        font-weight: 600;
    }

    .perfects5 .description {
        font-size: 18px;
        line-height: 24px;
    }

    .perfects5 .items_scroll {
        overflow-x: auto;
        overflow-y: hidden;
        margin: 0 -16px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .perfects5 .items_scroll::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }


    .perfects5 .items {
        flex-direction: row;
        width: max-content;
        padding: 0 16px;
    }

    .perfects5 .text_title {
        font-size: 22px;
        line-height: 28px;
        min-height: auto;
    }



    .perfects5 .item_content {
        padding: 0;
        gap: 10px;
        border-radius: 30px;
        min-height: 180px;
        max-width: 300px;
    }

    .perfects5 .text {
        text-align: left;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        padding: 0px 20px 20px 20px;
    }

    .perfects5 .item_3 .item_content {
        min-height: 300px;
    }

    .perfects5 .image{
        height: 278px;
    }
    
    .perfects5 .image img {
        border-radius: 14px;
    }

    .perfects5 .item_3 {
        padding-top: 50px;
    }

    .perfects5 .item_4 {
        width: 100%;
        padding-top: 0px;
    }
     .perfects5 .adns2_container .navigation-buttons{
         display: block;
     }
    .perfects5 .btn3 {
        width: 100%;
        padding: 0;
    }
    .perfects5 .btn3 a{
        width: 100%;
        text-align:center;
    }
}
