.global {
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* 1 блок */

.globalFirst {
    display: flex;
    flex-direction: row;
    border-top: 1px solid;

}

.firstImage {
    height: 480px;
    width: 854px;
}

.heroFirst {
    display: flex;
    flex-direction: column;
    width: 426px;
    height: 480px;
    background-color: rgba(233, 236, 255, 1);
}

h2 {
    font-size: 45px;
    font-family: "Anek Tamil", sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -0.02em;
    color: black;
    margin: 0;
}

.h2_first {
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
}

.text_one {
    font-size: 17px;
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01em;
    margin-left: 20px;
    margin-top: 100px;

}

.aboutUS {
    font-size: 15px;
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-style: normal;
    border: none;
    background-color: transparent;
    margin-left: 40px;
    text-align: left;

}

/* 2 блок */

.globalSecond {
    display: flex;
    flex-direction: row;
    background-color: rgba(233, 236, 255, 1);
    text-align: left;
    height: 480px;
    width: 1280px;
    border-bottom: 1px solid;

}

.guidedFirst {
    margin-left: 20px;
    height: 479px;
    width: 426.67px;
    border-right: 1px solid;

}

.h2_guidedBy {
    margin-top: 10px;
}

.text_two {
    font-size: 17px;
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01em;
    margin-left: 5px;
    margin-top: 180px;
    line-height: 131%;
}

.guidedSecond {
    margin-left: 20px;
    height: 479px;
    width: 426.67px;

}

.secondImage {
    height: 480px;
    width: 426.67px;

}

.joinThe {
    height: 138px;
    width: 1280px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    margin-left: 20px;
}


/* 3 блок */

.globalThree {
    display: flex;
    flex-direction: row;
    height: 600px;
    width: 1280px;
    border-bottom: 1px solid;
    border-top: 1px solid;
}

.discoverBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 600px;
    width: 426px;
    background-color: rgba(233, 236, 255, 1);
    gap: 20px;
}

.thirdImage {
    height: 600px;
    width: 854px;
}

h3 {
    font-size: 25px;
    font-family: "Anek Tamil", sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -0.02em;
    color: black;
    margin: 0;
}

.text_three {
    font-size: 17px;
    font-family: "Geist", sans-serif;
    font-style: normal;
    letter-spacing: 1%;
    line-height: 131%;
    margin: 0;
}

.mini_discover {
    height: 151px;
    width: 426px;
    padding-left: 20px;
    padding-top: 20px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


.mini_rectangle {
    height: 112.25px;
    width: 426px;
    border-top: 1px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-top: 20px;
}

#view_button {
    margin-bottom: 20px;
}


/* 4 блок */

.globalFour {
    height: 480px;
    width: 1280px;
    background-color: rgba(128, 140, 253, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.reserve_button {
    height: 41px;
    width: 185px;
    font-size: 15px;
    font-family: "Geist Mono", monospace;
    font-weight: normal;
    background-color: rgba(236, 236, 236, 1);
    border: none;
    border-radius: 7.25px;

}

.text_four {
    font-size: 17px;
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1%;
    line-height: 131%;
    margin: 0;
}