@font-face {
    font-family: Okta Neue;
    src: url(../fonts/Groteskly\ Yours\ -\ Okta\ Neue\ UltraLight.otf);
  }

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    margin: 0;
    font-family: sans-serif;
    font-size: 14px;
    color: #333;
    overflow-x: hidden;
}

.container{
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

#blogSect {
    margin-top: 100px;
}

.blogFloat{
    Display: flex;
    flex-direction: row; 
}

.blogFloat .blogImg{
    position:relative;
    width: 55%;
    margin:calc(10% / 4);
}

.blogFloat .blogImg #date1{
    position: absolute;
    top: 30px;
    left: 20px;
    background-color: #86DFE3;
    color: #083860;
    padding: 10px 30px;
    border-radius: 30px;
}

.blogFloat .blogImg img{
    width: 100%;
    border-radius: 10px;
    opacity: 0.9;

}

.blogFloat .blogText {
    width: 35%;
    margin:calc(10% / 4);
    color: #083860;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.5em;
    font-family: 'Okta Neue Normal';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}

.blogFloat .blogText #span1 {
    /* margin-bottom: 1em; */
    font-size: 1.3rem;
    font-weight: normal;
    border-bottom: 1px solid #083860;
}

.blogFloat .blogText h1 {
    padding-bottom: 1em;
    font-size: 1.8rem;
    font-family: 'Okta Neue';
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
}


.blogFloat .blogText p {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 2rem;
 }

 .blogFloat .blogText a {
     text-decoration: none;
     color: #083860;
     font-family: 'Okta Neue';
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
 }

 #blogSect2 {
    margin: 100px 0 170px 0;
 }

 .blogFloat2{
    Display: flex;
    flex-direction: row; 
    justify-content: space-evenly;
}

.blogFloat2 .blogPart{
    width: 30%;
    margin: 1.667%;
    display: flex;
    flex-direction: column;
}

 .blogFloat2 .blogImg2 img{
    height: 310px;
    width: 100%;
    border-radius: 10px;
    opacity: 0.91;
}

.blogFloat2 .blogImg2{
    position: relative;
    margin-bottom: 2em;
}

.blogFloat2 .blogImg2 .date1{
    position: absolute;
    top: 25px;
    left: 20px;
    background-color: #86DFE3;
    color: #083860;
    padding: 10px 30px;
    border-radius: 30px;
} 

  .blogFloat2 .blogText2 {
    color: #083860;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    line-height: 1.9em;
    font-family: 'Okta Neue Normal';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    padding-right: 1.5em;
    height: 220px;
    position: relative;
}

.blogFloat2 .blogText2 .span3 {
    font-size: 1.3rem;
    font-weight: normal;
    border-bottom: 1px solid #083860;
}


.blogFloat2 .blogText2 h1 {
    padding-bottom: 0.5em;
    font-size: 1.7rem;
    font-family: 'Okta Neue';
    font-weight: bold;
    font-style: normal;
}


.blogFloat2 .blogText2 p {
    margin-bottom: 1.5rem;
 }

 .blogFloat2 .blogText2 a {
    position: absolute;
    bottom: 0;
     text-decoration: none;
     color: #083860;
     font-weight: 600;
     font-family: 'Okta Neue';
    font-weight: bold;
    font-style: normal;
 }  

  /* .blogFloat2 .blogText2 a #spani1 {
    font-family: 'Okta Neue Normal';
    font-weight: normal;
    font-style: normal;
 } */
 /*

 .blogFloat2 .blogText2 a .spani2 {
    font-family: 'Okta Neue';
    font-weight: bold;
    font-style: normal;
 } */