@charset "utf-8";

.soudan-con1{
    padding:0 10px;
    margin-bottom:40px;
}

@media screen and (min-width:768px),
print {
    .soudan-con1{
    padding:0 30px;
    margin:0 auto 60px;
        max-width:1200px;
        display: flex;
        justify-content: space-between;
}
}

.soudan-con1-left{
    margin-bottom: 20px;
}


@media screen and (min-width:768px),
print {
    .soudan-con1-left{
    margin-bottom:0;
        width:40%;
        padding-top:35px;
}
}

.soudan-con1-right li{
    border-bottom:1px #E0E0E0 solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

@media screen and (min-width:768px),
print {
    .soudan-con1-right{
        width:55%;
}
    
    .soudan-con1-right li{
    padding-bottom: 18px;
    margin-bottom: 18px;
}
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

soudan-con2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


.soudan-con2{
    padding:0 10px;
    margin-bottom:40px;
     display: flex;
    flex-direction: column;
}

@media screen and (min-width:768px),
print {
    .soudan-con2{
    padding:0 30px;
    margin:0 auto 60px;
        max-width:1100px;
        flex-direction:row;
        justify-content: space-between;
}
}

.soudan-con2-left{
    line-height: 2;
    order: 2;
}

@media screen and (min-width:768px),
print {
    .soudan-con2-left{
    line-height: 2.5;
        width:47%;
        padding-top:35px;
        order:1;
        
        
}
}

.soudan-con2-right{
    order: 1;
     margin-bottom: 30px;
}


@media screen and (min-width:768px),
print {
    .soudan-con2-right{
        width:47%;
        order: 2;
        margin-bottom:0;
}
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

soudan-con3

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


.soudan-con3{
    padding:0 10px;
    margin-bottom:40px;
}

@media screen and (min-width:768px),
print {
    .soudan-con3{
    padding:0 30px;
    margin:0 auto 60px;
        max-width:1100px;
        display: flex;
        justify-content: space-between;
}
}

.soudan-con3-left{
    margin-bottom: 20px;
}


@media screen and (min-width:768px),
print {
    .soudan-con3-left{
    margin-bottom:0;
        width:47%;
        padding-top:45px;
}
}


.soudan-con3-right{
    padding:0 35px;
}


@media screen and (min-width:768px),
print {
    .soudan-con3-right{
        width:47%;
        padding:0;
}
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

soudan-con4

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


.soudan-con4{
    padding:0 10px;
    margin-bottom:40px;
}

@media screen and (min-width:768px),
print {
    .soudan-con4{
    padding:0 10px;
    margin:0 auto 60px;
        max-width:1000px;
        
}
}

@media screen and (min-width:768px),
print {
    
.soudan_btn ul{
    display: grid;
    gap:15px;
    grid-template-columns: 1fr 1fr 1fr;
}
    }


.soudan_btn li{
    margin-bottom: 15px;
}

@media screen and (min-width:768px),
print {
   .soudan_btn li{
    margin-bottom:0;
} 
}

.soudan-t1 {
	position: relative;
	padding-bottom: 10px;
	font-size:20px;
    margin-bottom: 15px;
    color:#B15F60;
    line-height: 1.5;
    text-align: center;
}

@media screen and (min-width: 768px),
print {
   .soudan-t1 {
    margin:0 auto 40px;
       line-height: 2.7;
       width:700px;
} 
}

.soudan-t1::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image:
		repeating-linear-gradient(45deg, #fad3d6 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
		repeating-linear-gradient(135deg, #fad3d6 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}


/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

@media screen and (min-width: 992px),
print {
    
}

@media screen and (min-width: 768px) and (max-width:991px)
{
}

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/