* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#hi_first {
    width: 100%;
    display: grid;
    grid-template-columns: 510px 590px;
    justify-content: center;
    gap: 20px;
    margin: auto;
    padding: 100px;
    background-color: #f9f9f7;
    padding-bottom: 80px;
}

/* .same {
    border: 1px solid;
} */

#hi_first1 {
    font-size: 23px;
    color: #202c45;

}

#hi_first1>h1 {
    margin-bottom: 50px;
}

#hi_first1>h3 {
    width: 450px;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 60px;
}

#hi_first1>button {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    background-color: #22d172;
    border: none;
    color: white;
    border-radius: 8px;
    margin-bottom: 80px;
}

#hi_first1>button:hover {
    background-color: #31e180;
}

#hi_first2>img {
    width: 100%;
}

#hi_logos {
    width: 480px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#hi_logos>div>img {
    width: 80px;
}

#hi_h1 {
    width: 550px;
    margin: auto;
    text-align: center;
    color: #202c45;
    font-size: 18px;
    margin-top: 100px;
    margin-bottom: 50px;
}

#h1_second {
    color: #202c45;
    width: 900px;
    display: grid;
    grid-template-columns: repeat(2, 430px);
    grid-template-rows: repeat(2, 130px);
    gap: 40px;
    margin: auto;
}

.h1_second_inside {
    display: flex;
    gap: 15px;
}

.h1_second_inside>div>img {
    width: 80px;
    height: 80px;
}

.h1_second_inside_h3 {
    width: 320px;
    margin-bottom: 20px;
    font-size: 18px;
}

.h1_second_inside_p {
    width: 360px;
    line-height: 23px;
}

#hi_lastdiv {
    width: 100%;
    display: flex;
    margin-top: 40px;
    margin-bottom: 80px;
}

#hi_lastdiv_inside {
    margin: auto;

}

#hi_third {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 120px;
    background-color: #f9f9f7;
}

#hi_h1_second>h1 {
    width: 570px;
    display: flex;
    margin: auto;
    text-align: center;
    color: #202c45;
    font-size: 35px;
}

#hi_third_img {
    width: 870px;
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;

}

#hi_third_img>div>img {
    margin-top: 50px;
    width: 70px;
}

.circle {
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #22d172;
    margin-top: 7px;
}

#hi_fourth {
    color: #202c45;
    width: 950px;
    display: grid;
    margin: auto;
    grid-template-columns: repeat(2, 500px);
    margin-bottom: 15px;
    gap: 50px;
}

.hi_fourth_inside {
    display: grid;
    grid-template-columns: 10px 400px;
    gap: 20px;
    margin-bottom: 20px;

}

.hi_fourth_inside>div:last-child>div:first-child>h3 {
    font-size: 22px;
}

.hi_fourth_inside>div:last-child>div:last-child>p {
    width: 460px;
    margin-top: 10px;
    line-height: 25px;
}

#hi_h1_third{
    width: 950px;
    display: flex;
    justify-content: flex-start;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 50px;
}

#hi_h1_third>h1{
    width: auto;
    display: flex;
    text-align: center;
    color: #202c45;
    font-size: 35px;
}

#hi_second_button{
    width: 900px;
    display: flex;
    justify-content: flex-start;
    margin: auto;
}

#hi_second_button>button{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    background-color: #202c45;
    border: none;
    color: white;
    border-radius: 8px;
}

#hi_second_button>button:hover{
    background-color: #2d3f66;
}

#hi_fifth{
    width: 1000px;
    display: grid;
    grid-template-columns: repeat(3,310px);
    grid-template-rows: 350px;
    gap: 33px;
    margin: auto;
    margin-bottom: 50px;   
}

#hi_fifth>div>img{
    width: 120px;
    height: 120px;
    display: flex;
    align-items:center ;
    margin: auto;
}

#hi_fifth>div>h3{
    color: #202c45;
    text-align: center;
    margin-top: 20px;
}

#hi_fifth>div>p{
    color: #202c45;
    width: 285px;
    text-align: center;
    display: flex;
    margin: auto;
    margin-top: 15px;
    line-height: 23px;
}

#hi_fifth>div>button{
    color: #202c45;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    background-color: #202c45;
    border: none;
    border-radius: 8px;
    background-color: white;
    border: 0.5px solid;
    display: flex;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 0px;
}

#hi_fifth>div>button:hover{
    color: #344c80;
}

#hi_fifth>div:last-child>p{
    margin-bottom: 50px;
}

#hi_h1_fourth{
    width: 650px;
    display: flex;
    justify-content: flex-start;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 50px;
}

#hi_h1_fourth>h1{
    width: auto;
    display: flex;
    text-align: center;
    color: #202c45;
    font-size: 35px;
}

::-webkit-scrollbar{
	width: 12px;
}

::-webkit-scrollbar-thumb{
	background: #1A2E44;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
	background: var(--color-lightgreen);
}