body{
    font-family: 'Josefin Sans', sans-serif;
}
.crazy4 {
    overflow: hidden;
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 4em 0;
}

.crazy4	h3.tittle-w3l4 {
    font-size: 3em;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5rem;
    letter-spacing: 4px;
}

.crazy4	.blog{
    width: 100%;
    display: inline-block;
}
.crazy4	.blog:hover .blog1{
    transform: scale(1.2);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.crazy4	.blog:hover .blg-dsc{
    color: grey;
}
.crazy4	.img-blg{
    width: 100%;
    height: 430px;
    overflow: hidden;
}
.crazy4	.blog1{
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.crazy4	.blg_content{
    width: 100%;
    height: 200px;
    display: block;
    padding: 1em 2em;
}
.crazy4	.part1_content{
    width: 100%;
    min-height: 100px;
    display: block;
}
.crazy4	.blg-ttl1{
    color: grey;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 0em;
    padding-top: 0em;
}
.crazy4	.blg-ttl{
    color: grey;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 0em;
    padding-top: 1em;
}
.crazy4	.blg-dsc1{
    color: black;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 25px;
}
.crazy4	.blg-dsc{
    color: black;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 25px;
}

.crazy4	.art_mg{
    height: 110px;
    width: 100%;
    overflow: hidden;
}
.crazy4	.part1_content {
    margin-bottom: 3em;
}
.crazy4	.part-1{
    cursor: pointer;
}

.crazy4	.part-1:hover .blog1{
    transform: scale(1.2);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.crazy4	.part-1:hover .blg-dsc1{
    color: grey;
}
.crazy4	.view_all_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.crazy4	.vw-al{
    padding: 1.3em 2.5em;
    color: black;
    border: 1px solid black;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.crazy4	.vw-al:hover{
    color: white;
    text-decoration: none;
    background: black;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

@media screen and (min-width: 667px) and (max-width: 1080px){
    .crazy4	.blg-ttl1{
        color: grey;
        font-size: 12px;
        letter-spacing: 1px;
    }
    .crazy4	.blg-ttl{
        color: grey;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding-bottom: 0em;
        padding-top: 1em;
    }
    .crazy4	.blg-dsc1{
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 22px;
    }
    .crazy4	.blg-dsc{
        color: black;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 1px;
    }

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

    .crazy4	h3.tittle-w3l4 {
        font-size: 1.7em;
        color: #000;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 5rem;
        letter-spacing: 4px;
    }
    .crazy4	.img-blg{
        height: 300px;
    }
}
