.section-catalog{
    width: 55%;
    height: 500px;
    background-color: none;
    margin: 0 auto;
    margin-top: 2rem;
}

.bg_catalog_section{
    background-color: none;
    width: 100%;
    display: flex;
    padding: 50px;
    border-radius: 40px;
    margin: 0 auto;
}

.bg_catalog_section img{
    width: 350px;
    border-radius: 30px;
}

.text_catalog_section{
    padding: 20px;
    padding-top: 50px;
}

.text_catalog_section h2{
    color: #EFA654;
    text-shadow: 0 2px 2px #0000001e;
}

.text_catalog_section p{
    margin-top: 0.5rem;
}

.text_catalog_section button{
    margin-top: 2rem;
}

@media (max-width: 1024px){
    .section-catalog{
        width: 90%;
    }
}
@media (max-width: 768px) {
    .bg_catalog_section{
        padding: 20px;
    }
    .bg_catalog_section img{
        height: 300px;
        margin-top: 1rem;
    }
}
@media (max-width: 425px) {
    .bg_catalog_section{
        display: block;
        padding-top: 10rem;
    }
    .section-catalog{
        width: 90%;
        margin-top: 20rem;
        margin-right: 3rem;
    }
    .bg_catalog_section img{
        margin-top: 1rem;
        width: 300px;
        height: 300px;
    }
}
@media (max-width: 375px) {
    .bg_catalog_section img{
        margin-right: 0.1rem
    }
    .section-catalog{
        width: 90%;
        margin-top: 20rem;
        margin-right: 1rem;
    }
    .bg_catalog_section{
        padding-top: 7rem;
    }
}
@media (max-width: 320px) {
    .bg_catalog_section{
        padding: 10px;
        padding-top: 8rem;
    }
    .bg_catalog_section img{
        margin-right: -1rem;
    }
}