/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
@media (max-width: 1024px) {
    .d-s-none{
        display: none !important;
    }
    .main-about__text{
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 1025px) {
    .d-l-none{
        display: none !important;
    }
}
.fade.in {
    opacity: 1;
}
.alert .close {
    padding: 0;
}