.container-timeline *{
	box-sizing: content-box !important;
}

.container-timeline{
    display: flex;
    justify-content: center;
}

.rhom-1{
    text-align: center;
}

.inside-content{
    font-size: 20px;
    color: #333333;
    font-style: normal;
    font-weight: normal;
	margin-bottom:0px;
	line-height:15px;
}

.year{
    font-size: 42px;
    color: #00aeef;
    font-style: normal;
    font-weight: bold;
	margin-bottom:0px;
	margin-top:1rem;
}



.rhom-out{
    position: relative;
    background-color:#00aeef;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 200px;
    height: 200px;
    padding: 50px;
    max-width: 100%;
    margin-right: 10px;
}

.rhom-in{
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #ffffff;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    text-align: center;
	display: grid;
	place-items: center;
}

.top{
    display: flex;
    margin-left: 200px;
}
.bottom{
    display: flex;
    margin-left: 45px;
    margin-top: -130px;
}

.img1{
    height: 100px;
    width: 100px;
	mix-blend-mode: multiply;
	margin-bottom: 1rem;
}

/* media query css */

@media only screen and (max-width: 600px) {
    .top {
        margin-top: 108px;
        display: flex;
        flex-direction: column;
        margin-inline: auto;
    }
    .rhom-out {
        position: relative;
        background-color: #00aeef;
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        width: 30px;
    	height: 30px;
    	padding: 60px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .bottom {
        margin-left: -75px;
    	margin-top: 22px;
        display: flex;
        flex-direction: column;
    }
    .rhom-in {
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        background: #ffffff;
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        text-align: center;
  } 
  .year {
    font-size: 17px;
    color: #00aeef;
    font-style: normal;
    font-weight: bold;
	margin-bottom:0px;
	margin-top:1rem;
}
	

	
.inside-content {
    font-size: 12px;
    color: #333333;
    font-style: normal;
    font-weight: normal;
	margin-bottom:0px;
	line-height:15px;
}

.img1 {
    width: 35px;
}

.container-timeline{
    justify-content: auto;
}

}

@media only screen and (min-width: 601px) and (max-width: 767px)  {
    .top {
        display: flex;
        margin-left: 61px;
        
    }
    .rhom-out {
        position: relative;
        background-color: rgb(0, 174, 239);
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        width: 20px;
        height: 20px;
        padding: 50px;
        max-width: 100%;
        margin-right: 9px;
    }
    .rhom-in {
        position: absolute;
        inset: 1px;
        background: rgb(255, 255, 255);
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        text-align: center;
    }
    .year {
        font-size: 19px;
        color: rgb(0, 174, 239);
        font-style: normal;
        font-weight: bold;
		margin-bottom:0px;
		margin-top:1rem;
    }
	
	
    .inside-content {
        font-size: 7px;
        color: rgb(51, 51, 51);
        font-style: normal;
        font-weight: normal;
		margin-bottom:0px;
		line-height:15px;
    }
    .img1 {
        height: 30px;
        width: 30px;
    }
    .bottom {
        display: flex;
        margin-left: -580px;
        margin-top: 62px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .top {
        display: flex;
        margin-left: 61px;
       
    }
    .rhom-out {
        position: relative;
        background-color: #00aeef;
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        width: 50px;
        height: 50px;
        padding: 50px;
        max-width: 100%;
        margin-right: 10px;
    }
    .rhom-in {
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        background: #ffffff;
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        text-align: center;
		
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
    }
    .year {
        font-size: 15px;
        color: #00aeef;
        font-style: normal;
        font-weight: bold;
		margin-bottom:0px;
		margin-top:0rem;
    }
	

	
    .inside-content {
        font-size: 12px;
        color: #333333;
        font-style: normal;
        font-weight: normal;
		margin-bottom:0px;
		line-height:15px;
    }
    .img1 {
        height: 40px;
        width: 40px;
    }
    .bottom {
        display: flex;
        margin-left: -720px;
        margin-top: 80px;
    }
}

@media only screen and (min-width: 1025px){
    .top {
        display: flex;
        margin-left: 126px;
    }
    .rhom-out {
        position: relative;
        background-color: #00aeef;
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        width: 100px;
        height: 100px;
        padding: 50px;
        max-width: 100%;
        margin-right: 10px;
    }
    .rhom-in {
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        background: #ffffff;
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        text-align: center;
    }
    .year {
        font-size: 20px;
        color: #00aeef;
        font-style: normal;
        font-weight: bold;
		margin-bottom:0px;
		margin-top:1rem;
    }

	
    .inside-content {
        font-size: 14px;
        color: #333333;
        font-style: normal;
        font-weight: normal;
		margin-bottom:0px;
		line-height:18px;
    }
    .img1 {
        width: 50px;
    }
    .bottom {
        display: flex;
		margin-left: -945px;
        margin-top: 115px;
    }
}