* {
    box-sizing: border-box;
    margin: 0 auto;
}
*::before, 
*::after {
    box-sizing: inherit;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.title:hover{
    border-bottom: 2px solid green;
}
.title2{
    color: white;
}
.box4 {
    padding: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 400px;
}
.box2 {
    background-color: darkblue;
    padding-bottom: 50px;

}
.text {
    font-size: 24px;
    line-height: 1.6;
    width: 850px;
    color: gray;
    margin-top: 35px;
}
.text:hover{
    border-bottom: 2px solid green;
}
.text2{
    color: white;
}
.btn {
    cursor: pointer;
    font-size: 30px;
    padding: 3px 15px;
    background-color: transparent;
    border: 0;
    align-items: center;
    border: 3px solid gray;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    color: gray;
    
}
.btn1{
    color: white;
    border: 3px solid white;
}
.hr{
    width: 900px;
    border: 1px solid gray;
}

.hr1{
    border: 1px solid white;
}
.new {
    background-color: transparent;
} 
