
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap');

*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body{
    font-family: 'Poppins', sans-serif;
    background-color: hsl(0, 0%, 95%);
}

.container{
    max-width: 1200px;
    margin: 50px auto 88px auto;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.title{
    padding: 0px 290px 0px 290px;
    text-align: center;
    font-size: 20px;
}
.title1{
    font-weight: 200;
    color: hsl(234, 12%, 34%);
}
.title2{
    color: hsl(234, 12%, 34%);
}
.subtitle{
    margin-top: 10px;
    color: hsl(229, 6%, 66%);
    font-size: 18px;
}

.cards{
    margin: 32px 3px 20px 1.5px;
    display: flex;
    align-items: center;
}
.left{
    border-radius: 10px;
    border-top: 5px solid hsl(180, 62%, 55%);
    margin-right: 28px;
    padding-left: 32px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ctitle{
    margin-top: 32px;
    font-size: 22px;
    color:hsl(234, 12%, 34%);
}

.ctext{
    font-size: 15px;
    color: hsl(229, 6%, 66%);
    margin-top: 16px;
    margin-bottom: 45px;
    margin-right: 25px;
}
img{
    margin-left: 254px;
    padding-right: 29px;
}
.center{
    margin-right: 28px;
}

.top{
    border-radius: 10px;
    border-top: 5px solid hsl(0, 78%, 62%);
    padding-left: 32px;
    margin-bottom: 31px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.bottom{
    border-radius: 10px;
    border-top: 5px solid hsl(34, 97%, 64%);
    padding-left: 32px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.right{
    border-radius: 10px;
    border-top: 5px solid hsl(212, 86%, 64%);
    padding-left: 32px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media only screen and (max-width: 1024px) {
    
.container{
    margin: 1px auto 1px auto;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.title{
    padding: 2px 200px;
    text-align: center;
    font-size: 20px;
}

.cards{
    padding: 25px 1px;
    margin: 24px 24px;
    display: flex;
    align-items:center;
    max-width: 972px;
    max-height: 553px;
}

.c {
    max-width: 315px;
    max-height: 249px;
    border-radius: 10px;
    border-top: 5px solid hsl(180, 62%, 55%);
    padding: 10px 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-right: 12px;
}
img{
    margin-left: 210px;
    padding-right: 29px;
    margin-bottom: 30px;
}
.ctitle{
    margin-top: 15px;
    font-size: 22px;
    color:hsl(234, 12%, 34%);
}
.ctext{
    margin-right: 10px;
}
.center{
    margin-right: 1px;
}
.right{
    margin-right: 0px;
}

}

@media only screen and (max-width: 375px) {
    
    .container{
        text-align: left;
        margin: 90px auto 77px auto;
        display: flex;
        flex-direction: column;
        max-height: 1360;
    }
    .title{
        max-width: 297px;
        margin-bottom: 77px;
        padding: 0px;
        margin: 0px 39px 0px 39px;
    }
    .title1{
        font-size: 24px;
        padding: 0px;
        margin: 0px;
    }
    .title2{
        font-size: 24px;
    }
    .subtitle{
        font-size: 15px;
        margin-top: 22px;
    }
    .cards{
    max-width: 312px;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .left{
        margin-right: 0px;
        margin-bottom: 24px;
    }
    .ctitle{
        font-size: 20px;
    }
}