* {
    font-weight: 500;
}
h1 {
    background: linear-gradient(180deg, #f77531, #ffa927);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 44px;
    font-weight: 700;
}
h2, h3{
    font-weight: 700;
}
h2 {
    background: linear-gradient(180deg, #f77531, #ffa927);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
}
h3 {
    font-size: 24px;
}
.fs-20 {
    font-size: 20px;
}
.img-box-logo {
    box-shadow: 0px 0px 15px 0px #00000026;
    border-radius: 1rem;
}
.fw-600 {
    font-weight: 600;
}
.box-shadow-content {
    box-shadow: 0px 0px 15px 0px #00000026;
    border-radius: 1rem;
}
.btn-linear {
    background: linear-gradient(180deg, #F77531 0%, #FFA927 100%);
    color: #fff;
    border-radius: 10rem;
    font-weight: 500;
}
.btn-linear:hover,
.btn-linear:focus {
    color: #fff;
    box-shadow: 0px 0px 5px 0px #FC952B !important;
}
.form-send-req .form-control {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10) !important;
    border: 2px solid transparent;
    padding: 1rem 1.5rem;
}

.form-send-req .form-control:focus {
    border: 2px solid #F77531;
}

.bg-pale-grey {
    background-color: #F9FAFC;
}
.box-shadow-content.bg-pale-grey {
    border: 1px solid #fff;
}
.block-contact {
    position: absolute;
    background-color: #fff;
    bottom: 0;
}
.link-a {
    color: #263238;
    font-weight: 600;
}
.link-a:hover,
.link-a i {
    color: #F77531;
    transition: 0.4s;
}

@media (max-width: 1199px) {
    .block-contact {
        position: relative;
        margin-top: 3rem;
    }
}
@media (max-width: 500px) {
    h1 {
        font-size: 30px;
    }
    .fs-20 {
        font-size: 16px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
}