html {
    scroll-padding-top: 125px
}

.main-form-container {
    background: #fff;
    padding: 20px;
}

.header-small-menu li:nth-child(3) a {
    border-bottom: 2px solid #304345;
    padding-bottom: 5px;
}

.form-group input {
    width: 100%;
    border: none;
    background: #F4F7FA;
    height: 42px;
    color: #000;
}

.form-group label {
    position: absolute;
    margin-top: 12px;
    margin-left: 10px;
    font-weight: 100;
    transition: all .3s;
    color: #333;
}

.form-group.active label {
    font-size: 10px;
    background: #fff;
    margin-top: -7px;
    margin-left: 10px;
    padding: 0px 5px;
    color: #333;
}

.form-title {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 16px;
}

.btn.btn-gradient {
    border: none;
    background: linear-gradient(86.86deg, #6BC707 -6.46%, #B2D503 66.23%, #FAFF00 145.24%);
    color: #fff;
    transition: all .6s;
    height: auto;
    padding: 10px 20px;
}

.btn.btn-gradient:hover {
    border: none;
    background: linear-gradient(86.86deg, #6BC707 -6.46%, #B2D503 56.23%, #FAFF00 125.24%);
    color: #fff;
}

.btn.btn-black {
    border: none;
    background: #000;
    color: #fff;
    transition: all .6s;
    height: 42px;
    padding: 6px 20px;
}

.btn.btn-black:hover {
    border: none;
    background: #222;
    color: #fff;
}

.btn.btn-border {
    border: 1px solid #6BC707;
    padding: 10px 20px;
    color: #6BC707;
    border-radius: 0;
}

.rounded-tile {
    background-size: cover;
    border-radius: 15px;
    border: 1px solid #eaeaea;
    position: relative;
    margin-bottom: 30px;
    display: block;
    color: inherit;
    overflow: hidden
}

.rounded-tile .tile-content {
    position: absolute;
    width: calc(100% - 60px);
    top: 30px;
    left: 30px;
    font-size: 18px;
    font-weight: 500
}

.table-collapse tr {
    display: NONE
}

.table-collapse tr:nth-child(-n+10) {
    display: table-row
}


/* main ================== */

.main {
    display: flex;
    padding-top: 50px;
}

.main__title {
    color: rgb(40, 59, 60);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 82px;
    background: rgb(246, 247, 248);
    width: 50%;
}

.main__title-p {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
}

.main__title-span {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}

.main__title p {
    margin-bottom: 20px;
}

.main-form-container {
    background: url('images/main-bg.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    padding: 110px 200px;
}

.main-form-container form {
    max-width: 360px;
    background-color: #fff;
    padding: 40px 35px;
    width: 100%;
    max-width: 460px;
}

.form-title {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
}

.main-form-container__subtitle {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    color: rgb(136, 136, 136);
}

.main-form-container__subtitle a {
    color: rgb(40, 59, 60);
}

.main__btn {
    background: rgb(40, 59, 60);
    color: #fff;
}

@media (max-width: 1600px) {
    .main__title {
        font-size: 40px;
        padding-left: 42px;
        padding-right: 20px;
        max-width: 50%;
    }
    .main-form-container {
        padding: 40px;
    }
}

@media (max-width: 992px) {
    .main {
        flex-direction: column;
    }
    .main__title {
        padding: 40px;
        font-size: 32px;
        line-height: 1;
        justify-content: center;
        max-width: inherit;
        width: 100%;
    }
    .main__title-p {
        font-size: 34px;
    }
    .main__title-span {
        font-size: 15px;
    }
    .main-form-container form {
        max-width: inherit;
    }
}

@media (max-width: 768px) {
    .main__title {
        padding: 20px 10px;
    }
    .main-form-container {
        padding: 10px;
    }
    .main-form-container form {
        padding: 20px 10px;
    }
}


/* main ================== end*/


/* info-cards ================== */

.info-cards {}

.info-card {
    padding: 35px 30px;
    border-radius: 4px;
    background: rgb(246, 247, 248);
}

.info-card__btn {
    border-radius: 1px;
    background: rgb(255, 255, 255);
    text-align: center;
    color: rgb(40, 59, 60);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 16px 20px;
    width: 180px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
}

.info-card__btn:hover {
    background: #dddddd;
}

.tile-cards .info-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-cards.tile-cards.tile-cards-2 {
    grid-template-columns: 1fr 1fr;
}

.info-card__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 30px 0;
}

.info-card__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 0 0;
}

.info-card__text.info-card__text-link {
    color: white;
}

.info-card__text.info-card__text-link:hover {
    color: #219653 !important;
}

.info-cards.tile-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.info-card.info-card--accent {
    background-color: #219653;
    color: white;
    padding-bottom: 25px;
}

.info-card--sm {
    color: white;
    background: #304345;
    padding: 20px;
}

.info-card.info-card--accent img {
    max-width: 124px !important;
}

.g-col {
    display: grid;
    grid-template-rows: 285px 285px;
    gap: 20px;
}

.g-col.g-col--accent {
    grid-template-rows: 416px 154px;
}

.g-col.g-col--accent .info-card__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

.g-col.g-col-one {
    grid-template-rows: 1fr;
}

.g-col-one .list-form-form {
    position: relative;
}

.g-col-one .list-form-form img {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1600px) {
    .info-card {
        padding: 25px 20px;
    }
    .info-cards {
        gap: 18px;
        margin-bottom: 40px;
    }
    .g-col-one .list-form-form img {
        display: none;
    }
}

@media (max-width: 992px) {
    .info-cards.tile-cards {
        gap: 8px;
        grid-template-columns: 1fr;
    }
    .g-col {
        display: grid;
        grid-template-rows: 1fr 1fr;
        gap: 20px;
    }
    .g-col.g-col--accent {
        grid-template-rows: 2fr 1fr;
    }
    .info-card.info-card--accent img {
        display: none;
    }
    .info-card {
        padding: 15px 10px;
    }
    .info-card__title {
        font-size: 20px;
        font-weight: 500;
        line-height: 21px;
        margin: 0 0 15px 0;
    }
    .g-col {
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .tile-cards .info-card.info-card--accent {
        background-color: #219653;
        color: white;
    }
    .tile-cards.info-cards {}
    .info-card .info-card--accent img {
        max-width: 50%;
        display: block;
        margin: 0 auto;
    }
}


/* info-cards ================== end*/


/* online ===================*/

.online {
    margin-bottom: 80px;
    padding: 50px 20px;
    border-radius: 4px;
}

.online__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 55px;
}

.online__title span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.online__title span img {
    position: absolute;
    bottom: 0;
    left: -8px;
}

.online-item__arrow {
    padding-left: 90px;
}

.online__items {
    display: grid;
    grid-template-columns: repeat(5, minmax(250px, 1fr));
    justify-items: center;
    margin-bottom: 60px;
}

.online__items.online__items-2 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    justify-content: center;
    justify-items: center;
    max-width: 700px;
    margin: 0 auto;
}

.online-item__title {
    max-width: 270px;
    color: rgb(92, 92, 92);
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 500;
}

.online-item__text {
    max-width: 300px;
    color: rgb(92, 92, 92);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
    position: relative;
}

.online-item__subtext {
    color: rgb(136, 136, 136);
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    max-width: 300px;
}

.online-item__list-item {
    color: rgb(136, 136, 136);
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    position: relative;
    margin-bottom: 10px;
}

.online-item__text span {
    display: none;
}

.online-item__text:hover span {
    position: absolute;
    display: block;
    background-color: white;
    padding: 10px;
    color: rgb(134, 134, 134);
    font-family: Ubuntu;
    font-size: 11px;
    font-weight: 300;
    line-height: 13px;
    top: 0;
    right: 0;
    max-width: 180px;
    border-radius: 8px;
    z-index: 2;
    box-shadow: 0px 0px 23px 0px rgba(34, 60, 80, 0.2);
}

.number-block__num img {
    display: block;
    margin-bottom: 30px;
}

.number-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.online-item-list {
    list-style-type: none;
    padding: 0;
}

.online-item-list__li {
    display: flex;
    align-items: flex-start;
    color: rgb(92, 92, 92);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
    gap: 11px;
}

.online-item-list__li p {
    margin-bottom: 0;
}

.online__btn {
    border-radius: 1px;
    background: rgb(40, 59, 60);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    width: 173px;
    cursor: pointer;
    text-align: center;
    padding: 16px 20px;
    text-transform: uppercase;
    margin: 0 auto;
}

.online__btn:hover {
    background: #000000e1;
}

@media (max-width: 1600px) {
    .online-item__arrow {
        padding-left: 30px;
    }
    .online__items {
        gap: 20px;
    }
    .online-item__title {
        font-size: 16px;
        max-width: 200px;
    }
    .online-item__text {
        font-size: 14px;
        max-width: 200px;
    }
    .online__items {
        flex-wrap: wrap;
    }
}

@media (max-width: 1200px) {
    .online__items {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}


/* online =============== end */


/* call-block =================== */

.call-block {
    padding: 50px;
    border-radius: 4px;
    position: relative;
    background: rgb(246, 247, 248);
    background-repeat: no-repeat;
    background-position: right 100%;
}

.call-block__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 29px;
}

.call-block::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 500px;
    background: url('images/c-green.svg');
    z-index: 2;
}

.call-block::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 354px;
    background: url(images/man.png) no-repeat;
    background-size: cover;
    z-index: 3;
    height: 384px;
}

.call-block__title span {
    color: #219653;
}

.call-block-form {
    border-radius: 4px;
    background: rgb(246, 247, 248);
    max-width: 400px;
}

.call-block-form__inp {
    margin-bottom: 16px;
    background-color: white;
    font-size: 12px;
    font-weight: 300;
    line-height: 130%;
    display: block;
    padding: 15px 6px;
    width: 100%;
    border: none;
    outline: none;
}

.call-block-form__btn {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 16px 20px !important;
    border-radius: 1px !important;
    background: rgb(33, 150, 83) !important;
    border: none !important;
    outline: none;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.call-block-form__btn.wfp-btn {
    background: rgb(40, 59, 60) !important;
    margin: 0 auto 0 0 !important;
    width: 200px;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 1600px) {
    .call-block {
        background: rgb(246, 247, 248);
    }
    .call-block__title {
        font-size: 30px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 29px;
        /* text-align: center; */
    }
    .call-block__subtitle {
        /* text-align: center; */
    }
}

@media (max-width: 1200px) {
    .call-block::after {
        width: 220px;
    }
    .call-block::before {
        width: 250px;
        height: 200px;
    }
}

@media (max-width: 992px) {
    .call-block-form {
        max-width: inherit;
    }
    .call-block::after {
        display: none;
    }
    .call-block::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .call-block {
        padding: 20px 10px;
    }
}


/* call-block =================  end*/


/* info-blocks =================== */

.info-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.info-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-block__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
}

.info-block__btn {
    padding: 16px 24px;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgb(209, 209, 209);
    border-radius: 1px;
    color: rgb(40, 59, 60);
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    align-self: flex-start;
}

.info-block__btn:hover {
    background-color: #00000019;
}

.info-block--grey {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background: #fefefe;
}

.info-block--grey img {
    max-width: 200px;
}

@media (max-width: 1200px) {
    .info-block--grey img {
        max-width: 100px;
    }
    .info-block__title {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .info-blocks {
        grid-template-columns: 1fr;
    }
}


/* info-blocks =============== end */


/* list-form ==================== */

.list-form__inner {
    display: flex;
    gap: 20px;
}

.fact-list-w {
    border-radius: 4px;
    padding: 20px;
}

.fact-list-title {
    color: rgb(40, 59, 60);
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 70px;
}

.fact-list {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin-bottom: 0;
    gap: 25px;
    justify-content: center;
}

.fact-list__item {
    color: rgb(40, 59, 60);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    display: flex;
    gap: 20px;
}

.list-form-form {
    padding: 50px 40px;
    border-radius: 4px;
    background: rgb(40, 59, 60);
    max-width: 50%;
}

.ist-form-form__title {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 19px;
}

.list-form-form__inp {
    background: rgb(246, 247, 248);
    padding: 12px 14px;
    margin-bottom: 16px;
    display: block;
    width: 100%;
}

.list-form-form__btn {
    border: none;
    border: 1px solid rgb(33, 150, 83);
    outline: none;
    color: white;
    border-radius: 1px !important;
    background: rgb(33, 150, 83) !important;
    padding: 16px 20px 16px 20px !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: block;
}

.list-form-form__btn:hover {
    border: 1px solid white;
}

.list-form-form__pol {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 26px;
    color: #B9B9B9;
}

.list-form-form__pol a {
    color: white;
    text-decoration: none;
}

@media (max-width: 992px) {
    .list-form__inner {
        flex-wrap: wrap-reverse;
    }
    .list-form-form {
        max-width: 100%;
        padding: 30px 15px;
    }
    .fact-list {
        padding: 30px 20px;
        width: 100%;
    }
    .fact-list__item {
        font-size: 14px;
    }
    .list-form-form__pol {
        font-size: 11px;
    }
    .list-form-form__btn {
        width: 100%;
    }
    .fact-list-title {
        margin-bottom: 0px;
    }
}


/* list-form ================= end */


/* service */

.main-title {
    color: rgb(0, 0, 0);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 50px;
    margin-top: 0;
}

.main-subtitle {
    color: rgb(92, 92, 92);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 40px;
}

.center {
    text-align: center;
}

.color-green {
    color: #219653;
}

.text-accent {
    position: relative;
}

.text-accent::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    right: -2px;
    width: 100%;
    height: 10px;
    background: url('images/line.svg') bottom right no-repeat;
}

.main-btn-black,
.main-btn-green {
    transition: all .3s ease;
    cursor: pointer;
}

.main-btn-green:hover {
    background: rgb(40, 59, 60)!important;
    color: white !important;
    border-color: rgb(33, 150, 83) !important;
}

.main-btn-black:hover {
    background: rgb(33, 150, 83) !important;
    border-color: rgb(40, 59, 60)!important;
    color: white !important;
}

.main-comment {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
}

@media (max-width: 1600px) {
    .main-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .main-title {
        font-size: 30px;
        margin-bottom: 24px;
    }
}

.main-section {
    margin-bottom: 80px;
}

@media (max-width: 1600px) {
    .main-section {
        margin-bottom: 60px;
    }
}

@media (max-width: 992px) {
    .main-section {
        margin-bottom: 40px;
    }
}

.main-btn-black {
    padding: 16px 20px;
    border-radius: 1px;
    background: rgb(40, 59, 60);
    transition: all .3s ease;
    margin: 0 auto;
    width: 173px;
    text-align: center;
    margin-bottom: 50px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.main-image {
    margin: 0 auto;
    width: fit-content;
}

.main-image img {
    max-width: 100%;
}


/* service */


/* .intro-block =========================== */

.intro-block {
    padding: 30px;
    color: white;
    background: rgb(33, 150, 83);
    border-radius: 4px;
}

.intro-block__inner {}

.intro-block__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 37px;
    margin-bottom: 8px;
}

.intro-block__subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

.intro-block__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.block-footer {}

.block-footer__text {
    color: rgba(255, 255, 255, 0.6);
    padding-top: 22px;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

.questions__list-item img {
    width: 16px;
}

@media (max-width: 992px) {
    .intro-block {
        padding: 15px;
    }
    .intro-block__title {
        color: rgb(255, 255, 255);
        font-size: 30px;
    }
    .intro-block__subtitle {
        font-size: 18px;
    }
    .block-footer__text {
        font-size: 18px;
    }
}

.questions__list-item {
    color: white !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    gap: 40px;
    align-items: flex-end;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
}


/* .intro-block ======================== end */


/* table ================== */

thead {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
}

tr td {
    padding: 16px 10px;
    position: relative;
}

tbody tr {
    background: rgb(246, 247, 248);
}

tbody td:not(:first-child)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 60%;
    background: #000;
    left: 0;
    top: 15px;
}

tr {
    border-bottom: 10px solid white;
}

table tbody tr td:first-child {
    border-radius: 23px 0 0 23px;
    padding-left: 16px !important;
}

table tbody tr td:last-child {
    border-radius: 0 23px 23px 0;
    padding-right: 16px !important;
}

table,
th,
td {
    border: 0;
    border-collapse: collapse;
}

@media (max-width: 992px) {
    thead {
        font-family: Ubuntu;
        font-size: 16px;
        font-weight: 400;
        line-height: 130%;
    }
    thead td {
        padding-bottom: 0;
    }
}

table a {
    color: rgb(33, 150, 83);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration-line: underline !important;
}


/* table ============= end */


/* quiz-block ============== */

.quiz-block {
    display: flex;
}

.quiz-block__info {
    padding: 40px 40px 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 795px;
}

.quiz-block__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 16px;
}

.quiz-block__subtitle {
    color: rgb(85, 85, 85);
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

.quiz-block__form {}

.quiz-block-form {
    background: rgb(246, 247, 248);
    padding: 40px;
}

.block-form {}

.block-form__text-2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}

.list-form-form__inp {}

.list-form-form__pol a {
    color: black !important;
}

.list-form-form__pol {
    margin-bottom: 20px;
}

.btn {}

.g-recaptcha {}

.main-btn-green {}

.list-form-form__btn {
    margin-top: 20px;
}

@media(max-width:1600px) {
    .quiz-block__info {
        padding: 20px 20px 20px 0;
    }
    .quiz-block-form {
        padding: 20px;
    }
    .quiz-block__title {
        font-size: 34px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 16px;
    }
}

@media(max-width:992px) {
    .quiz-block {
        display: flex;
        flex-direction: column;
    }
    .quiz-block__title {
        font-size: 24px;
    }
    .quiz-block__info {
        padding: 20px 0;
    }
    .block-form__text-2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 130%;
    }
    .quiz-block-form {
        padding: 20px 10px;
    }
}

.footer-form {
    padding: 30px;
    border-radius: 4px;
    background: url('images/zc.svg') rgb(246, 247, 248);
    background-position: right -50px bottom;
    background-repeat: no-repeat;
}

.block-form__title {
    font-size: 30px;
    font-weight: 500;
    line-height: 41px;
    margin-bottom: 30px;
}

.block-form__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
}

.block-form {
    max-width: 550px;
}

@media (max-width: 1600px) {
    .footer-form {
        background-size: 300px;
        background-position: right -50px top;
    }
}

@media (max-width: 992px) {
    .footer-form {
        background: none;
        background-color: rgb(246, 247, 248);
        padding: 15px;
    }
    .block-form__title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .block-form__text {
        font-size: 16px;
    }
}

.advents {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.advent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advent__title {
    color: rgb(33, 150, 83);
    font-size: 48px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 16px;
}

.advent__text {
    /* text 20 reg 130% */
    color: rgb(85, 85, 85);
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
}

@media (max-width: 992px) {
    .advents {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr;
    }
}