/*
@font-face {
  font-family: "MailSansRoman";
  font-style: normal;
  font-weight: 400;
  src: local(""),
       url("/sdfont/MailSansRoman-Regular.woff2") format("woff2"),
       url("/sdfont/MailSansRoman-Regular.woff") format("woff");
}
 
@font-face {
  font-family: "MailSansRomanbold";
  font-style: bold;
  font-weight: 900;
  src: local(""),
       url("/sdfont/MailSansRoman-Bold.woff2") format("woff2"),
       url("/font/MailSansRoman-Bold.woff") format("woff");
}
*/

.large-block{
  background-color:#fff2e0;
 
  width: 71%;
  height: 1%;
  display: flex;
  border-radius:26px;
  margin-right: 1.5%;
  margin-bottom: 10%;
  flex-direction: column;
  
  max-width: 650px;
  min-height:455px ;
  min-width:263px ;
  padding-bottom: 1%;
  overflow: hidden;
  max-height: 800px;
}
.repair{
  display: flex;
}
.half-container{
  display: flex;
  flex-direction: row;
  
  justify-content: center;
  
}
.double-container{
  display: flex;
  flex-direction: column;
  height:100%;
  
  justify-content:center;
}
.second-block-main-container{
  display: flex;
  flex-direction: column;
  font-family: "MailSansRoman", "Arial", sans-serif;
  
  
  justify-content: center;
  
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}


.sd-heading{
  max-width: initial !important;
  font-size: 295%;
  margin-bottom: 65px;
  height: 50%;
  color:black;
  margin-top: 3%;
  font-weight: 900;
  display: flex;
  justify-content: center;
  margin-right: 200px;
  
  font-family: "MailSansRomanbold", "Arial", sans-serif;
}

h1{
  color:black;
  font-size: 195%;
  font-family: "Stratusbold", "Arial", sans-serif;
}

.extension-block{
  background-color:#f4f5f6;
  height: 100%;
  width: 100%;
  border-radius: 26px;
  
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
  flex-direction: column;
  max-width: 560px;
  min-height:400px ;
  min-width:263px ;
 overflow: hidden;
 padding-top: 2.5%;
 

}

.text-extension-block{
  height: 70%;
  width:100%;
  font-weight: 400;
  color: white;
  margin-right: 4%;
  margin-left: 4%;
  padding-left: 5.5%;
  display: flex;
  justify-content: center;
  
}
.blue-heart{
  height: 18%;
  width: 18%;
  margin-left: 8%;
  margin-top: -8%;
  
}

.imgsdlarge{
  margin-top: 10%;
  height: 50%;
  border-radius:23px;
  margin-left: 20%;
  height: 10%;

}
.discribtion{
  font-size:120%;
  margin-right: 15%;
  margin-bottom: 10%;
  margin-top: 2%;
 
  color: #8f9aa1;
  height: auto;
  width:auto;
  display: flex;
  flex-direction: column;
}

.img-extension-block{
  height: 1%;
}
.imgsd{
  max-width: 100%;
  max-height: 20%;

}
.img-block{
  
  display: flex;
  justify-content: center;
  overflow: hidden;
 
  

}
@media  (max-width: 1200px) {
  .large-block{
    background-color:#fff2e0;
    margin-left: 4%;
    width: 90%;
    height: 1%;
    display: flex;
    border-radius:26px;
    margin-right: 2%;
    margin-bottom: 10%;
    flex-direction: column;
    max-width: 500px;
    min-height:455px ;
    min-width:263px ;
    padding-bottom: 1%;
    overflow: hidden;
    max-height: 800px;
  
  }
  
  .half-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
   
  }
  .double-container{
    display: flex;
    flex-direction: column;
    height:100%;
    width: 100%;
    justify-content:center;
  }
  .second-block-main-container{
    display: flex;
    flex-direction: column;
    font-family: "Stratus", "Arial", sans-serif;
    height: 8%;
    width: 100% ;
    
  
  }
  
  .sd-heading{
    max-width: 527px !important;
    font-size: 210%;
    margin-bottom: 50px;
    height: auto;
    color:black;
    margin-top: 3%;
    font-weight: 900;
    display: flex;
    min-width: 319px;
    
    margin-left: 4%;
    font-family: "Stratus", "Arial", sans-serif;
  }
  
  h1{
    color:black;
    font-size: 170%;
    
  }
  
  .extension-block{
    background-color:#f4f5f6;
    height: 1%;
    width: 90%;
    border-radius: 26px;
   
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    overflow: hidden;
    margin-left: 4%;
    margin-right: 2%;
    max-width: 500px;
    min-height:455px ;
    min-width:263px ;
    padding-bottom: 1%;
    max-height: 800px;
  }
  
  .text-extension-block{
    height: 70%;
    width:100%;
    font-weight: 400;
    color: white;
    margin-right: 4%;
    margin-left: 4%;
    padding-left: 5.5%;
    display: flex;
    justify-content: center;
    
  }
  .blue-heart{
    height: 18%;
    width: 18%;
    margin-left: 8%;
    margin-top: -4%;
    
  }
  
  .imgsdlarge{
    margin-top: 10%;
    border-radius:23px;
    margin-left: 20%;
    height: 10%;
  }
  .discribtion{
    font-size:120%;
    margin-right: 15%;
    margin-bottom: 10%;
    margin-top: 2%;
   
    color: #8f9aa1;
    height: auto;
    width:auto;
    display: flex;
    flex-direction: column;
  }
  
  .img-extension-block{
    height: 1%;
  }
  .imgsd{
    max-width: 100%;
    max-height: 20%;
  }
  .img-block{
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
}
