.microsite{
    padding-bottom: 40px;
    .section_header {
        padding-bottom: 20px;
        h4 {
            font-size: 26px;
            font-weight: 500;
            color: $black;
            border-bottom: 2px solid $primaryColor;
            display: inline-block;
            padding: 10px 0;
        }
        p{
            font-size: 14px;
            color: $text;
            font-weight: 400;
            line-height: 24px;
            padding-top: 10px;
        }
        
    }
.microsite_wrapper{
    .micro_card{
        padding: 40px 20px 60px;
        background-color: $white;
        box-shadow: 1px 0.532px 1px 1px rgba(0,0,0,0.2);
        border-radius: 10px;

        .micro_img{
            img{
                width: 90px;
                height: 90px;
            }
        }
        .micro_text{
            h3{
                font-size: 22px;
                color: $text;
                font-weight: 500;
                line-height: 32px;
                padding-top: 10px;  
            }
            .micro_btn{
                margin-top: 30px;
                a{
                    padding: 13px 25px;
                    color: $white;
                    background-color: $primaryColor;
                    font-size: 16px;
                    font-weight: 400;
                    border-radius: 7px;
                }
            }
        }
    }
}
}