*{
    box-sizing: border-box;
}
body{
    background-color: #fff !important;
}
a{
    transition: all ease-in-out 0.3s;
}
p a{
    text-decoration: underline !important;
}
.elementor-menu-toggle:focus{
    color: #000 !important;
}
.elementor-menu-toggle:focus svg{
    fill: #000 !important;
}
header nav.elementor-nav-menu--dropdown{
    top: 50px !important;
}
.elementor-button{
    transition: all ease-in-out 0.3s;
}
.elementor-button:hover{
    transform: translateY(-8px);
}
.light-bg-gradient {
    background-color: transparent;
    background-image: linear-gradient(180deg, #F2F7FB 0%, #FFFFFF 100%);
}
.content-container h5 {
    margin-bottom: 10px;
}
.content-container h5:not(:first-child){
    margin-top: 30px;
}