.widget-web-form-2 {
    display: block;
    position: relative;
    background: url("images/Rectangle_10.svg") center/cover no-repeat;
    height: 492px;
    min-width: 100%;
    width: 100%;
}

.widget-web-form-2-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.widget-web-form-2-rectangle {
    position: absolute;
    width: 501px;
    height: 253px;
    top: 0;
    left: 284px;
    background: #151E30;
}

.widget-web-form-2-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 50px;
    left: 53px;
    width: 307px;
    white-space: nowrap;
}

.widget-web-form-2-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #fff;
    position: absolute;
    top: 87px;
    left: 53px;
    width: 398px;
}

.widget-web-form-2-button {
    width: 204px;
    height: 46px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
    color: #151E30;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    top: 157px;
    left: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0;
}

.widget-web-form-2-button:hover {
    background: transparent;
    color: #FFFFFF;
}

@media (max-width: 1599px) {
    .widget-web-form-2 {
        height: 450px;
    }

    .widget-web-form-2-rectangle {
        width: 450px;
        height: 230px;
        left: 200px;
    }

    .widget-web-form-2-title {
        top: 45px;
        left: 45px;
        width: 280px;
    }

    .widget-web-form-2-description {
        top: 80px;
        left: 45px;
        width: 360px;
    }

    .widget-web-form-2-button {
        top: 145px;
        left: 45px;
    }
}

@media (max-width: 1279px) {
    .widget-web-form-2 {
        height: 400px;
    }

    .widget-web-form-2-rectangle {
        width: 400px;
        height: 200px;
        left: 150px;
    }

    .widget-web-form-2-title {
        top: 40px;
        left: 40px;
        width: 250px;
        font-size: 20px;
        line-height: 24px;
    }

    .widget-web-form-2-description {
        top: 75px;
        left: 40px;
        width: 320px;
        font-size: 13px;
        line-height: 16px;
    }

    .widget-web-form-2-button {
        top: 130px;
        left: 40px;
        width: 190px;
        height: 44px;
        font-size: 15px;
        line-height: 40px;
    }
}

@media (max-width: 1023px) {
    .widget-web-form-2 {
        height: 380px;
    }

    .widget-web-form-2-rectangle {
        width: 450px;
        height: 220px;
        left: 50%;
        transform: translateX(-50%);
        top: 80px;
        background: rgba(21, 30, 48, 0.8);
    }

    .widget-web-form-2-title {
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 350px;
        text-align: center;
        white-space: normal;
    }

    .widget-web-form-2-description {
        top: 85px;
        left: 50%;
        transform: translateX(-50%);
        width: 380px;
        text-align: center;
    }

    .widget-web-form-2-button {
        top: 140px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .widget-web-form-2 {
        height: 350px;
    }

    .widget-web-form-2-rectangle {
        width: 400px;
        height: 200px;
        top: 75px;
        background: rgba(21, 30, 48, 0.8);
    }

    .widget-web-form-2-title {
        width: 320px;
        top: 35px;
        font-size: 18px;
        line-height: 22px;
    }

    .widget-web-form-2-description {
        width: 340px;
        top: 65px;
        font-size: 13px;
        line-height: 16px;
    }

    .widget-web-form-2-button {
        top: 125px;
        width: 180px;
        height: 44px;
        font-size: 14px;
        line-height: 40px;
    }
}

@media (max-width: 479px) {
    .widget-web-form-2 {
        height: 320px;
    }

    .widget-web-form-2-rectangle {
        width: 320px;
        height: 180px;
        top: 70px;
        background: rgba(21, 30, 48, 0.8);
    }

    .widget-web-form-2-title {
        width: 260px;
        top: 30px;
        font-size: 16px;
        line-height: 20px;
    }

    .widget-web-form-2-description {
        width: 280px;
        top: 55px;
        font-size: 12px;
        line-height: 15px;
    }

    .widget-web-form-2-button {
        top: 105px;
        width: 160px;
        height: 42px;
        font-size: 13px;
        line-height: 38px;
    }
}

@media (max-width: 374px) {
    .widget-web-form-2 {
        height: 300px;
    }

    .widget-web-form-2-rectangle {
        width: 280px;
        height: 160px;
        top: 70px;
        background: rgba(21, 30, 48, 0.8);
    }

    .widget-web-form-2-title {
        width: 230px;
        top: 30px;
        font-size: 14px;
        line-height: 18px;
    }

    .widget-web-form-2-description {
        width: 250px;
        top: 55px;
        font-size: 11px;
        line-height: 14px;
    }

    .widget-web-form-2-button {
        top: 100px;
        width: 150px;
        height: 40px;
        font-size: 12px;
        line-height: 36px;
    }
}