*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
}

.container{
    max-width: 1300px;
}
body{
    font-family: 'Ruberoid';
    font-weight: normal;
    font-style: normal;
    line-height: 32px;
    font-size: 18px;
    color:white;
}
section{
    padding-top: 150px;
    padding-bottom: 150px;
}
a{
    transition: .2s;
    color:white;
    text-decoration: none;
}
h1{
    color:white;
    font-size: 70px;
    font-weight: 600;
    line-height: 82px;
    margin-bottom: 21px;
}
h2{
    color:#232427;
    font-size: 52px;
    font-weight: 600;
    line-height: 64px;
    margin-bottom: 21px;
}
h3{
    color:#232427;
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 0;
}
h3 span{
    font-size: 92px;
    color: #c10c05;
    font-family: 'RF Dewi';
    font-weight: bold;
}
p{
    color:white;
    font-size: 24px;
    line-height: 42px;
    font-weight: normal;
}
a:hover{
    opacity: .888;
    color:white;

}
button:hover{
    opacity: .888;

}

ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
button{
    border:none;
    background: none;
}
input{
    background: #f3f5f8;
    border: none;
    outline: none;
    height: 42px;
    width: 100%;
    padding: 0  15px;
}
.breadcrumbs-list{
    flex-wrap: wrap;
}
@media (max-width: 576px){

    h1{
        font-size: 36px;
    }
    h2{
        font-size: 36px;
    }
    .section-breadcrumbs{
        padding-top: 10px!important;
    }
    .breadcrumbs-list li{
        display: flex;
        align-items: center;
    }
}
.ct-widget .ct-tool{
    color: #de4545;
}
.ct-widget.ct-toolbox{
    backdrop-filter: blur(4px);
}
.ct-widget.ct-toolbox{
    border-radius: 13px!important;
}
