/*-----------------------------------------------------------------------------
	Name	    : Sections
	Description	: Sections setings
	Author		: abcreativity
	Author URL	: https://abcreativity.pl/
	Created		: 01 September 2019
	License		: All Rights Reserved. Do Not Copy!
-------------------------------------------------------------------------------*/
/*
====================================
Heading
====================================
*/
.section-heading {
  margin-bottom: 1.5rem;
}
.section-heading h2 {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.section-heading h3 {
/*  font-weight: 800;*/
  font-size: 2rem;
}
@media (min-width: 992px) {
.section-heading h3 {
  font-size: 2.5rem;
    }
}
@media (min-width: 1200px) {
.section-heading h3 {
  font-size: 3rem;
    }
}




.offert-bg {
    background: #f7f7f7;
    padding-top: 5rem;
    padding-bottom: 5rem;
}


.offert-bg-priamry {
    background: #0db8ca;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.offert-bg-priamry * {
color: #FFF;
    
}



.offert-heading {
/*    margin-top: 2.5rem;*/
  margin-bottom: 1.5rem;
}
.offert-heading h4 {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.offert-heading h5 {
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
.offert-heading h5 {
  font-size: 1.75rem;
    }
}
@media (min-width: 1200px) {
.offert-heading h5 {
  font-size: 2rem;
    }
}


.divider {
  position: relative;
  -webkit-transition: .33s;
  -o-transition: .33s;
  transition: .33s;
  width: 100%;
}
.divider:after, .divider:before {
  position: absolute;
  content: '';
  -webkit-transition: .33s;
  -o-transition: .33s;
  transition: .33s;
}
.divider-inline-before-sm {
  display: inline-block;
  padding: 0 0 0 3rem;
  width: auto !important;
/*  text-align: left;*/
}
.divider-inline-before-sm:before {
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  left: 2rem;
  width: 2rem;
  height: 3px;
  background: #00CBFF;
}


.offert-img {
    max-width: 100%;
    max-height: 400px;
}


@media (min-width: 1200px) {

}

@media (min-width: 1200px) {
.offert-img {
        max-height: none;

    height: auto;
}
}





/*
====================================
Dividers
====================================
*/
.divider {
  position: relative;
  -webkit-transition: .33s;
  -o-transition: .33s;
  transition: .33s;
  width: 100%;
}
.divider:after, .divider:before {
  position: absolute;
  content: '';
  -webkit-transition: .33s;
  -o-transition: .33s;
  transition: .33s;
}

/* Divider bottom left */
.divider-left {
  padding: 0 0 1rem 0
}
.divider-left:after {
  width: 3rem;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #00CBFF;
}



/* Divider bottom center */
.divider-center {
  text-align: center;
  padding: 0 0 1rem 0
}
.divider-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3rem;
  height: 4px;
  bottom: 0;
  background: #0db8ca;
}

/* Divider br */

@media (min-width: 992px) {
.divider-br-left {
  display: block;
  text-align: left;
  padding-left: 2.5rem;
}
.divider-br-left:before {
  bottom: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
  height: 3px;
  background: #0db8ca;
}
}
/**/

.why-us-title, .how-it-works {
    text-transform: uppercase;
    font-size: 1rem;
}
@media (min-width: 768px) {
.why-us-title, .how-it-works  {
    font-size: 1.125rem;
}

}
@media (min-width: 1200px) {
.why-us-title, .how-it-works  {
    font-size: 1.5rem;
}
}




