* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}


body {
    justify-content: space-between;
    font-family: 'Lato', sans-serif;
    color: #2d3e35;
    margin: 0;
    line-height: 1.5;
}

.container {
    min-width: 1920px;
    margin: 0 auto;
    background: #ffffff;
}

.header {
    width: 100%;
    height: 85px;
    background: #FFFFFF;
    padding-inline: 275px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-family: 'Gelasio', serif;
    font-weight: 700;
    font-size: 35px;
    color: #01996D;
}

.nav {
    display: flex;
    gap: 60px;
    font-weight: 500;
    font-size: 20px;
}

.nav a {
    color: #484848;
}

.buttons {
    display: flex;
    align-items: center;
    gap: 30px;
}

.btn {
    width: 150px;
    border-radius: 4px;
    border: none;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: white;
    background: #01996D;
    cursor: pointer;
}

.header .btn {
    height: 50px;
}

.header .no-bg {
    width: auto;
    background: transparent;
    color: #484848;
    border: none;
}

.main {
    position: relative;
    height: 895px;
    background: pink url('BG.png') no-repeat center/cover;
}

.main-text {
    position: absolute;
    top: 175px;
    left: 275px;
    width: 440px;
    height: 384px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-header {
    font-family: 'Gelasio', serif;
    color: #01996D;
    font-weight: 700;
    font-size: 65px;
    line-height: 1.1;
}

.main-info {
    font-weight: 400;
    font-size: 20px;
    line-height: 157%;
    color: #484848;
}

.main-text .btn {
    height: 65px;
}




.alivio-section {
    max-width: 1100px;
    margin: 0 auto;
}


.intro-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px;
    gap: 50px;
}

.intro-left {
    flex: 1;
}

.small-text {
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    color: #4a5568;
}

.main-title {
    color: #01996d;
    font-size: 40px;
    margin: 0;
    line-height: 1.2;
}

.intro-right {
    flex: 1;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #4a5568;
}


.steps-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.step-card {
    flex: 1;
}


.step-card:nth-child(2) {
    margin-top: 120px;
}

.step-header {
    position: relative;
    height: 100px;
}

.bg-number {
    font-size: 100px;
    font-weight: bold;
    color: #01996d;
    opacity: 0.15;
    line-height: 1;
}

.step-title {
    position: absolute;
    left: 45px;
    bottom: 15px;
    font-size: 24px;
    margin: 0;
}

.step-desc {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #555;
    margin-top: 20px;
    margin-bottom: 30px;
    min-height: 80px;
}


.step-card img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.story {
    background-color: #245852;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 60px 20px;
    color: white;
}

.title {
    color: white;
    font-family: 'Gelasio', serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.25;
}

.small-text {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    color: white;
}

.story .btn {
    height: 65px;
    margin-top: 15px;
    width: 240px;
}

.story-img {
    border-radius: 20px;
    max-width: 800px;
    width: 100%;
    object-fit: cover;
}

.tell-us {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 10%;
    gap: 50px;
}

.tell-us {
    width: 100%;
    height: 923px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 275px;
    gap: 61px;
}

.tell-us .text-group {
    gap: 25px;
    width: 584px;
}

.tell-us .title {
    color: #01996D;
    font-family: 'Gelasio', serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.25;

}

.tell-us .small-text {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    color: black;
}

.tell-us .btn {
    height: 65px;
    margin-top: 15px;
    width: 240px;
}

.foto-group {
    height: 648px;
    width: 698px;
    position: relative;
}

.big-img {
    border-radius: 20px;
    height: 573px;
    width: 637px;
    object-fit: cover;
}

.small-img {
    border-radius: 20px;
    height: 293px;
    width: 296px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer {
    width: 100%;
    background: #245852;
    padding: 95px 275px;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-list a {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.footer-list li:nth-child(1) a {
    font-weight: 900;
    font-size: 40px;
}