.section{
    max-width: 1200px;
    margin: auto;
}

.section1{
    margin-top: 50px;
    display: flex;
    gap: 40px 66px;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

h3 {
    margin:0;
}

.container{
    overflow:hidden;
    border:3px solid #128ac9;
    border-radius:10px 35px 0px 0px;
    width:350px;
    height:270px;
}

.product-header{
    color:#fff;
    background-color:#128ac9;
    font-size:1.2rem;
    padding:5px;
}

.product{
    width: 250px;
}

.modulcatalog {
    font-size:18px;
    text-decoration:none;
    color:#128ac9;
    font-weight:bold;
}