h5 {
    margin: 0;
}

h3 {
    margin: 0;
}

.main-title {
    display: flex;
    padding: 60px 20px 20px 20px;
    justify-content: space-around;
}

.cat-img-block {
    position: relative;
    vertical-align: top;
    padding-bottom: 38px;

}

.cat-img {
    position: relative;
    width: 40%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.catbox1 {
    background: #A8BF89;
    width: 900px;
    max-width: 100%;
    border-radius: 50px;
    padding: 30px 30px 30px 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 16px auto;
    position: relative;
    gap: 24px;

}

.catbox2 {
    background: #FBF5DA;
    width: 900px;
    max-width: 100%;
    border-radius: 50px;
    padding: 30px 36px 30px 30px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin: 16px auto;
    position: relative;
    gap: 24px;
}

.cat-card,
.point1 {
    margin: 0;
    padding: 0;
}

.background3 {
    padding-left: 0px;
    padding-right: 0px;
}

.cat-info-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    width: 80%;
}



.cathand1 {
    position: absolute;
    top: 140px;
    right: 70px;
    transform: translateY(-50%);
    width: 80px;
    height: auto;
}





@media screen and (max-width: 1150px) {
    .catbox1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .catbox2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


}

@media screen and (max-width: 1070px) {
    .cathand1 {
        top: 38px;
        right: 24px;
        width: 50px;
        height: auto;
        transform: none;
    }

    .cat-img-block {
        padding-bottom: 0;
    }
}

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

    .catbox2,
    .catbox1 {
        padding: 0;
        margin: 0;
        border-radius: 0;
        padding-top: 50px;
        padding-bottom: 50px;

    }
}

@media screen and (max-width: 750px) {
    .catbox1 {
        border-radius: 0;
        margin-left: calc(-50vw + 50%);
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 0;
        box-sizing: border-box;

    }
}


@media screen and (max-width: 700px) {
    .catbox1 {
        border-radius: 0;
        margin-left: calc(-50vw + 50%);
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 0;
        box-sizing: border-box;

    }

    .cat-img-block {
        padding-bottom: 0;
    }

    .catbox2 {
        border-radius: 0;
        margin-left: calc(-50vw + 50%);
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        box-sizing: border-box;
    }

    .cat-img-block {
        margin: 0;
        margin-bottom: 0;
    }

    .cathand1 {
        top: 40px;
        right: 24px;
        width: 30px;
        height: auto;
        transform: none;
    }
}