@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700;800&display=swap');
* {
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Roboto Slab', serif;
    box-sizing: border-box;
}
h1{
    font-size: 1.8rem;
}

h2{
    font-size: 1.2rem;
}

.container {
    width: 100%;
}

.heading-first{
    font-width: 700;
}
.list-style{
    display: flex;
    align-items: center;
}
.content-image{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.image-style {
    height: 49rem;
    width: 25rem;
    border: 3px solid #343a40;
    border-radius: 10px;
}
.content{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 29rem;
}

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

}

@media (max-width: 575px) {
    .content{
        width: 100%;
        padding: 1rem;
    }
    .image-style {
        height: 42rem;
        width: 21rem;
    }
    h1{
        font-size: 1.59rem;
    }
    .list-style,h2 span{
        font-size: 1.2rem;
    }
}

@media (max-width: 390px) {
    .content{
        width: 100%;
        padding: 1rem;
    }
    .image-style {
        height: 35rem;
        width: 18rem;
    }
    h1{
        font-size: 1.4rem;
        font-width: bolder;
    }
    .list-style,h2 span{
        font-size: .9rem;
    }
    .header-style-four{
        font-size: 0.8rem;
    }
}
