:root{
    --ff1: "Poppins", sans-serif;
    --ff2: "DM Sans", sans-serif;
}
h1,h2,h3,h4,h5{
    font-family: var(--ff1);
}
body, button, textarea, form, input{
    font-family: var(--ff1);
}
main {
    background-image: url(../bg_tool.png);
    background-size: 82%;
    background-position: 160% 100%;
    background-repeat: no-repeat;
}
main h1{
    font-size: 76px;
    line-height: 1;
    padding-bottom: 5px;
    color: #1f58b6;
}
.main_heading{
    max-width: 700px;
}
.main_heading h4{
    font-size: 30px;
}
.cusbtns:not(:last-child){
    margin-top: 30px;
}
.cusbtns .btn {
    margin-bottom: 17px;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 32px;
    border-radius: 11px;
    background-color: #f2f6ff;
    color: #1952ae;
    border: 1px solid #1952ae;
}
.cusbtns .btn i{
    font-size: 22px;
}
.cusbtns .btn:hover {
    background-color: #1952ae;
    color: #fff;
}