<title>max-width: 768px</title>* {
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-family: "Open Sans Condensed", sans-serif;
}

body {
    margin: 0;
}

.bigImg {
    background-image: url("/public/img/image 4.png");
	/*background-image: url("/public/img/header-bgG.png");*/
	width: 100%;
	max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    max-height: 950px;
    min-height: 580px;
    margin-top: -88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;


}

.centered {
    display: flex;
    justify-content: center;
	color:#00000;


}

.horizontalDivider {
    display: none;
}

.text {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    display: flex;
    gap: 5px;
}

.centerImg {
    margin-left: 81px;
    margin-right: 60px;
}

.CTA {
    padding-top: 92px;
    display: flex;
    gap: 95px;
    justify-content: center;
}

.CTA-right {
    display: flex;
    flex-direction: column;
    gap: 17px;
    padding: 0px 20px;
}

.CTA-header {
    font-size: 28px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
    color: #00818e;
}

.CTA-content {
    max-width: 439px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.CTA-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.btn-med {
    padding: 12px 32px;
}

.green-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #00818e;
}



.calloutContainer {
    padding: 60px 162px 0px;
    background: linear-gradient(#fff 75%, #f7f7f8 25%);
}

.callout {
    background-color: #00818e;
    border-radius: 20px;
    display: flex;
    align-items: center;
    /*padding: 66 px 71 px 62 px 68 px;*/
    justify-content: space-between;
    box-shadow: 4px 4px 16px 4px rgba(102, 112, 128, 0.04);
}
.callout1 {
    background-color: #00818e;
   background-image: url("/public/img/callout1.jpg");

            background-size: no-repeat;

            background-position: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    /*padding: 66 px 71 px 62 px 68 px;*/
    justify-content: space-between;
    box-shadow: 4px 4px 16px 4px rgba(102, 112, 128, 0.04);
  width: 100%;
  height: 200px;
}
.callout2 {
    background-color: #00818e;
   background-image: url("/public/img/callout2.jpg");

            background-size: no-repeat;

            background-position: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    /*padding: 66 px 71 px 62 px 68 px;*/
    justify-content: space-between;
    box-shadow: 4px 4px 16px 4px rgba(102, 112, 128, 0.04);
  width: 100%;
  height: 200px;
}

@media (max-width: 768px) {
    /* CSS стили для экранов шириной от 768px до 1024px */

.callout1 {
		background-image: url("/public/img/callout768.jpg");
height: 264px;
		width:768px;}
.callout2 {
		background-image: url("/public/img/callout2768.jpg");
height: 264px;
width:768px;

	}}

@media (max-width: 480px){ 
.callout1 {
		background-image: url("/public/img/callout375.jpg");
        height: 515px;
    width: 370px;}
.callout2 {
		background-image: url("/public/img/callout2375.jpg");
        height: 515px;
    width: 370px;}
.calloutLeft {
    margin: 66px 0px 62px 68px;
    max-width: 627px;
}
}

.calloutText {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.calloutlinkButton {
    border-radius: 12px;
    padding: 16px 24px;
    letter-spacing: -0.02em;
    text-decoration: none;
    width: fit-content;
}

.calloutRight {
    background-image: url("/public/img/bigHeart.png");
    width: 377px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}
.calloutRight1 {
    /*background-image: url("/public/img/bigHeart.png");*/
    width: 377px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}

.calloutBtn {
    padding: 16px 24px;
    background-color: #fff;
}

.gridLeft {
    display: grid;
    grid-template-columns: 546px 261px 261px;
    grid-column-gap: 24px;
}

.gridRight {
    display: grid;
    grid-template-columns: 261px 261px 546px;
    margin-top: 24px;
    grid-column-gap: 24px;
}


.image_responsive {
    width: 100%;
    height: auto;
}

.tablet {
    display: none;
}


@media (max-width: 1081px) {
    .text{
        display: block;
    }
    .bigImg {
        min-height: 520px;
        margin-top: -83px;
    }
    .calloutContainer{
        padding: 60px 60px 0;
    }
    .calloutLeft{
        max-width: 450px;
    }
    .calloutRight{
        height: 264px;
        background-size: cover;
    }
}
@media (max-width: 850px) {
    .CTA {
        align-items: center;
        gap: 56px;
    }
    .calloutContainer {
        padding: 0px 20px 0px;
        background: linear-gradient(#fff 50%, #f7f7f8 50%);
    }

    .calloutLeft {
        margin: 30px 0px 30px 40px;
        max-width: 373px;
    }

    .calloutText {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0em;
    }

    .calloutRight {
        background-image: url("/public/img/bigHeart-tablet.png");
        width: 318px;
        height: 172px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .calloutBtn {
        font-size: 12px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: -0.02em;
        padding: 16px 24px;
    }
}
@media (max-width: 768px) {


    .bigImg {
        min-height: 539px;
         background-image: url("/public/img/image 4.png");
		/*background-image: url("/public/img/General-book768.png");*/
        background-size: cover;
        background-position: bottom;
    }

    .centerImg {
        margin: 0px 51px 0 0;
    }

    .CTA-text {
        font-size: 12px;
    }

    .CTA-header {
        font-size: 24px;
    }

    .CTA-content .linkButton {
        font-size: 12px;
    }

    .tablet {
        display: block;
    }

    .text {
        flex-wrap: wrap;
        justify-content: flex-start;
        text-align: left;

    }

    .text:nth-child(1) {
        /*padding-left: 112px;*/
    }

    .text.right {
        padding-right: 59px;
    }



    .CTA-content {
        max-width: 367px;
    }

    .btn-med {
        padding: 10px 31.5px;
    }
}
.imgCTA {

    min-width: auto;
    height: 100%;

}

@media (max-width: 428px) {
    .imgCTA{
        max-width: 320px;
    }
    .callout {
        flex-flow: column nowrap;
    }
    .calloutLeft {
        margin:0;
        padding: 38px 32px;
        max-width: 373px;
    }
    .calloutText{
        text-align: center;
    }
    .calloutlinkButton{
        min-width: 252px;
        text-align: center;
    }
    .calloutRight {
        background-image: url(/public/img/heart_mobile.png);
        width: 100%;
        height: 239px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        align-items: flex-end;
        padding-bottom: 50px;
    }

    .bigImg {
         background-image: url("/public/img/image 4.png");
		/*background-image: url("/public/img/General-book-mobile.png");*/

        background-position: bottom;
        align-items: flex-start;
        padding-top: 207px;
    }

    .centered {
        flex-direction: column;
    }

    .centerImg {
        order: -1;
        margin: 0;
        min-width: 117px;
        min-height: 150px;
    }

    .text {
        font-size: 14px;
        line-height: 18px;
        max-width: 178px;
    }

    .text:first-child {
        margin-top: 25px;
    }

    .text {
        padding: 0 !important;
        text-align: center;
        justify-content: center;
    }

    .horizontalDivider {
        display: block;
        border-bottom: 1px solid #d70c52;
        width: 100px;
        margin: 19px 0px 15px;
    }

    .CTA {
        flex-direction: column;
        padding-top: 60px;
    }

    .CTA-header {
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: 0em;
    }

    .CTA-content {
        max-width: 336px;
        align-items: center;
    }

    .CTA-content .linkButton {
        width: 100%;
        text-align: center;
    }




    .divider {
        display: none;
    }



    .CTA {
        gap: 25px;
    }
}

@media (max-width: 375px) {
    .bigImg {
        min-height: 557px;
    }

}

@media (max-width: 320px) {
    .helpBtnContainer .linkButton {
        padding: 8px 10px;
    }

}