body {
    font-family: montserrat, sans-serif;
    background-color: ;
}

/* make image fit into div */
img {
 width: 100%;
}


/* container */
.container {
    max-width: 960px;
    margin: 0 auto;
    background-color: #dedede;
}

.wrapper {
    width: 100%;
}

/* column 
this one is made for 960px
but if you want 800px, 
you need to change the width
*/ 
.col2 {
    width: 460px;
    float: left;
    margin: 10px;
}

.col3 {
    max-width: 300px;
    float: left;
    margin: 10px;
}

.col2third {
    max-width: 600px;
    float: left;
    margin: 10px;
}


/* clear */
.clear {
    clear: both;
}

/* The <hr> element is most often displayed as a horizontal rule that is used to separate content (or define a change) in an HTML page. 

you can also use padding and margin to change the topic */
hr {
    margin-top: 50px;
    margin-bottom: 50px;
    /*border: solid 1px #b1b1b1;*/
    border: solid 1px #fff;
}

.intro_image {
    border-bottom: solid 40px #3e90ff;
    
    width: 960px;
    height: 300px;
    object-fit: cover;
}

.intro_text {
    width: 500px;
    font-size: 17px;
    line-height: 1.8;
    padding-left: 40px;
}
.steps_img {
    margin-top: 200px;
}

.left {
    float: left;
}
.image_right {
    margin-top: 200px;
    float: right;
    width: 400px;
}

.key_text {
    width: 500px;
    font-size: 17px;
    line-height: 1.8;
    padding-left: 40px;
    margin-left: 300px;
}

.image_left {
    float: left;
    width: 300px;
    height: 450px
    
}

.list_right {
    float:left;
    margin-left: ;
}

.icons {
    float:right;
    margin: 0;
    margin-right: 200px;
    margin-top:0;    
    padding
    font-size: 200px;
    right: 5%;
    color: #3e90ff;
    position: fixed;
    opacity: 0.7;
}

/* hading and body text */

h1 {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    margin-top: 195px;
    margin-left: 40px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
    position: absolute;
}

h2 {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    border-radius: 25px;
    background-color: #3e90ff;
    color: #fff;
    width: 400px;
    margin-top: 80px;
    
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    
}

h3 {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    border-radius: 25px;
    background-color: #3e90ff;
    color: #fff;
    width: 600px;
    margin-top: 100px;
    margin-left: 300px;
    
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

h4 {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    color: #45a7fa;
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 40px;
}

p {
    line-height: 1.8;
}

.body_text {
    font-size: 17px;
    line-height: 1.7;
}

.column_text {
    border-radius: 25px;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
    
    column-count: 3;
    column-gap: 40px;
}

/* lists */
ul {
    width: 500px;
    font-size: 16px;
    line-height: 1.5;
}

ol {

    font-size: 16px;
    line-height: 1.5;
}

li{
    line-height: 1.7;
    padding-bottom: 10px;
    /* space after */ 
}

/* this is footer */
footer {
    padding: 40px;
    font-size: 14px;
    margin-top: 100px;
    margin-bottom: 40px;
    text-align: center;
}
