.our_method_section-sec{background:#000000; padding:120px 0;}

.our_method_section-sec .side-content-sec.center-light-text{padding:0; text-align:center; display:flex; flex-direction:column; align-items:center;}

.our_method_section-sec .side-sec-des p{color:#ffffff;}

.our_method_section-sec .side-content-sec.center-light-text .sub-title-with-line{text-align:center;}

.our_method_section-sec .side-content-sec.center-light-text .side-sec-title{text-align:center; color:#ffffff;}


.tc-methods-items{display:flex; flex-wrap:wrap; gap:50px; max-width:1250px; margin:70px auto 0 auto;}

.tc-methods-items .tc-method-item{width:calc(50% - 25px); background:#5ADBFF; display:flex; flex-direction:column; align-items:center; justify-content:center; border-radius:10px; padding:60px 20px; gap:15px; position:relative;}

.tc-methods-items .tc-method-item img{max-height:50px;}

.tc-methods-items .tc-method-item .tc-method-title{font-size:30px; line-height:34px; margin:0; padding:0;}

.tc-methods-items .tc-method-item .tc-method-subtitle p{font-size:18px; line-height:28px; margin:0; padding:0; color:#333333;}

.tc-methods-items .side_plug,
.tc-methods-items .up_plug
{display:none;}

.tc-methods-items .tc-method-item:nth-child(1) .side_plug,
.tc-methods-items .tc-method-item:nth-child(3) .side_plug
{display:inherit; position:absolute; right:-51px;}

.tc-methods-items .tc-method-item:nth-child(1) .side_plug svg,
.tc-methods-items .tc-method-item:nth-child(3) .side_plug svg{width:52px;}


.tc-methods-items .tc-method-item:nth-child(1) .up_plug,
.tc-methods-items .tc-method-item:nth-child(2) .up_plug
{display:inherit; position:absolute; bottom:-51px;}


.tc-methods-items .tc-method-item:nth-child(1) .up_plug svg,
.tc-methods-items .tc-method-item:nth-child(2) .up_plug svg{height:52px;}



.our_method_section-sec.offers .side-content-sec.center-light-text .side-sec-title{max-width:800px; text-align:center;}

.offers .tc-methods-items{max-width:100%;}

.offers .tc-methods-items .tc-method-item{background:#ffffff; width:calc(33.33% - 34px); align-items:flex-start; text-align:left; padding:30px 30px 80px 30px; justify-content:flex-start;}

.offers .tc-methods-items .tc-method-item .side_plug,
.offers .tc-methods-items .tc-method-item .up_plug{display:none !important; }

.offers .tc-methods-items .tc-method-item .tc-method-title{text-transform:uppercase; font-size:20px;}

.offers .tc-methods-items .tc-method-item .tc-method-subtitle p,

.offers .tc-methods-items .tc-method-item .tc-method-subtitle ul li
{
    font-size: 16px;
    line-height: 26px;
  font-weight:500; 
}


.offers .tc-methods-items .tc-method-item .tc-method-subtitle ul{margin-left:20px;}

.offers .tc-methods-items .tc-method-item .tc-method-subtitle p:not(:first-child){margin-top:20px;}

.offers .tc-methods-items .tc-method-item .tc-method-subtitle p span{font-weight:500;}

.offers .tc-methods-items .tc-method-item img{    max-height: 70px;}

.offers .tc-methods-items .tc-method-item .link{position:absolute; left:30px; bottom:30px;}

.offers .tc-methods-items .tc-method-item .link a{color:#001C55; font-weight:700; display:flex; align-items:center; gap: 8px;}
.offers .tc-methods-items .tc-method-item .link a svg{width:12px; height:12px; transition:all ease 0.3s;}
.offers .tc-methods-items .tc-method-item .link a:hover svg{transform:translateX(5px);}


.training_options .tc-methods-items{width:100%;}

.training_options .tc-methods-items .tc-method-item{background:#ffffff; width:calc(33.33% - 34px); padding:40px 30px; align-items:flex-start; text-align:left;}


.training_options .tc-methods-items .tc-method-item img {
    max-height: 70px;
}

.training_options .tc-methods-items .tc-method-item .side_plug,
.training_options .tc-methods-items .tc-method-item .up_plug
{display:none !important;}


.training_options .tc-methods-items .tc-method-item .tc-method-title {
    font-size: 24px;
    line-height: 32px;
}
.tc-methods-items .tc-method-item .link{margin-top:15px;}

.tc-methods-items .tc-method-item .link a{display:flex; align-items:center; justify-content:center; transition:all ease 0.2s; border:1px solid #111111; border-radius:100%; width:40px; height:40px;}

.tc-methods-items .tc-method-item:hover .link a{background:#111111;}
.tc-methods-items .tc-method-item:hover .link a svg path{fill:#ffffff;}

.tc-methods-items .tc-method-item .link svg{width:14px; height:14px;}

.whole_link{    position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.whole_link a{display:flex; align-items:center; justify-content:center; width: 100%; height: 100%;}
.whole_link a svg{display:none !important;}

@media screen and (max-width: 1199px){
	.our_method_section-sec{ padding:100px 0;}
}

@media screen and (max-width: 991px){
	
	.our_method_section-sec{ padding:80px 0;}
	
	.tc-methods-items .tc-method-item .tc-method-title {
    font-size: 25px;
    line-height: 30px;
   
}
	
	.tc-methods-items .tc-method-item .tc-method-subtitle p {
    font-size: 16px;
    line-height: 22px;
  
}
	
	.tc-methods-items {
    margin: 50px auto 0 auto;
}

	.offers .tc-methods-items {
    flex-direction: column;
    gap: 30px;
}
	.offers .tc-methods-items .tc-method-item{width:100%;}
	.offers .tc-methods-items .tc-method-item .tc-method-subtitle p, .offers .tc-methods-items .tc-method-item .tc-method-subtitle ul li{max-width:100%;}
	
		.training_options .tc-methods-items .tc-method-item{width:100%;}
	
}

@media screen and (max-width: 767px){
   .our_method_section-sec{ padding:50px 0;}
	
	.tc-methods-items{flex-direction:column; gap:25px; width:100%;}
	
	.tc-methods-items .tc-method-item{width:100%; padding:25px;}
	
	
	
	    .tc-methods-items .tc-method-item .tc-method-title {
        font-size: 22px;
        line-height: 27px;
    }
	
	    .tc-methods-items .tc-method-item .tc-method-subtitle p {
        font-size: 15px;
        line-height: 20px;
        max-width: 160px;
    }
	
	.tc-methods-items .tc-method-item:nth-child(1) .side_plug, .tc-methods-items .tc-method-item:nth-child(3) .side_plug{display:none;}
	
	
	
	
	
	.tc-methods-items .tc-method-item:nth-child(1) .up_plug, .tc-methods-items .tc-method-item:nth-child(2) .up_plug,
	.tc-methods-items .tc-method-item:nth-child(3) .up_plug
	{
   display:inherit;
    position: absolute;
    bottom: -27px;
}
	
	
	.tc-methods-items .tc-method-item:nth-child(1) .up_plug svg, 
	.tc-methods-items .tc-method-item:nth-child(2) .up_plug svg,
	.tc-methods-items .tc-method-item:nth-child(3) .up_plug svg
 {
    height: 28px;
}

.training_options .tc-methods-items .tc-method-item{padding:30px 25px;}	
	
	.training_options .tc-methods-items .tc-method-item img {
    max-height: 60px;
}
	
.training_options .tc-methods-items .tc-method-item .tc-method-title {
    font-size: 20px;
    line-height: 26px;
}	
	

	
}

@media screen and (max-width: 575px) {
	
}
